[android-developers] Re: Analysing browser Traffic

2009-07-09 Thread Shraddha Bhaskare
You probably need this: android.provider.Browser.BookmarkColumns This will connect u to bookmarks db of browser which has information of all the sites visited from the browser. On Jul 9, 6:01 pm, arjun r wrote: > Hi All, > > i wish to analyse the various data passing through the browser. AFAIK

[android-developers] Error in VideoView

2009-07-09 Thread Shraddha
I am getting following player while playing a video in VideoView. ERROR/PlayerDriver(35): Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported ERROR/MediaPlayer(6738): error (1, -4) ERROR/MediaPlayer(6738): Error (1,-4) I need to trap this error and show a custom di

[android-developers] Re: Testers Needed - Community App Store

2008-10-03 Thread Shraddha
naah... You can use self-signed certificates to sign your applications. No certificate authority is needed. http://code.google.com/android/intro/develop-and-debug.html#signing On Oct 3, 1:23 pm, Yalcin <[EMAIL PROTECTED]> wrote: > self-signed certification for .apk? > > how to do it? do we need

[android-developers] Re: android

2008-10-03 Thread Shraddha
e anatomy of android.. app model etc.. and developing apps, u will get all the relevant information about using Views, database etc Have fun. Shraddha On Oct 3, 9:05 am, "satheesh kumar" <[EMAIL PROTECTED]> wrote: > hi now nly i m starting android... i want all basics in androi

[android-developers] Re: HELP!! the code will not compile and I can't find anybody with the same issue

2008-10-02 Thread Shraddha
Something very basic seems wrong. Check the path set for Android SDK... (Windows --> preferences --> Android SDK ) this should point to ur SDK. If that is correct and you are still facing the problem, please check if you are creating an Android project (new --> project -> Android).. If u select Ja

[android-developers] Re: Maximum size of database

2008-10-01 Thread Shraddha
available > storage. > > On Sep 30, 11:06 pm, Shraddha <[EMAIL PROTECTED]> wrote: > > > I am considering two options of creating database and interested in > > knowing the maximum size that can be given to a database. > > 1. I see that SQLlite allows us to set the max

[android-developers] Re: Dynamic insert code into an existing .apk

2008-10-01 Thread Shraddha
The code would be in the dex file in the apk. If we can get a way to extract the classes out of dex or decompile the .dex in an apk, we would probably be able to modify the code inserted there. I dont have information on decompiling or extracting classes out of dex. On Oct 1, 9:29 am, wiki <[EMA

[android-developers] Maximum size of database

2008-09-30 Thread Shraddha
I am considering two options of creating database and interested in knowing the maximum size that can be given to a database. 1. I see that SQLlite allows us to set the maximum size allowable for the database. Can this be set to the maximum available on the device ? 2. What would be the maximum a

[android-developers] 3D and 2D on same view

2008-09-19 Thread Shraddha Bhaskare
Hi, I need to know if 2D and 3D can co-exist on the same view. Can we have 2D and 3D views on the same screen? Thanks in advance Shraddha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers&q