I'm developing a chat. I have a MainActivity in which I invoke a fragment (which extends baseAdapter), where all contacts in a listview are ready. When I click on a contact, I want to open a new fragment that represents the send / receive window of the sms.
My problem is to invoke the second fragment (inside the onClickListener), is it possible / correct to invoke a fragment already inside a fragment? if so, how can I circumvent this situation?