Android Open Source - App github GithubViewer






Project Summary

Small github viewer application! :).

Web Site / Source Repository

GithubViewer is hosted in the following web site
https://github.com/fnk0/GithubViewer

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

ItemValue
Java File Count66
Supported screen sizes[xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi]
Activity Count1
Fragment Count1
Test Case Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
Asset File Namesassets\octicons.ttf




Resource Files

There are 28 image files in GithubViewer. The names of the image files are listed as follows.

ic_acc_login.png
ic_action_account_circle.png
ic_action_stars.png
ic_c.png
ic_cpp.png
ic_css.png
ic_email.png
ic_file_blue.png
ic_file_default.png
ic_file_white.png
ic_folder.png
ic_folder_blue.png
ic_folder_green.png
ic_folder_orange.png
ic_folder_red.png
ic_home.png
ic_info.png
ic_java.png
ic_js.png
ic_link.png
ic_location.png
ic_lock.png
ic_python.png
ic_ruby.png
ic_search.png
ic_time.png
ic_toggle_star_outline.png
ic_txt.png

The following screenshort is generated from the image listed above.

null




Java Source Files

GithubViewer has the following Java source files.

com.gabilheri.githubviewer.MainActivity.java
com.gabilheri.githubviewer.adapters.NavDrawerAdapter.java
com.gabilheri.githubviewer.adapters.NavDrawerItem.java
com.gabilheri.githubviewer.base.CommonColumns.java
com.gabilheri.githubviewer.base.DefaultFragment.java
com.gabilheri.githubviewer.base.DefaultListFragment.java
com.gabilheri.githubviewer.base.DrawerActivity.java
com.gabilheri.githubviewer.cards.CardFileItem.java
com.gabilheri.githubviewer.cards.CardNewsFeed.java
com.gabilheri.githubviewer.cards.CardRepo.java
com.gabilheri.githubviewer.cards.UserCard.java
com.gabilheri.githubviewer.data.GithubDbHelper.java
com.gabilheri.githubviewer.data.OwnerProvider.java
com.gabilheri.githubviewer.data.User.java
com.gabilheri.githubviewer.data.UserToken.java
com.gabilheri.githubviewer.data.feed.Feed.java
com.gabilheri.githubviewer.data.feed.FeedActor.java
com.gabilheri.githubviewer.data.feed.FeedRepo.java
com.gabilheri.githubviewer.data.feed.Payload.java
com.gabilheri.githubviewer.data.feed.PayloadMember.java
com.gabilheri.githubviewer.data.feed.UserEvent.java
com.gabilheri.githubviewer.data.repo.Repo.java
com.gabilheri.githubviewer.data.repo.RepoContent.java
com.gabilheri.githubviewer.data.repo.RepoDetail.java
com.gabilheri.githubviewer.data.repo.SearchRepo.java
com.gabilheri.githubviewer.fragments.Fragment404.java
com.gabilheri.githubviewer.fragments.ItemDetailFragment.java
com.gabilheri.githubviewer.fragments.LoginFragment.java
com.gabilheri.githubviewer.fragments.NewsFeedFragment.java
com.gabilheri.githubviewer.fragments.ProfilePageFragment.java
com.gabilheri.githubviewer.fragments.RepoContentListFragment.java
com.gabilheri.githubviewer.fragments.RepositoriesFragment.java
com.gabilheri.githubviewer.fragments.SearchOssFragment.java
com.gabilheri.githubviewer.fragments.UsersListFragment.java
com.gabilheri.githubviewer.network.BasicInterceptor.java
com.gabilheri.githubviewer.network.GithubClient.java
com.gabilheri.githubviewer.network.LoginRequest.java
com.gabilheri.githubviewer.network.LogoutTask.java
com.gabilheri.githubviewer.network.TokenInterceptor.java
com.gabilheri.githubviewer.network.sync.FeedSyncAdapter.java
com.gabilheri.githubviewer.utils.CustomDateUtils.java
com.gabilheri.githubviewer.utils.CustomUtils.java
com.gabilheri.githubviewer.utils.FileUtils.java
com.gabilheri.githubviewer.utils.NetworkUtils.java
com.gabilheri.githubviewer.utils.PreferenceUtils.java
com.gabilheri.simpleorm.SimpleOrmOpenHelper.java
com.gabilheri.simpleorm.annotations.Increments.java
com.gabilheri.simpleorm.annotations.NotNull.java
com.gabilheri.simpleorm.annotations.OrmField.java
com.gabilheri.simpleorm.annotations.Table.java
com.gabilheri.simpleorm.annotations.Unique.java
com.gabilheri.simpleorm.builders.ForeignKeyObject.java
com.gabilheri.simpleorm.builders.OrmObject.java
com.gabilheri.simpleorm.builders.TableBuilder.java
com.gabilheri.simpleorm.utils.DateUtils.java
com.gabilheri.simpleorm.utils.FieldUtils.java
com.gabilheri.simpleorm.utils.MetaDataUtils.java
com.gabilheri.simpleorm.utils.QueryUtils.java
gabilheri.com.githubviewer.ApplicationTest.java
gabilheri.com.simpleorm.ApplicationTest.java
gabilheri.com.simpleorm.db_tests.Person.java
gabilheri.com.simpleorm.db_tests.TestDb.java
gabilheri.com.simpleorm.test_annotations.RelationalData.java
gabilheri.com.simpleorm.test_annotations.SomeData.java
gabilheri.com.simpleorm.test_annotations.TestAnnotations.java