An Android app to create/view forum posts. It can communicate with a server running a Django site using JSON. You can also change a boolean to make it store posts on a local SQLite DB, if you want to try it out by talking to yourself. I made this as a way to get experience with native Android apps, and to see how Django compares to RoR..
Android-Forum is hosted in the following web site
https://github.com/Fishkins/Android-Forum
If you think the Android project Android-Forum 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-Forum.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi] |
Minimum SDK Version | 10 |
Activity Count | 6 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Raw File Names | res\raw\gestures |
There are 5 image files in Android-Forum. The names of the image files are listed as follows.
back_icon.png delete_icon.png login_icon.png logout_icon.png refresh_icon.png
The following screenshort is generated from the image listed above.
Android-Forum has the following Java source files.
com.Android_Forum.Edit_Post.java com.Android_Forum.Interfaces.DatabaseHelper.java com.Android_Forum.Login.java com.Android_Forum.TextEntry.java com.Android_Forum.Utils.Helper.java com.Android_Forum.Utils.LocalDatabaseHelper.java com.Android_Forum.Utils.RemoteDatabaseHelper.java com.Android_Forum.View_Main.java com.Android_Forum.View_Post.java com.Android_Forum.View_Thread.java