Android Open Source - Development api android-intro






Project Summary

An example Android app consuming GitHub's events API.

Web Site / Source Repository

android-intro is hosted in the following web site
https://github.com/abdyer/android-intro

If you think the Android project android-intro 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 android-intro.

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

License

The license information of android-intro is as follows:

MIT License





Java Source Files

com.example.app.EventListFragment.java
com.example.app.GithubEventsApp.java
com.example.app.MainActivity.java
com.example.app.WebViewActivity.java
com.example.app.api.Actor.java
com.example.app.api.Event.java
com.example.app.api.EventsResponse.java
com.example.app.api.GitHubRequestManager.java
com.example.app.api.GitHubRequest.java
com.example.app.api.Repo.java
com.example.app.cache.LruBitmapCache.java