Re: [android-developers] Regarding Android SQlite NDK

2013-04-29 Thread KaPiL.rIcKy
1. Can I use this sqlite-ndk-0.9.zip in the native code (say in the Android middleware - C/C++ code and hence it will not be running in an application context. My library might be loaded and used by a daemon in the middle

[android-developers] Regarding Android SQlite NDK

2013-04-27 Thread prasanth
Hi All, I am creating a library in the Android middleware which needs to use Sqlites methods for creating/editing/querying etc. I was going through a project on http://code.google.com/p/sqlite-ndk/. I am planning to use it for my purpose. Below are some questions I had. It would be of great help i