So I'm very new to Android development so please interact with me. I am trying to prepare an app that will connect students to the curriculum list for students and allow them to choose their degree and select their required courses and take them from the exam.
I want to know how the user is allowed to choose an image button (which is essentially a curriculum), does it call any other activity where it is based on information from the database, Can edit the information, and return to the original information for it. But the button is stored in it if someone can help with how I can contact him that is great Security Thanks in advance!
Use to bind one click listener on your button. To start next activity / return data / handle data, use / setResult /
on activative result here is an old tutorial.
Comments
Post a Comment