Android
Programming and Technical
Programming
Technical
How to return layout of a fragment? Which function to implement in Fragment class for it?
Options
1) onCreate()
2) onCreateView()
3) getView()
4) getFragmentView()
Read Solution (Total 3)
-
- How to return layout of a fragment
- 7 years agoHelpfull: Yes(0) No(0)
- onCreateView()
- 7 years agoHelpfull: Yes(0) No(0)
- option 2 is correct
- 4 years agoHelpfull: Yes(0) No(0)
Android Other Question