Android
Programming and Technical
Programming
Technical
Is it possible to have fragments without UI, in android?
Options
1) Fragment will never have any UI.
2) Fragment generally will contribute its UI by using its own layout, But it might not have UI in some cases, as it is not mandatory
3) Both option 1 & are right.
4) none of the above are true, Because fragments should always have its own layout and contribute its UI.
Read Solution (Total 2)
-
- yes like activity you can create a fragment without UI.
- 6 years agoHelpfull: Yes(0) No(0)
- option 2 is correct answer
- 4 years agoHelpfull: Yes(0) No(0)
Android Other Question