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..
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.
The following table is the detailed list of Android-Joke-App.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 6 |
jar files used | android-support-v4.jar |
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.
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