Re: [android-developers] activity nevigation

2012-10-08 Thread Ibrahim Sada
What is your problm... Your not navigating from 1st activity to 2nd activity or wat..? On 8 October 2012 11:01, Sadhna Upadhyay sadhna.braah...@gmail.com wrote: Hi Everybody, I am stuck in a problem, the is this that when i get nevigate from one activity to another

Re: [android-developers] activity nevigation

2012-10-08 Thread Ibrahim Sada
public class FirstActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); Button orderButton = (Button)findViewById(R.id.order); orderButton.setOnClickListener(new

Re: [android-developers] activity nevigation

2012-10-08 Thread Sadhna Upadhyay
No,its nevigating but for a milli second previous activity also visible then agen stops on next activity On Mon, Oct 8, 2012 at 11:32 AM, Ibrahim Sada ibrahim.in...@gmail.comwrote: What is your problm... Your not navigating from 1st activity to 2nd activity or wat..? On 8 October 2012

Re: [android-developers] activity nevigation

2012-10-08 Thread Ibrahim Sada
have you tried my code..what i have given you On 8 October 2012 11:55, Sadhna Upadhyay sadhna.braah...@gmail.com wrote: No,its nevigating but for a milli second previous activity also visible then agen stops on next activity On Mon, Oct 8, 2012 at 11:32 AM, Ibrahim Sada

Re: [android-developers] activity nevigation

2012-10-08 Thread Sadhna Upadhyay
yes. On Mon, Oct 8, 2012 at 12:33 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: have you tried my code..what i have given you On 8 October 2012 11:55, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: No,its nevigating but for a milli second previous activity also visible then agen

[android-developers] activity nevigation

2012-10-07 Thread Sadhna Upadhyay
Hi Everybody, I am stuck in a problem, the is this that when i get nevigate from one activity to another activity then next activity appears for a milli second and its previous activity comes forword for a milli second then next activity will be stop,it happens like blinking