This is an Android application example using RxJava..
rxjava-example is hosted in the following web site
https://github.com/Ruenzuo/rxjava-example
If you think the Android project rxjava-example 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 rxjava-example.
Item | Value |
---|---|
Java File Count | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
rxjava-example has the following Java source files.
com.ruenzuo.weatherapp.activities.CountriesActivity.java com.ruenzuo.weatherapp.adapters.CountriesAdapter.java com.ruenzuo.weatherapp.fragments.CountriesListFragment.java com.ruenzuo.weatherapp.helpers.networking.APIService.java com.ruenzuo.weatherapp.helpers.networking.NetworkingHelper.java com.ruenzuo.weatherapp.models.Country.java com.ruenzuo.weatherapp.models.CountryData.java