I have two activities my first class is: DfbActivity.java and my second class is: Tata.java
First class include two buttons(photo,add),an image view and an edit text when press photo button take a photo and show in imageview. Second class write a string on an image but I want to when I press add button in first class sends out the capture image and edit text’s content to second class. I think use intent but I don’t know how please help
Edit:
Thanks for answer https://stackoverflow.com/a/8706912/1116478 they are work.
Your line doesn’t seem to be correct:
Try to use this instead: