Android
Programming and Technical
Programming
Technical
Fragment in Android can be found through
Options
1) findById
2) findFragmentById()
3) getContext.findFragmentById()
4) FragmentManager.findFragmentById()
Read Solution (Total 5)
-
- option 4 is right
- 7 years agoHelpfull: Yes(1) No(0)
- The options Provided is Not correct , actually the correct ans is " findViewById() "
- 7 years agoHelpfull: Yes(0) No(5)
- 4) is the right option
- 7 years agoHelpfull: Yes(0) No(0)
- getContext.findFragmentById()
- 7 years agoHelpfull: Yes(0) No(0)
- 3) getContext.findFragmentById()
- 7 years agoHelpfull: Yes(0) No(0)
Android Other Question