Android Open Source - Development api StarWars






Project Summary

simple android app using swapi.co API.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of StarWars.

ItemValue
Java File Count13
Activity Count2
Required Permissionsandroid.permission.INTERNET

Java Source Files

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