Android Open Source - Development restful countries-rest-demo-rxjava






Project Summary

Working remote data with RxJava in android.

Web Site / Source Repository

countries-rest-demo-rxjava is hosted in the following web site
https://github.com/fatihsokmen/countries-rest-demo-rxjava

If you think the Android project countries-rest-demo-rxjava 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 countries-rest-demo-rxjava.

ItemValue
Java File Count14
Supported screen sizes[mdpi]
Target SDK Version21
Minimum SDK Version11
Activity Count3
jar files usedandroid-support-v4.jar
gson-2.2.4.jar
picasso-2.4.0.jar
retrofit-1.8.0.jar
rxandroid-0.24.0.jar
rxandroid-framework-0.24.0.jar
rxjava-1.0.4.jar
Required Permissionsandroid.permission.INTERNET
Asset File Namesassets\currency_codes
assets\language_codes




Resource Files

There are 2 image files in countries-rest-demo-rxjava. The names of the image files are listed as follows.

regions.png
world.png

The following screenshort is generated from the image listed above.

null

Java Source Files

countries-rest-demo-rxjava has the following Java source files.

com.demo.countries.CountriesApplication.java
com.demo.countries.adapter.BorderAdapter.java
com.demo.countries.adapter.CountryAdapter.java
com.demo.countries.adapter.RegionAdapter.java
com.demo.countries.data.CountryDb.java
com.demo.countries.data.CurrencyDb.java
com.demo.countries.data.LanguageDb.java
com.demo.countries.model.Country.java
com.demo.countries.rest.CountryService.java
com.demo.countries.rest.HttpConstants.java
com.demo.countries.view.CountryActivity.java
com.demo.countries.view.CountryInfoActivity.java
com.demo.countries.view.RegionActivity.java
com.meetme.android.horizontallistview.HorizontalListView.java