6. Case study
This simplified example is representative of a typical Android application, and is intended to illustrate the main concepts discussed above.
Here's how it works:
creation of a SQLite database ;
the use of a content provider ;
the use of lists in a user interface and event management ;
the use of intent.
The aim is to create an application capable of determining a user's instantaneous blood alcohol level, based on his or her consumption, weight and sex.
Only the number of glasses of five types...
You do not have access to this resource.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed?
Log in!
Ongoing reading
Case study