• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Apps Change APP name from external text(xml) file

    Hello. I have one similar question. I have an APP which I'll use for more than one customer. For every customer this app will be with different name. To change the name I must have a compiler(like Eclipse), open project, open strings.xml, change the app_name, save it and export again the .apk...
  2. D

    Apps App that gets GPS coordinates and Phone language(Locale)

    Hi everyone. I'm a new in android developing. I need help for one simple app. I need an app which get GPS coordinates of the device(if GPS is disabled - get last known location coordinates) and also get the language of the device(Locale). When I start the app, it will appear a button...