Yeah, iwe read all about it, and i do not intend on putting it up on Market. But i would like to learn more about the internals of Android, and I thought playing around with some of the built in apps would be a good start. IF i go about putting it on Market, I would make sure to "port" or reimplement the missing classes with the SDK.
On Jul 2, 11:53 pm, "Yusuf T. Mobile" <[email protected]> wrote: > You can't use an internal API when developing an app with the Android > SDK. > > Google strongly discourages the use of internal APIs for several > reasons, among them the likelihood that the APIs will change in the > future, leaving your app out in the cold. > > Yusuf Saib > Android > ·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. > > P.S. Diane H. always beats me to answering the popular internal-API > question, but not this time! Now all I have to do is tell someone > "this is not the right forum for your question" and my day will be > complete! > > On Jul 2, 1:08 am,ErikEllis<[email protected]> wrote: > > > Hello, > > I'm interested in extending some of the basic applications that comes > > with Android. In my case platform/packages/apps/music.git. > > > I first tried doing it with just the SDK with no luck because there's > > some classes missing from the SDK, One of them being > > "com.android.internal.database.ArrayListCursor" (found in platform/ > > frameworks/base.git). > > > So basically, am i even supposed to be able to compile and extend the > > base applications ? Is it posible to "repo sync platform/framework/ > > base" and compile the required com.android.internal.* classes ? > > > I'we been googling like mad, and but no luck. I would prefere not to > > have to "repo sync" the entire codebase and compile that. > > > So my question is; How do i extend and compile the platform/packages/ > > apps/* applications? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

