dorbt12
dorbt12

Reputation: 139

Intents directory and how to use it

Hello I'm a new to programming and I trying to find out how does intent defined its directory (how android knows what is the extras to put in it).

Upvotes: 1

Views: 41

Answers (1)

Bill Mote
Bill Mote

Reputation: 12823

I strongly suggest you start here:

http://developer.android.com/training/index.html

(Specifically) http://developer.android.com/training/basics/firstapp/starting-activity.html

Or pick up "Beginning Android":

http://www.amazon.com/Beginning-Android-Experts-Voice-Source/dp/1430224193

Google offers a fantastic set of tutorials. You should use them :)

Upvotes: 1

Related Questions