Check out the google web pages to find out how to talk to the DB http://developer.android.com/guide/topics/data/data-storage.html http://developer.android.com/guide/tutorials/notepad/notepad-ex1.html
-- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 14, 9:57 pm, Ravisanjkar S <[email protected]> wrote: > hi, > how do connect SQLite with Android Application? > Thanks and Regards > Ravisankar S > > On Sat, Aug 15, 2009 at 10:22 AM, Zeeshan Khan <[email protected]>wrote: > > > Thanks for reply, > > > Ok so i think there is no way to develop an application with feature which > > can connect to PC(without any individual configuration with PC as it would > > not be feasible) . > > > On 8/15/09, Roman ( T-Mobile USA) <[email protected]> wrote: > > >> If you want to use the USB as a ethernet network interface then it is > >> not supported. > > >> You have to port the USB network support. > > >> -- > >> Roman Baumgaertner > >> Sr. SW Engineer-OSDC > >> ·T· · ·Mobile· stick together > >> The views, opinions and statements in this email are those of the > >> author solely in their individual capacity, and do not necessarily > >> represent those of T-Mobile USA, Inc. > > >> On Aug 14, 10:05 am, Chris Stratton <[email protected]> wrote: > >> > On Aug 14, 8:23 am, Zeeshan Khan <[email protected]> wrote: > > >> > > Hi, > >> > > Is it possible to connect to PC through USB from android > >> application. > > >> > > Or is it possible by any other way. > >> > > I want to connect to it to transfer data(video) > > >> > If you have USB debugging turned on, you can use the ADB program on > >> > the PC to push or pull files, install applications... and you can also > >> > forward a tcp port from the pc to the device, and send arbitrary data > >> > between applications over that. Look in the SDK docs about ADB. > >> > Presumably the relevant functionality from the ADB tool could be > >> > duplicated in some other PC application. > > >> > I don't know if android supports means of using the USB when debugging > >> > is not enabled, other than enabling USB mass storage which is find for > >> > dumping files onto the device but not really usable by applications > >> > themselves. >> > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

