microbox Active Member Licensed User Longtime User Jul 9, 2015 #1 Hi everyone, just want to ask how to implement a search form(using google) and would display the result in edit text. If possible share a basic example for me to start from. Edited: I found this thread https://www.b4x.com/android/forum/threads/google-search-within-app.52125/ But to be honest, I'm not really sure I understand how to start. Thank you in advance for the time, microbox Last edited: Jul 9, 2015
Hi everyone, just want to ask how to implement a search form(using google) and would display the result in edit text. If possible share a basic example for me to start from. Edited: I found this thread https://www.b4x.com/android/forum/threads/google-search-within-app.52125/ But to be honest, I'm not really sure I understand how to start. Thank you in advance for the time, microbox
Erel B4X founder Staff member Licensed User Longtime User Jul 9, 2015 #2 The simplest way is to use WebView and load Google url. The other two options: - Use Google Search API (not free): https://developers.google.com/custom-search/json-api/v1/overview - Use HttpUtils2 to make a search and parse the results. This is most probably not allowed by Google terms. Upvote 0
The simplest way is to use WebView and load Google url. The other two options: - Use Google Search API (not free): https://developers.google.com/custom-search/json-api/v1/overview - Use HttpUtils2 to make a search and parse the results. This is most probably not allowed by Google terms.
microbox Active Member Licensed User Longtime User Jul 9, 2015 #3 Thanks Erel, I will try your suggestions. BTW: I want to create a simple app will query the following option for each user... 1. Horoscope 2. Word Dictionary 3. Weather updates Kind regards, microbox Upvote 0
Thanks Erel, I will try your suggestions. BTW: I want to create a simple app will query the following option for each user... 1. Horoscope 2. Word Dictionary 3. Weather updates Kind regards, microbox