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..
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.
The following table is the detailed list of Meme.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.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 |
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