Re: [android-developers] Problem with activity group

2011-04-05 Thread TreKing
On Tue, Apr 5, 2011 at 12:20 AM, Laxmi Verma laxmiverma.andr...@gmail.comwrote: Is there any other option available instead of ActivityGroup to change the views in the tab. Yes, use Views or Fragments, as I said. If yes, then please provide some link or some code example on it. Look

[android-developers] Problem with activity group

2011-04-04 Thread Laxmi Verma
Hi, I am using ActivityGroup class for one of my tab in my application. 1) There is a tab activity class calling the activitygroup class. 2) In activity group class i am calling one activity say Activity A which is a list view. 3) On Activity A item click, I am calling another activity say

Re: [android-developers] Problem with activity group

2011-04-04 Thread TreKing
On Mon, Apr 4, 2011 at 11:03 AM, Laxmi Verma laxmiverma.andr...@gmail.comwrote: I am using ActivityGroup class for one of my tab in my application. That's a problem in and of itself. From what I've read around here, ActivityGroup is pretty much a hack. Use Views in your Tabs or try the new

Re: [android-developers] Problem with activity group

2011-04-04 Thread Laxmi Verma
Hi, Can you please detail out about your reply. I am unable to understand it. Is there any other option available instead of ActivityGroup to change the views in the tab. If yes, then please provide some link or some code example on it. Thanks!! On Mon, Apr 4, 2011 at 10:23 PM, TreKing