Google Places API in Android - API_KEY for individual users
I have gone through the Android documentation and other blogs related to using the Places API in an Android application. Everywhere it suggests to use the API_KEY to call the REST service. The API_KEY being the same throughout the project/application. There is a limitation of 1000 requests per day. Now if my application is installed by many users, then the request limit will be easily exhausted if the same key is used by everyone. There would be some way to generate the API_KEY for individual user. But how can I take care of it in my code? You can have the quota raised to 100,000 requests a