CSCI 340 - Lab 6
Android and Databases
Overview
In this lab, you will learn how databases are used in the context of mobile applications.
Materials
Description
Download Android Studio and load up the two sample Android applications we have
demonstrated in class.
Choose one of the following option for extending these apps
- Alter and extend the Acronym app to connect to a different API and
display the results in a sensible and coherent way
- Alter and extend the ToDo app to store and query more information
in multiple relational tables in a local SQLite database.
What to Hand In
Turn in a zip file of your Android application directory.
© Mark Goadrich, Hendrix College