Android application demonstrating communication with VIAServer through its HTTP API and usage of SQLite..
VIAClient is hosted in the following web site
https://github.com/tunystom/VIAClient
If you think the Android project VIAClient 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 VIAClient.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar gson-2.1.jar |
Required Permissions | android.permission.INTERNET |
VIAClient has the following Java source files.
com.droidgesture.sensors .AccelerometerManager .java com.droidgesture.sensors.AccelerometerListener .java cz.cvut.fel.via.client.ClientMainActivity.java cz.cvut.fel.via.client.ClientPreferences .java cz.cvut.fel.via.client.Message .java cz.cvut.fel.via.client.MessageSyncWorker.java cz.cvut.fel.via.client.MessagesDataSource .java cz.cvut.fel.via.client.SQLiteHelper.java cz.cvut.fel.via.client.SendMessageWorker.java cz.cvut.fel.via.client.SettingsDialog.java cz.cvut.fel.via.client.ShakeDetector.java