Re: [mono-android] Switch between fragmnets action bar tab interface

2012-09-05 Thread anddyjagtap
i have done through tablistner and storing chat information in static list, /// /// Listener that handles the selection of a tab in the user interface /// /// public class TabListener : Java.Lang.Object, ActionBar.ITabListener where T : Fragment { private

Re: [mono-android] Switch between fragmnets action bar tab interface

2012-08-28 Thread Stephan Steiner
I'm pretty new to this myself - don't you get an OnCreate when you switch fragments? So, when the fragment goes out of scope, you have to save your current state, then look it up again when the fragment is being shown again - similar how you're passing and extracting information when you go from on

[mono-android] Switch between fragmnets action bar tab interface

2012-08-23 Thread anddyjagtap
Hi, I am new to mono for android and developing the simple text chat application. I have cretaed single activity for managing communication between client and server. Two fragments namely UserList and Chat used for showing userlist and chatting. I have used Action bar tab interface in which initial