Sapient
Company
Programming
To create a fragment, which of the following options holds true?
1) Extend android.app.Fragment class
and create using code snippet below
public class Fragment_Name extends Fragment{
.....
2) Extend android.app.FragmentClass class
and create using code snippet below:
public class Fragment_Name extends Fragment{
....
3) Extend android.app.Fragment class
and create using code snippet below:
public class Fragment_Name extends FragmentClass{
....
4) None of the given options
Read Solution (Total 1)
-
- Extend android.app.Fragment class
and create using code snippet below
public class Fragment_Name extends Fragment{ - 7 years agoHelpfull: Yes(0) No(0)
Sapient Other Question