Working remote data with RxJava in android.
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.
The following table is the detailed list of countries-rest-demo-rxjava.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | android-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 Permissions | android.permission.INTERNET |
Asset File Names | assets\currency_codes assets\language_codes |
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.
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