Android Open Source - SQLite Store Android-Forum






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-Forum.

ItemValue
Java File Count10
Supported screen sizes[mdpi]
Minimum SDK Version10
Activity Count6
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
Raw File Namesres\raw\gestures




Resource Files

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.

null

Java Source Files

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