Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

get intent not working in fragment

// add the getActivity() before getIntent and it should work perfectly 
// inside your fragment
Bundle bundle = getActivity().getIntent().getExtras();
 
PREVIOUS NEXT
Tagged: #intent #working #fragment
ADD COMMENT
Topic
Name
3+6 =