[android-developers] Re: multiple parameters with rawQuery in sqlite = BUG

2010-04-05 Thread FrankD
Sorry i missed out on your question No, i never did get it to work using multiple ? placeholders. What i ended up doing is taking the parameters i was trying to use in the selectionArgs String array and used string concatenation to create one big query string. Then I passed that new string

[android-developers] Re: compatible screen sizes on droid G1

2010-03-29 Thread FrankD
Thanks!!! i wll check those out On Mar 28, 1:06 pm, Mark Murphy mmur...@commonsware.com wrote: FrankD wrote: I have read the documentation on supporting multiple screens but can't seem to figure it out. I mean, i understand that resolution effects it but it just doesn't make sense to me

[android-developers] compatible screen sizes on droid G1

2010-03-28 Thread FrankD
I have read the documentation on supporting multiple screens but can't seem to figure it out. I mean, i understand that resolution effects it but it just doesn't make sense to me that the droid and the T-Mobile G1 both use the regular layout directory. I developed the app on a droid and got

[android-developers] multiple parameters with rawQuery in sqite

2010-02-19 Thread FrankD
I was wondering if someone can tell me what i am missing hereI'm trying to run a pretty complex query so I have decided to use rawQuery. I need to use a '?' placeholder in two spots. The second '?' is not getting recognized and therefore it keeps returning null. I know the query itself is