0

Hello im noob Android developer and i want to to make something like this image. It happens when i click the auto localization in gmap

https://i.stack.imgur.com/ezvP2.jpg

Alexsotocs
  • 81
  • 1
  • 1
  • 5

1 Answers1

0

Do mean a dialog box like this?

It's an alert dialog. And you will find very useful information about it and implementations of it in these documentation :).

Android dialogs

Zolbayar
  • 896
  • 12
  • 29
  • Yeah i wanted it but how can i know if the device has the gps enabled thanks and reqiesy permission to active it – Alexsotocs Jun 23 '14 at 23:41
  • Look here: http://stackoverflow.com/questions/843675/how-do-i-find-out-if-the-gps-of-an-android-device-is-enabled – JDJ Jun 23 '14 at 23:55