Android application that showing github user profiles from https://api.github.com/users as list.
GitHubUserProfiles is hosted in the following web site
https://github.com/OleksandrDudinskyi/GitHubUserProfiles
If you think the Android project GitHubUserProfiles 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 GitHubUserProfiles.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
GitHubUserProfiles has the following Java source files.
com.dudinskyi.githubuserprofiles.ApplicationTest.java com.dudinskyi.githubusersprofiles.activity.UserListActivity.java com.dudinskyi.githubusersprofiles.adapter.GitHubUserListAdapter.java com.dudinskyi.githubusersprofiles.model.GitHubUserProfile.java com.dudinskyi.githubusersprofiles.network.GitHubRequest.java com.dudinskyi.githubusersprofiles.view.GitHubUserListItemView.java