Android Open Source - App demo collector






Project Summary

Demo Android app showing how to use MongoDb with Android and running unit tests with Robolectric.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of collector.

ItemValue
Java File Count14
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count5
jar files usedandroid-async-http-1.4.3.jar
android-support-v4.jar
gson-2.2.3.jar
mongo-java-driver-2.9.3.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

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.

null

Java Source Files

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