Android Open Source - Database connection Meme






Project Summary

The application is able to discover devices over Wi-Fi Direct, connect to them and exchange the temporal distance metrics. It also has the database to store the timers and the estimation algorithm to predict the devices moving toward this device..

Web Site / Source Repository

Meme is hosted in the following web site
https://github.com/cmd6841/Meme

If you think the Android project Meme 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 Meme.

ItemValue
Java File Count11
Target SDK Version19
Minimum SDK Version16
Activity Count2
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

Meme has the following Java source files.

com.example.meme.BackgroundTask.java
com.example.meme.ClientAsyncTask.java
com.example.meme.DBHelper.java
com.example.meme.MemeMainActivity.java
com.example.meme.MobileDevice.java
com.example.meme.ServerAsyncTask.java
com.example.meme.TimersActivity.java
com.example.meme.TimersDAO.java
com.example.meme.TimersModel.java
com.example.meme.Util.java
com.example.meme.WiFiDirectBroadcastReceiver.java