-1

First i want to create an interface activity with an add(+) button like this one here

enter image description here

And the button takes me to another activity to enter the data and at the same time i want to delete the the add (+) button in the interface activity and shows the data i enter in the other activity like this one here

enter image description here

I hope someone can help me

Dor
  • 657
  • 1
  • 5
  • 11
Tube Vary
  • 49
  • 4
  • Welcome, please read [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) and edit your question, this will help us to help you :). try to share some code of what you tried so far and be more specific about your problem. – Dor Dec 15 '19 at 06:22

1 Answers1

0

Here is a similar example of Data transfer between fragment to activity using interface. Passing data using interface . You can take reference from this example.

iamnabink
  • 454
  • 9
  • 27