A sample Android app based on RESTful services that displays a Chuck Norris joke everyday at 11:00am.
ChuckNorris is hosted in the following web site
https://github.com/ehsan1772/ChuckNorris
If you think the Android project ChuckNorris 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 ChuckNorris.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 18 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar commons-lang3-3.3.1.jar foundation.jar gson-2.2.4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET com.android.alarm.permission.SET_ALARM |
There are 1 image files in ChuckNorris. The names of the image files are listed as follows.
chuck_launcher.png
The following screenshort is generated from the image listed above.
ChuckNorris has the following Java source files.
com.ovenbits.chucknorris.JokeFragment.java com.ovenbits.chucknorris.MainActivity.java com.ovenbits.chucknorris.TalkingChuck.java data.ChuckRestfulDataManager.java data.Joke.java data.JokeNumber.java data.Value.java notification.NotificationService.java shake.ShakeListener.java views.AnimatedTextView.java