You can use ViewFlipper (
http://developer.android.com/reference/android/widget/ViewFlipper.html) or
ViewSwitcher(
http://developer.android.com/reference/android/widget/ViewSwitcher.html).
This way you can do all you want with only one activity.

2012/10/11 Piren <gpi...@gmail.com>

> I'm not entirely sure what you're trying to accomplish, but you should
> consider that the third step would go into Activity C with the only purpose
> of displaying the information. would probably simplify things for you.
>
>
> On Thursday, October 11, 2012 7:28:41 AM UTC+2, Aadi Rockzz wrote:
>>
>> Hi Piren,
>>
>> Thanks  went through the Link that u suggested. But i found little
>> difficulty to invoke whole through code..So i separated my views in two
>> Different Activities suppose Like Activity A,B.
>> Again One Problem..:)..I'll explain that in a step by step manner so that
>> u can understand my problem easily..
>>
>> 1. I entered some data's on A and went to second Activity(B) by carrying
>> whole details in a bundle..(A--->B)
>> 2.In Activity B i entered Data's in List View and i went back to A by
>> using code Receive2.this.**onBackPressed(); and in A whole data's i
>> entered is present.(B-->A)
>> 3. Problem starts here..From A i want to go to B and i wanted to see the
>> List View Data's that i entered to be present There..
>>
>> Any one Please Help me if you have a Solution for this...
>>
>> Thanks in Advance
>> Aadi
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to