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

Search results

  1. A

    Apps How to get Latitude and Longitude?

    Hi all, I am creating android app ( google map) the target of app is when it lunched, the marker will be in specific location ( i did this) I added auto complete fragment for the searching However, I do not know how to get the destination Latitude and Longitude to put in Geocoder . I tried...
  2. A

    Apps Problem with output in screen

    Hi all, I wrote program to pull XML from apple RSS ( top songs and top albums) . I have two buttons for each. However , I need to press double time to get the result This is the code package com.example.mohammed.top10downloader; import android.os.AsyncTask; import android.os.Bundle; import...