Android Open Source - SQLite Store Android-Joke-App






Project Summary

An Android app that displays jokes, split up into categories. It stores the jokes and categories in a SQLite database, with a small amount of default jokes/categories. The user is able to delete, edit, and add jokes as well as categories..

Web Site / Source Repository

Android-Joke-App is hosted in the following web site
https://github.com/natgabb/Android-Joke-App

If you think the Android project Android-Joke-App listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Android-Joke-App.

ItemValue
Java File Count9
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count6
jar files usedandroid-support-v4.jar




Resource Files

There are 2 image files in Android-Joke-App. The names of the image files are listed as follows.

garfield.png
ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Android-Joke-App has the following Java source files.

cs534.gabbamonte.castonguayboisvert.assign2.AddCategory.java
cs534.gabbamonte.castonguayboisvert.assign2.AddJoke.java
cs534.gabbamonte.castonguayboisvert.assign2.AsyncDBHelper.java
cs534.gabbamonte.castonguayboisvert.assign2.DBHelper.java
cs534.gabbamonte.castonguayboisvert.assign2.MainPage.java
cs534.gabbamonte.castonguayboisvert.assign2.SetCategory.java
cs534.gabbamonte.castonguayboisvert.assign2.ShowJoke.java
cs534.gabbamonte.castonguayboisvert.assign2.Splash.java
cs534.gabbamonte.castonguayboisvert.assign2.Utilities.java