My take on a GitHub app for andorid.
GitHub-Android is hosted in the following web site
https://github.com/Meisolsson/GitHub-Android
If you think the Android project GitHub-Android 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 GitHub-Android.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
Fragment Count | 4 |
Required Permissions | android.permission.AUTHENTICATE_ACCOUNTS android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.MANAGE_ACCOUNTS |
Asset File Names | assets\octicons.ttf |
There are 1 image files in GitHub-Android. The names of the image files are listed as follows.
drawer_shadow.9.png
The following screenshort is generated from the image listed above.
GitHub-Android has the following Java source files.
com.meisolsson.github.ApplicationTest.java com.meisolsson.github.Constants.java com.meisolsson.github.account.AccountAuthenticator.java com.meisolsson.github.account.AuthenticatationService.java com.meisolsson.github.account.LoginActivity.java com.meisolsson.github.base.BaseAdapter.java com.meisolsson.github.base.BaseListFragment.java com.meisolsson.github.client.SimpleAsync.java com.meisolsson.github.home.MainActivity.java com.meisolsson.github.home.NavigationDrawerFragment.java com.meisolsson.github.home.adapter.FeedAdapter.java com.meisolsson.github.home.adapter.NavigationDrawerAdapter.java com.meisolsson.github.home.adapter.NavigationDrawerObject.java com.meisolsson.github.home.adapter.RepositoryAdapter.java com.meisolsson.github.home.adapter.SimpleFragmentPagerAdapter.java com.meisolsson.github.home.fragment.FeedFragment.java com.meisolsson.github.home.fragment.HomeFragment.java com.meisolsson.github.home.fragment.RepositoryFragment.java com.meisolsson.github.layout.CheckableRelativeLayout.java com.meisolsson.github.layout.SlidingTabLayout.java