public class Controller
extends AppCompatActivity
| Constructor and Description |
|---|
Controller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onActivityResult(int requestCode,
int resultCode,
Intent data)
Make the start button invisible, make the x-reflect button visible and display
the photo.
|
void |
onCreate(Bundle savedInstanceState)
Initializes this controller.
|
void |
reflectY(View view)
Reflect along the y-axis.
|
void |
start(View view)
Start the camera and store the photo.
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - not applicable.public void start(View view)
view - not applicable.public void reflectY(View view)
view - not applicable.protected void onActivityResult(int requestCode,
int resultCode,
Intent data)
requestCode - not applicable.resultCode - not applicable.data - not applicable.