Ändringar mellan två versioner
Här visas ändringar i "Föreläsningar, Android" mellan 2012-11-14 17:19 av Anders Lindström och 2012-11-14 17:19 av Anders Lindström.
Visa < föregående | nästa > ändring.
Föreläsningar, Android
Föreläsningar, Android 24/10 1 Mobila applikationer, intro till Android.pdf Smartphone software. Introduction to the Android OS and the Dalvik VM. The Activity class.
Intressanta videos om Androids arkitektur (ca 30 min totalt): http://developer.android.com/develop/index.html - Under "Videoplaylists" letar du efter "Androidology", part 1, 2 and 3.
Guidline "Designing for performance": Kursboken, Meier, sid 30-38, samt http://developer.android.com/guide/practices/design/performance.html
29/10 2 UI, Events, Activities.pdf
Exempelprojekt från föreläsningen:UIExample.zipSpinnerWithAdapter.zipToDoList.zipSaveUIStateExample.zip
1/11 3 Intents, Networking.pdf
Exempelprojekt:ExplicitIntent.zipImplicitIntents.zipSubActivity.zipXMLParserExampe.zip
9/11
4 Concurrent programming, services, files.pdf
ExempelprojektWorkerThreadExample1.zipWorkerThreadExample2.zipASyncTaskExample2.zip ServiceExample.zip
14/11 5 Graphics, animations, SurfaceView.pdf
ExempelprojektBasic2DGraphics.zipTweenAnimation.zipTouchEventExample.zipSurfaceViewEx.zip
Verktyg för att rita .9.png-bilder (9-patch stretchables): http://developer.android.com/tools/help/draw9patch.html
15/11¶ 6 Databases, Content providers.pdf
Exempel med en (mycket enkel) databas: Dictionary_v1.zip