Skip to content

Instantly share code, notes, and snippets.

@RedRussianBear
Last active November 26, 2018 17:02
Show Gist options
  • Save RedRussianBear/60fb8f001f7f68caeacbbb552b637caf to your computer and use it in GitHub Desktop.
Save RedRussianBear/60fb8f001f7f68caeacbbb552b637caf to your computer and use it in GitHub Desktop.
ClarifaiAlarm Gist
public class AlarmActivity extends AppCompatActivity {
static final int REQUEST_TAKE_PHOTO = 1;
private String photoPath = null;
private String object;
MediaPlayer mediaPlayer;
TextView info;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment