Class 2, Part 4. This video comes from Marakana's 5-Day Android Bootcamp Training Course which Marko Gargenta taught in San Jose, CA earlier this year.
In this tutorial Marko will begin with an explanation of threading in Android, and how you can use AsyncTask to enable proper use of the UI thread.
Marko will also cover how the Android file system is organized as well as how you can use intents and the options menu to jump from one activity to another.
A few other topics covered include how to:
- Create Preference resource file prefs.xml
- Implement PrefsActivity.java file that inflates the Preference resource file
- Register PrefsActivity with the AndroidManifest.xml file
- Update StatusActivity to Handle Menu Events
- Create menu.xml resource to specify what a menu consists of
- Add onCreateOptionsMenu() to the activity that you want to provide a menu
** Grab the source code at http://marakana.com/f/257 **
how to make a menu class ? as i do not want to copy/past the menu all the times in all the intents
arvesh9 2 weeks ago
love you guys.....You guys made me hooked in Android Application
santoshlimbuthebe 1 month ago
THANKS a LOT man !
arvesh9 1 month ago in playlist More videos from MarakanaTechTV
thku very much for the tut.. you could hav made simple editing before uploading.. it cud hav saved so much of time..
hanushh 2 months ago
Just want to say, I just fell into the import.android.R issue!! Took me an hour to figure out what happened! I you just told us about that!!!! Point is if you have an issue, check the import lines in your Java files!!!!
MattNTiffany 6 months ago
Thanks a bunch!!!.,., Async-ing fetch events significantly improved runtime.,XDXD =]
ChordsAndCode 7 months ago
Massive help, thanks a lot! Ben trying to get my heal around AsyncTasks for some time to no avail until now.
nickthelegend100 8 months ago
1:18:00 - menu stuff
TheFapboy 8 months ago in playlist Android_dev_boot_camp