By: James Ondecko
Overview of tutorials ◦ Hello world! ◦ Hello views ◦ Notepad Google API ◦ Pitfalls / Warnings ◦ MD5 Fingerprints ◦ GeoCoders & Geopoints Beyond the tutorials ◦ Passing data ◦ Obtaining web data Image found at android.com
First application anyone should write on any new system Get familiar with the program structure ◦ Activitys ◦ onCreate() methods ◦ Layouts llo-world.html
Expand on the Activity class concept Expand on different types of XML layouts/elements Introduces some layout nesting concepts com/resources/tutorials/ views/index.html
Introduces SQLite database Introduces option menus Introduces “Runnable” als/notepad/index.html
3 rd party API warnings Pitfalls ◦ Manifest file has elements in proper order ◦ No net connection ◦ Proper project setup ◦ Device has necessary components als/views/hello-mapview.html
Must have a Google account Must obtain MD5 fingerprint for debug & release versions of application ons/google-apis/mapkey.html
Passing data between Activities ◦ Bundles / Intents ◦ Singletons Web Data ◦ DefaultHttpClient ◦ HttpUriRequest ◦ HttpResponse ◦ -accessing-restfull-web-services-using-json/ -accessing-restfull-web-services-using-json/
Thanks for listening!