Copyright 2014 Ly Quoc Hung (s3426511)
RMIT International University Vietnam
An Android task management application that implements Google Task API to sync tasks to the cloud. It also uses SMS to notify people in the collaborators list about the task, if the person had this application install then the task will added to their task list.
This program is the assignment for "Mobile Application Development" course (COSC2543) at RMIT International University Vietnam.
- http://www.vogella.com/tutorials/AndroidListView/article.html#listviewselection
- http://stackoverflow.com/questions/4139288/android-how-to-handle-right-to-left-swipe-gestures
- http://www.androidhive.info/2011/11/android-sqlite-database-tutorial/
- http://www.vogella.com/tutorials/AndroidSQLite/article.html
- https://code.google.com/p/google-api-java-client/source/browse/?repo=samples#hg%2Ftasks-android-sample%2Fsrc%2Fmain%2Fjava%2Fcom%2Fgoogle%2Fapi%2Fservices%2Fsamples%2Ftasks%2Fandroid
- http://www.androidhive.info/2012/07/android-detect-internet-connection-status/
- http://androidexample.com/Incomming_SMS_Broadcast_Receiver_-_Android_Example/index.php?view=article_discription&aid=62&aaid=87
- http://www.androidhive.info/2013/07/how-to-implement-android-splash-screen-2/
- http://www.codeproject.com/Articles/113831/An-Advanced-Splash-Screen-for-Android-App
- http://idroidsoftwareinc.blogspot.com/2013/09/android-splash-screen-example-tutorial.html
- http://laaptu.wordpress.com/2013/07/19/android-app-widget-with-listview/