Search Wikipedia

Search results

Showing posts with label explicit intent. Show all posts
Showing posts with label explicit intent. Show all posts

Oct 16, 2013

Using Explicit intent

Sending data from one Activity to another Activity


Today i am using explicit intents to send data from one activity to another . For this i create a new project called Explicit. Then i create new XML file in layout called Second.xml.
As i am sending data from one to another activity . I need to create a new activity for this i go to src and right click it and create new java file(activity)

Creating new java class for new activity

After creating, open second.java and a blank class appears . I need to extend that class by Activity.After extending, i need to right click in between two curly braces then go to Source and then click Override/Implement Methods.



}