Bangalore Android Group meetup
02:50 PM Video Address by Randy Ksar : 5 mins Some trouble in audio devices. Bhavya tries to get the audience talk, but doesn't succeed. Suggestions coming in : More code intensive Off line Collaboration Form groups Still no sign of video though. May be the Youtube URL can be shared. Finally Bhavya tells us that she will share the URL. Thanks to Strumsoft. 02:27 PM Neeraj's Session : Android Content Provider : 20 Mins (supposedly) (Last but one session) Content providers are the only way to share data across apps. Various content providers being Browser, Catlog, Media Store etc. Question from Strumsoft cofounder : Who does the data processing, Content provider or the app? URIs are used to connect to the CPs. URIs are defined something like A. Standard prefix content:// B. Authority , means the content provicer C. What kind of data D. The record being requested So there are basically 3 ways to use CPs 1. use the CPs as is. 2. Modify the CP 3. Write your own CP (...