How to pass string data between fragments like we did in Activity using intents?Plea
Use interfaces demonstrated here http://developer.android.com/guide/topics/fundamentals/fragments.html#CommunicatingWithActivity
Use setArguments(...) and getArguments(...) if you are loading one fragment from another