Skip to content

Instantly share code, notes, and snippets.

@vicky7230
Created March 10, 2018 05:23
Show Gist options
  • Select an option

  • Save vicky7230/b76cf4de3c59945f80c86405aadb99a3 to your computer and use it in GitHub Desktop.

Select an option

Save vicky7230/b76cf4de3c59945f80c86405aadb99a3 to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_about);
//Schedule Note Syncing
NoteSyncJob.scheduleJob();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment