Size: 205
Comment:
|
Size: 534
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= ManagingAndProgrammingMobileApplications = | = Managing And Programming Mobile Applications = |
Line 8: | Line 8: |
* [[http://developer.android.com/guide/topics/ui/dialogs.html|Dialog Guide]] | * [[http://developer.android.com/guide/topics/ui/dialogs.html|Dialog Guide]] gives hints for both 10.2 and 10.3. SQLite and Loaders: * [[http://developer.android.com/guide/topics/data/data-storage.html#db|SQLite]] * [[http://developer.android.com/guide/components/loaders.html|loaders]] queries on a separate thread * [[attachment:CBDiary.7z]] A simple diary application that uses SQLite. |
Managing And Programming Mobile Applications
A.k.a Android Programming (Fall 2014)
Helpful Links
Chapter 10:
Dialog Guide gives hints for both 10.2 and 10.3.
SQLite and Loaders:
loaders queries on a separate thread
CBDiary.7z A simple diary application that uses SQLite.