• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back

onCreateView ( )

It's where you specify which layout the fragment uses.

inflater.inflate (specify fragment layout, container, false);

Use this to specify the fragments layout. The container argument is passed by the activity that uses the fragment. Its the ViewGroup in the activity that the fragment layout needs to be inserted into.

<fragment


class="com.example.workout.


WorkoutDetailFragment" />


you use the <fragment> element to add a fragment to an activity's layout. You specify which fragment using the class attribute and setting it to the fully qualified name of the fragment.

getView ( )

the equivalent of findViewById ( );


the fragment uses it to find its child views

Array Adapter

connects the UA components


q (eg. TextView) of the String to its data sources