1
Answer

I wanted to getintent data in fragment class

Photo of Akshay Rohilla

Akshay Rohilla

8y
2.4k
1
Bundle b =getActivity(). getIntent().getExtras();
String id=b.getString("memberid");

Answers (1)