Hi all,
I hava build a notepad application just like the notepad sample in
sdk.It has a NotePadProvider.
Now in another application I want to insert or delete a record in
notepad database, how should I do this? Can I use NotePadProvider?
how?
I know that how to insert a record in contacts:
ContentValues person = new ContentValues();
person.put(Contacts.People.NAME, "android");
getContentResolver().insert(Contacts.People.CONTENT_URI, person);
I just want my notepad can realize this!
Anyone knows?
Thank you in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---