[android-developers] how to reload previous activity on back button click

2011-03-21 Thread Ranveer
Dear all, I want to reload the previous activity (history) on back button click. Right now When I am pressing back (Phone) it going to previous activity but showing from history. So every time I click back I want to reload the history page. regards -- You received this message because you

Re: [android-developers] about android application

2011-03-19 Thread Ranveer
you need to configure port to call localhost in emulator or host on any http (with other than local ip). On Saturday 19 March 2011 11:51 PM, kajal patil wrote: Hi All, I developed an android application.I want to send http request from my android application on button click to servlet in

Re: [android-developers] Re: Vertical Marquee from Bottom to Up

2011-02-08 Thread Ranveer
is there any other way.. On Monday 07 February 2011 10:48 PM, AndroidWorkz wrote: If you look at the Music app in the Android source you will see a Vertical Text Spinner... hope that helps :) http://hi-android.info/src/com/android/music/VerticalTextSpinner.java.html There is also something

Re: [android-developers] Android beginner

2011-02-01 Thread Ranveer
This is most common error.. Please provide more log details. On Wednesday 02 February 2011 10:46 AM, subhashini alaguchokku wrote: Hi, I get following compile time error, pls give any solutions [2011-02-02 10:37:46 - Mcatalog] Unknown error: java.lang.NullPointerException Thanks and

[android-developers] XML or JSON in Android

2011-01-30 Thread Ranveer
Hi All, I am developing an Android application. Following is my scenario: 1. I parsing XML in android which is hosted on server (same like RSS feed). 2. It takes around 10 second depend on network speed. 3. XML refresh on server in every 15 minutes. Is there any other way so I can make it more

[android-developers] XML or JSON in Android

2011-01-28 Thread Ranveer
Hi All, I am developing an Android application. Following is my scenario: 1. I parsing XML in android which is hosted on server (same like RSS feed). 2. It takes around 10 second depend on network speed. 3. XML refresh on server in every 15 minutes. Is there any other way so I can make it more