Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Android App Development- Implementation of Content Providers
Rating: 4.4 out of 5(63 ratings)
8,248 students

Android App Development- Implementation of Content Providers

Native Content Providers like CallLog, Contact, MediaStore and Custom Content Provider
Last updated 4/2020
English

What you'll learn

  • Read Contact Content Provider with SearchView
  • Read Call Log Content Provider with CardView
  • Read and Display Images Using Content Provider
  • How to create own Custom Content Provider

Course content

3 sections5 lectures1h 50m total length
  • What is Content Provider? How to use the same?1:43
    • A content provider manages access to a central repository of data.

    • A provider is part of an Android application, which often provides its own UI for working with the data.

    • However, content providers are primarily intended to be used by other applications, which access the provider using a provider client object.

    • Typically you work with content providers in one of two scenarios; you may want to implement code to access an existing content provider in another application, or you may want to create a new content provider in your application to share data with other applications.

    • Built-in Content Provider

      • CallLog

      • ContactsContract

      • MediaStore

Requirements

  • Basic of Kotlin and Android

Description

  • This course divided into 3 sections

    1. What is Content Providers?

    2. Practical Implementation of following Native Content Provider

      1. Contact Content Provider

      2. Call Log Content Provider

      3. Load Images using Media Store Content Provider

    3. Practical implementation of Custom Content Provider

  • This course also gives source code of development of application shown in Video.

  • This course focus on development of Content Providers in Android using Kotlin.

Who this course is for:

  • Beginners in Mobile Application Development