Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 7, 2021 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/729b8f7457dc5c64bcda8157607b149a to your computer and use it in GitHub Desktop.
Save codeforfun-jp/729b8f7457dc5c64bcda8157607b149a to your computer and use it in GitHub Desktop.
CTB 4-3
// Handler & Timer
private Handler handler = new Handler();
private Timer timer = new Timer();
// Status
private boolean action_flg = false;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment