Lines Matching refs:card
37 <p> This lesson shows you how to do a card flip
40 a card flipping over.
43 <p>Here's what a card flip looks like:
94 Create the animations for the card flips. You'll need two animators for when the front
95 of the card animates out and to the left and in and from the left. You'll also need two
96 animators for when the back of the card animates in and from the right and out and to the
214 Each side of the "card" is a separate layout that can contain any content you want,
217 create one side of a card that shows text:
250 and the other side of the card that displays an {@link android.widget.ImageView}:
267 Create fragment classes for the front and back of the card. These classes return the layouts
270 where you want to show the card. The following example shows nested fragment classes inside
278 * A fragment representing the front of the card.
289 * A fragment representing the back of the card.
319 activity shows you how to display the front of the card by default:
342 Now that you have the front of the card showing, you can show the back of the card
344 side of the card that does the following things:
354 so when the user presses the <em>Back</em> button, the card flips back over.
370 // the back of the card, uses custom animations, and is part of the fragment
377 // representing rotations when switching to the back of the card, as
392 // Back to get to the front of the card.