Re: [android-beginners] SSLiteDatabase.openDatabase()

2010-02-25 Thread Dale Hollon
Great informaton. I had no idea about the blogs or what the path to the sd card was. Thank you for the response. Dale On Feb 25, 2010 10:32 PM, "Mark Murphy" wrote: Dale wrote: > I've move the file around to several locations but cannot seem > to get it to open. I have no idea what this means

Re: [android-beginners] SSLiteDatabase.openDatabase()

2010-02-25 Thread Mark Murphy
Dale wrote: > I've move the file around to several locations but cannot seem > to get it to open. I have no idea what this means. Bear in mind that you can't just plop a database in assets/ and expect it to be usable. The material in assets/ is part of a digitally signed APK and cannot be modifie

[android-beginners] SSLiteDatabase.openDatabase()

2010-02-25 Thread Dale
OK -- I'm frustrated with this... I created a SQLite 3 database on using on my laptop. I put the file bigThaw.db in the assets folder in eclipse. I then deployed the application to my Droid phone. It's a bluetooth app and cannot use AVD. I've move the file around to several locations but canno

[android-beginners] Default system font height

2010-02-25 Thread chinna Durai
Hi, How to get height of a font which is currently set to the paint object? I have set default system fault by as below *DEFAULT_FONTS = *Typeface.*create*(Typeface.*MONOSPACE*, Typeface.*NORMAL*) paint.setTypeface(*DEFAULT_FONTS*); paint.setTextSize(15); Is the size 15 is the width of characte

Re: [android-beginners] Re: Help Cannot Deploy to Droid

2010-02-25 Thread Walt Armour
There is a setting in the run configuration that determines this (to some degree, it could be improved). I believe those settings are project specific. On Tue, Feb 23, 2010 at 11:45, Dale wrote: > Thank you! I was able to deploy to my Droid phone using this method. > > One question though. I

Re: [android-beginners] GridView setOnItemClickListener for button doesn't work

2010-02-25 Thread Walt Armour
I hit this problem as well. I could find no combination of listeners and settings that would let me catch the proper click. I went to a TextView with a drawableTop (text with an image above it). Works great and I get all the clicks as I expect them. On Tue, Feb 16, 2010 at 14:11, Eugene wrote:

[android-beginners] Re: Database open fails - dont know why?

2010-02-25 Thread jarnaud
Hello, to get a better lead, you might want to handle exceptions around this openDatabase. Let us know... -- Jay - android tutorials: http://android.voxisland.com -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging y

[android-beginners] Re: [android-developers] Select wallpaper from..

2010-02-25 Thread Manjunatha M
Can anyone from android help me on this?? On Mon, Feb 22, 2010 at 12:30 PM, Manjunatha M wrote: > Hi Dianne et al, > > Can any one help me on this?? > > regards, > Manju > > > On Thu, Feb 18, 2010 at 10:34 PM, Manjunatha M wrote: > >> Hi, >> >> To hide my activity from the list in "Select wallp

[android-beginners] square layout in xml

2010-02-25 Thread manigault
How can i place a child with square shape in parent with rectangle shape. I want to child to have fill_parent for width and the height to be the same as the with ( to be a square ) and when the parent is resized the child to be resized also. Can i do these using XML or have to set the height progra