Justin: Do you know much about the data storage on Android? I know a specific path is followed for DB creation, and such, but is it possible or will it ever be possible to store data or create a DB on an SD card?
For example, to store numbers for a phone book application or to maybe store texts, call logs, etc... Sent via BlackBerry -----Original Message----- From: "Justin (Google Employee)" <[EMAIL PROTECTED]> Date: Wed, 11 Jun 2008 17:20:24 To:Android Developers <[email protected]> Subject: [android-developers] Re: Need help on supporting IGMP protocol on android Disclaimer: I have no experience with IGMP. Possibly you could port it to Java and Android as a Service. Android has support for Java sockets, so I assume this would provide the basic networking functionality you need. The alternative is adding it as native code and then exposing Java bindings in Android. This is currently not possible, but once the Android code is open sourced I would imagine this would be possible. Cheers, Justin Android Team @ Google On Jun 9, 10:13 pm, Rama <[EMAIL PROTECTED]> wrote: > Hi > I have ported IGMP v3.0 on Linux. > I want to expose IGMP API's (like join and leave)to the android > application which is written in Java > Please suggest how to do this? > > Regards > Rama --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

