Image Search Android app.
CodepathWeek2 is hosted in the following web site
https://github.com/kgleong/CodepathWeek2
If you think the Android project CodepathWeek2 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 CodepathWeek2.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 7 image files in CodepathWeek2. The names of the image files are listed as follows.
close.png ic_action_search.png ic_action_settings.png ic_action_share.png ic_custom_launcher.png ic_share.png settings_gear.png
The following screenshort is generated from the image listed above.
CodepathWeek2 has the following Java source files.
com.kgleong.imagesearch.activites.ImageDisplayActivity.java com.kgleong.imagesearch.activites.SearchActivity.java com.kgleong.imagesearch.adapters.GridViewAdapter.java com.kgleong.imagesearch.api.GoogleSearchApi.java com.kgleong.imagesearch.fragments.FilterDialogFragment.java com.kgleong.imagesearch.fragments.SingleImageFragment.java com.kgleong.imagesearch.listeners.EndlessScrollListener.java com.kgleong.imagesearch.models.ImageSearch.java com.kgleong.imagesearch.response.ImageSearchResponse.java com.kgleong.imagesearch.response.ResponseData.java com.kgleong.imagesearch.response.Result.java com.kgleong.imagesearch.utilities.NetworkUtils.java kgleong.com.imagesearch.ApplicationTest.java