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
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
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