Users Online

· Guests Online: 148

· Members Online: 0

· Total Members: 188
· Newest Member: meenachowdary055

Forum Threads

Newest Threads
No Threads created
Hottest Threads
No Threads created

Latest Articles

##Android Fundamentals: Content Providers

Android Fundamentals: Content Providers

with By Sriyank Siddhartha


02.Delete Operation Using ContentProvider and Content Resolver



A ContentProvider is the building block of Android similar to the Activity, Service, or BroadcastReceiver. It allows apps to securely share private data to other apps and manages the access to the central repository of data.

Android Framework provides developers with four components: Activity, Service, BroadcastReceiver, and ContentProvider. This course, Android Fundamentals: Content Providers, talks about how ContentProvider helps an application manage access to data stored by itself and provides a way to share data securely with other apps. Content providers are the standard interface that connect data in one process with code running in another process. This course starts with overview of ContentProvider and letting you design a structured data storage such as SQlite database from scratch. With the help of ContentProvider you'll then perform CRUD operations on SQlite database. Further, you'll explore how to share app's private data securely with some other apps using ContentProvider. At the end of the course, you'll use the concept of Android Permissions to enhance application security.

      
Course Contents
01.Course Overview 02.Making the Most out of This Course 03.Getting Familiar with ContentProvider 04.Designing the Structured Data Storage 05.Implementing ContentProvider with Insert and Query Operations 06.Implementing Delete and Update Methods 07.Exploring Miscellaneous Concepts 08.Exposing Your App's Private Structured Data Outside the App 09.Conclusion Exercise Files

Comments

No Comments have been Posted.

Post Comment

Please Login to Post a Comment.

Ratings

Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Render time: 0.91 seconds
10,815,290 unique visits