Code for MobileDay programming assignment.
MobileDay is hosted in the following web site
https://github.com/johnsenner/MobileDay
If you think the Android project MobileDay 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 MobileDay.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Test Case Count | 1 |
jar files used | android-support-v4.jar okhttp-1.2.1-jar-with-dependencies.jar |
Required Permissions | android.permission.INTERNET |
MobileDay has the following Java source files.
com.johnsenner.mobiledaymessages.activities.MainActivity.java com.johnsenner.mobiledaymessages.adapters.MessageAdapter.java com.johnsenner.mobiledaymessages.dto.MDMessage.java com.johnsenner.mobiledaymessages.networking.MessagesClient.java null.MessagesClientTest.java