Hi Kris,

yes, this is the general bugtracker for the Android open-source
project. Please use it. I think it is adequate also for documentation
issues or feature requests. I don't know about your specific issue,
but the issues are being looked at by the Android team (mostly Google
guys) and worked on. For instance, I filed a small feature request for
DDMS, and the feature is now part of the SDK.

Cheers,
Joerg

On 10 Dez., 17:13, kristianlm <kristianl...@gmail.com> wrote:
> Ok. Thanks a lot Joerg!
>
> I wanna create a ticket, but I don't know where to turn
>
> Is this where I'm supposed to 
> post:http://code.google.com/p/android/issues/list
>
> It seems to be only for bugs though, is it?
> Anyhow, I commited a bug there half a year
> ago and it still hasn't been looked at, is
> anyone dealing with those issues at all?
>
> K
>
> On Dec 9, 7:41 am, Joerg Pleumann <joerg.pleum...@gmail.com> wrote:
>
> > I agree the existence of the driver should be mentioned at least in
> > theJDBCpackage docs. Would you mind creating a ticket for this?
>
> >JDBCis somewhat of a second-class citizen in the Android world, since
> > Android has its own database API (that is actually not too far away
> > fromJDBC, but has much better integration with the UI framework). I
> > guess this is why the docs don't encourage you to useJDBC. Still,
> >JDBCis usable, and - as you already noticed - it is possible to
> > install additional drivers.
>
> > Regarding android.jar, I never checked but I could imagine that it
> > contains only the public API classes and might even have the actual
> > bytecode erased. Nothing is ever run against it. It is just there to
> > make Javac or Eclipse happy (somebody please correct me if I'm wrong).
> > On the device, the driver should be part of /system/framework/
> > core.jar.
>
> > Cheers,
> > Joerg
>
> > On 8 Dez., 21:56, kristianlm <kristianl...@gmail.com> wrote:
>
> > > I see. I still think the documents are lacking!
>
> > > Am I the only one who'd want a comment on theJDBC
> > > support in the dev-guide documents?
>
> > > There seems to be a fair share of confused people out there ...
>
> > > On Dec 8, 8:33 pm, jotobjects <jotobje...@gmail.com> wrote:
>
> > > > On Dec 8, 11:02 am, kristianlm <kristianl...@gmail.com> wrote:
>
> > > > > I cant believe this though - there's already a driver available? I
> > > > > can't find that in the docs anywhere! Which java.sql online manual are
> > > > > you looking at? I'm 
> > > > > athttp://developer.android.com/reference/java/sql/package-summary.html
>
> > > >http://dev.android.com/reference/java/sql/package-summary.html
>
> > > > That'sJDBC- the Connection object uses aJDBCdriver for SQLite.
>
> > > > Try Connection.getMetaData().getDriverName() and see what you get.
> > > > Probably it will be "SQLite.JDBCDriver"
>
>

-- 
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

Reply via email to