java - use of multiple google api in android app using switch -


i trying develop app android personal mobile search engine based on user's history , current location. search results have used google search api.

unfortunately has limitation of 100 searches per day. overcome had planned on using multiple google search api keys (using switch). problem i'm facing whenever resultactivity (the function in search , results gathered) called counter reset. result app using 1 of keys rather 3. there way can rectify problem?

i have attached code here (but without switch). https://docs.google.com/file/d/0b6z6yz5pqvldrjhgnmrpthq1rzg/edit?usp=sharing

please me final year engineering project.

you can change location store number of searches application class. , if user quits application store in sharedpreferences well.

but think problem going face bigger this. don't sure google allow produce several keys same sha1 keystore , same package name including application name.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -