[android-developers] Re: how to use a content provider from other applications

2009-01-21 Thread sunitna...@gmail.com

Can i get Any particular example depicting this procedure.

On Jan 21, 1:24 pm, Dianne Hackborn hack...@android.com wrote:
 You don't do anything special to use it from another app, just use
 ContentResolver to perform a query or whatever operation you want on the
 appropriate URI.  This will use the URI's authority to find the other app's
 content provider, launch it, perform the operation on it, and return the
 result.

 On Tue, Jan 20, 2009 at 11:02 PM, sunitna...@gmail.com sunitna...@gmail.com



  wrote:

  Just went through a thread

 http://groups.google.com/group/android-developers/browse_thread/threa...

  where in some details about what a content provider does is given

  Could some one help with the following

  1. How do i use the content provider defined to interact with an
  application.
     I mean the database defined is for use in the program only, then
  how can i use this content provider from another program.

  2.  Is there an example depicting using of content providers. How are
  the content providers accessed else where so tht he databases defined
  in it be created at run time.

  Need urgent help regarding how to use a content provider from other
  applications.

  Cheers,
  Sunit

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] how to use a content provider from other applications

2009-01-20 Thread sunitna...@gmail.com

Just went through a thread

http://groups.google.com/group/android-developers/browse_thread/thread/9804e683c7cebfc3/fe94e57e8f6f5847?lnk=gstq=inserting+to+database+using+SQLite#fe94e57e8f6f5847

where in some details about what a content provider does is given

Could some one help with the following

1. How do i use the content provider defined to interact with an
application.
I mean the database defined is for use in the program only, then
how can i use this content provider from another program.

2.  Is there an example depicting using of content providers. How are
the content providers accessed else where so tht he databases defined
in it be created at run time.

Need urgent help regarding how to use a content provider from other
applications.

Cheers,
Sunit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Skia Graphics Library

2009-01-08 Thread sunitna...@gmail.com

Thank u Mike  David for ur replies and valuable suggestions.

But the issue is i have to use it and might as well inflict pain when
integrating future release as david rightly suggested :-)

But then i have to use it...

where can i get some sample  implementation of controls using the Skia
API's

Regards,
Sunit

On Jan 7, 6:42 pm, Mike Reed r...@google.com wrote:
 Agreed.Skiais not offered as a lib/sharedlib inside android, as its
 api is not guaranteed to be stable over time. See
 code.google.com/p/skiafor the active trunk.

 On Wed, Jan 7, 2009 at 8:31 AM, David Turner di...@android.com wrote:
  forget about usingSkiaheaders for deployed projects. they are not part of
  the stable Android API and *will* change in future releases, breaking your
  code in unexpected ways.

  but if you want to go that route and inflict huge pain to yourself in the
  future, have a look to android/external/skia

  On Wed, Jan 7, 2009 at 2:04 PM, sunitna...@gmail.com sunitna...@gmail.com
  wrote:

  Can anybody help me with using theSkiaGraphisLibraryfor
  implementation of various controls or even if someone can help me find
  the .h files related toSKIAin myandroid/

  It's a bit urgent...

  Regards,
  Sunit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Skia Graphics Library

2009-01-07 Thread sunitna...@gmail.com

Can anybody help me with using the Skia Graphis Library for
implementation of various controls or even if someone can help me find
the .h files related to SKIA in myandroid/

It's a bit urgent...

Regards,
Sunit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---