Fetches JSON data using the Google Search API and displays it in a ListView..
GoogleSearch is hosted in the following web site
https://github.com/sjunejo/GoogleSearch
If you think the Android project GoogleSearch 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 GoogleSearch.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
GoogleSearch has the following Java source files.
com.sjunejo.googlesearch.ConnectionDetector.java com.sjunejo.googlesearch.MainActivity.java com.sjunejo.googlesearch.ResultsAdapter.java com.sjunejo.googlesearch.data.SQLiteHelper.java com.sjunejo.googlesearch.data.SearchResult.java