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

Search results

  1. S

    Apps Retrieve review

    hi, how to retrieve review from website (www example com) then show in android application help me
  2. S

    Retrieve review

    hi, how to retrieve review from website (www example com) then show in android application help me
  3. S

    Apps taxi keyword

    hi i develop app to find the nearby taxi company, i can find the location of atm, hospital etc, but i cant find the taxi company location what the key type or keyword for taxi. please help me. the below url i am using "https://maps.googleapis.com/maps/api/place/search/json?" +...
  4. S

    Apps Google Map draw path

    i designed a google show path between two location. here in the emulator and mobile the google map getting show but path doesnt show, can any one help me package com.froger.routepathexample; import java.net.URL; import javax.xml.parsers.SAXParser; import...
  5. S

    Apps webpage to apk file convertor

    hi i need to develop the android app as to convert any webpage into apk file (suppose the google web page should convert to apk file then we use as usual web search engine) can any one help me.
  6. S

    Apps Database store

    hi i would like to store the coordinates in data base, but these line will store any other value (like 1, 2,3, etc) not the coordinates value. how to make the coordinates to double, the bold line shown below. package com.example.login2; import java.util.ArrayList; import...
  7. S

    Apps Login

    hi friends i have code for login page, (if i click the login button mean it will need to display the Welcome message and coordintes of GPS in second page,) but it display only the welcome msg doesnt display the coordinates. second page code is pasted below help me plz package...
  8. S

    Apps session variable

    hi i am design a login project, then i using indent to redirect the page, can i able to redirect the page using SESSION VARIABLE. line are bold below, then i use the two indent command to redirect the page in single if statement, is it right. help me plz., package com.example.login2...
  9. S

    Apps Eclipse xml layout

    hi friends i have problem in my eclipse, if i open the xml default editor means the eclipse get closed, i cant able to open the xml graphical layout, eventhough i reinstall the eclipse, same problem shout arise, please give me the solution. thanks,
  10. S

    Apps Wamp Login Database

    hi friends i doing the project to check the username and password is correct or not, which is connect with database (wamp server), but i have error at the time of running the project. logcat also enclosed with this. package Com.User; import java.io.BufferedReader; import...
  11. S

    Apps WiFi Vs Networking

    hi friends, am looking to get the output for finding the coordinates of GPS, WiFi, and Networking, eventhough i got the output for all three, i am getting the same coordinates (same value) output for WiFi and Networking. Help me friends. package com.gps; import...
  12. S

    Apps GPS,wifi,network coordinates

    hi i try to find the x and y co-ordinates through gps, wifi, and networking but i have problem in running the problem, at output it shows FORCE TO CLOSE error, then i paste the log cat error, as below, can you help. package com.location; import android.app.Activity; import...
  13. S

    Apps WIFI location identifier

    hai friends am the beginner for android, please send me some source code for WIFI LOCATION IDENTIFIER. and also give tips to how to run that. thanks.,
  14. S

    Apps Gps locator errors

    Bold line in this coding have errors at the time of running, please give me the solution for that. package com.gps; import android.app.Activity; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager...
  15. S

    Apps Gps xy coordinates

    i have error in below bold code please help me how to rectifies these errors; package com.gps; import android.app.Activity; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import...
  16. S

    Apps GPS coordinates

    hai i need the coding to find the coordinates of x and y in gps using android app, then also provide me how to run that, please reply me. thank you..,
  17. S

    Gps

    hai i want the coding for find x and y co-ordinates in GPS using android and procedure to run it, please reply me.