simple android app using swapi.co API.
StarWars is hosted in the following web site
https://github.com/matoelorriaga/StarWars
If you think the Android project StarWars 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 StarWars.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET |
StarWars has the following Java source files.
com.melorriaga.starwars.StarWarsApplication.java com.melorriaga.starwars.activity.BaseActivity.java com.melorriaga.starwars.activity.MainActivity.java com.melorriaga.starwars.activity.ResourceActivity.java com.melorriaga.starwars.event.ApiErrorEvent.java com.melorriaga.starwars.event.LoadPeoplePageEvent.java com.melorriaga.starwars.event.PeoplePageLoadedEvent.java com.melorriaga.starwars.model.Listable.java com.melorriaga.starwars.model.People.java com.melorriaga.starwars.model.PeoplePage.java com.melorriaga.starwars.service.StarWarsApi.java com.melorriaga.starwars.service.StarWarsService.java com.melorriaga.starwars.utils.BusProvider.java