Demo Android app showing how to use MongoDb with Android and running unit tests with Robolectric.
collector is hosted in the following web site
https://github.com/kimgronqvist/collector
If you think the Android project collector 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 collector.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 5 |
jar files used | android-async-http-1.4.3.jar android-support-v4.jar gson-2.2.3.jar mongo-java-driver-2.9.3.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in collector. The names of the image files are listed as follows.
ic_menu_add.png
The following screenshort is generated from the image listed above.
collector has the following Java source files.
se.kimgronqvist.athos.AthosApplication.java se.kimgronqvist.athos.CreateItemActivity.java se.kimgronqvist.athos.CreateListActivity.java se.kimgronqvist.athos.ItemDetailsActivity.java se.kimgronqvist.athos.ShowItemsActivity.java se.kimgronqvist.athos.ShowListsActivity.java se.kimgronqvist.athos.adapter.HashMapAdapter.java se.kimgronqvist.athos.adapter.ItemArrayAdapter.java se.kimgronqvist.athos.adapter.ListArrayAdapter.java se.kimgronqvist.athos.api.MongoRestClient.java se.kimgronqvist.athos.api.MongoRestClientUsage.java se.kimgronqvist.athos.model.TodoItem.java se.kimgronqvist.athos.model.TodoList.java se.kimgronqvist.athos.utils.GsonHelpers.java