geolocation

How to activate the network in an Android application without leaving the application

Hi everybody ! I am developing an application that use the GPS and the geolocalion. So, during the application launch, I have to be sure that the user has activated the network and GPS. If he didn't tested 2 solutions : Ask the user to activate them himself (so the application quit, and the user has to reload it) Redirect the user in...

Autofill Address + Google Maps API

I want to present my users with a text box wherein they can type in their address. As they type their address, I want to provide the users with suggestions/predictions of what address they are trying to type. I'm also concerned about the relevance of this address (e.g. that the address is not an address halfway across the world). Is thi...