posted 8 years ago
Hello there,I'm new to Android ,i Want to change the Text in a fragment programatically .My problem is that I'm getting an error like this- Attempt to invoke virtual method 'int android.os.Bundle.getInt(java.lang.String)' on a null object reference
I'm sending data from this Activity
to this Tab_Activity
and again I'm passing this data to a Fragment,
TipsFragment
Please any one help me clear this error.