[android-beginners] Displaying Web Content Using Java Android Application

2009-07-02 Thread Persona
Can someone help? I have looked at this problem and most solutions use servlets, etc. Can someone show me a straightforward way using Java and XML? What I want to learn is how the web content is called, how the connection is handled, and how the content is displayed. Thanks.

[android-beginners] Problem with Displaying Web Server's Response (Text) in Android

2009-07-07 Thread Persona
Hello, the following code uses POST method to communicate with the Web Server, and the response is displayed in the console (not parsed in a Servlet, etc). When compiled as a java application, the program works as expected returning the response as html text. My aim is to have an Android app

[android-beginners] Authentication and Handling Cookies in Android

2009-08-04 Thread Persona
Hello, I am in some kind of a fix... I have been reading around the subject above and I think Android materials available are very patchy, and the Android documentation is not very useful without enough experience. I have never worked with cookies in Java (only PHP)- and the pages I have read

[android-beginners] Extending Activity Class

2009-08-05 Thread Persona
Hi there, I am writing a program that extends an Authenticator class and an Activity class. The Authenticator should request an input from the user, which I will then use an Activity class to implement a form/ View- which is the only way I know in Android. Ideally a GUI would be perfect, but this

[android-beginners] Debugging Apps with Google APIs Target on Android Dev Phone

2009-08-18 Thread Persona
Hello, I am writing a program that uses Google APIs for location and maps. I am trying to use the device for debugging and as a Location Provider. The program is simple- turn on the GPS, get the location, display it on the screen/map/etc. The GPS is turned on, but no location information is

[android-beginners] How to get location data using device GPS

2009-08-18 Thread Persona
Hello, The code below gets the location information and displays it on screen. If I use an emulator and provide such data manually, the program works as expected. But I have Android device, but whenever I run the program on the device the program displays 'Location not found'. Now the program

[android-beginners] Android P2P Options

2009-08-24 Thread Persona
Hello, I need to pass data between P2P mobile applications. I know that it is possible to use SMS, WAP, GTalk, etc, but it appears that there are very scanty materials about these topics. Can someone show me the steps that I need to take to get this done or direct me to the online source that