Class 5, Part 3. This video comes from Marakana's 5-Day Android Bootcamp Training Course which Marko Gargenta taught in San Jose, CA earlier this year.
In this tutorial, you are going to learn how to use BroadcastReceivers to notify an application of an action to which it is subscribed.
Marko will also cover:
- Adding Custom Permissions
- Declaring Permissions in the Manifest File
- Updating the Services to Enforce Permissions
** You can find all the videos in this series at http://marakana.com/techtv/android_bootcamp_screencast_series.html
Thank you for the tutorial....A week well spent.
santoshlimbuthebe 1 month ago
I found out that the easiest solution to the problem around minute 1h26 was just removing the db.close(); call inside the finally block of the <long insert(ContentValues values) method of the StatusData class.
The real problem preventing the cursor from reupdating himself was that the database connection had been closed...
jsoaresgeral 6 months ago