[android-developers] Re: Content Providers and Database initialisation

2009-03-05 Thread daekpony
hi there - did you ever get an answer to whether you can ship an application with the database already populated? If you can, would you mind sharing the steps to do so with us? thanks! On Feb 18, 4:54 am, Gavin Aiken wrote: > Hey, > I have a plethora of data which is currently stored in 1000 di

[android-developers] Re: Avoiding onItemSelected calls during initialization

2009-01-06 Thread daekpony
I understand that the onItemSelected callback is run on the first layout, but it doesn't quite make sense to me why. I'd like the spinner to act as a simple drop down selection list that allows the user to select a single item. The only selection completed hook I found is the onItemSelected call

[android-developers] Touch move events across multiple views

2008-12-12 Thread daekpony
Hi there, I'm trying to solve the following problem and am not making much headway. I've got multiple small Views displayed on the screen in a grid. I want the user to be able to touch on one View and drag the touch around through other Views and the code to track which Views the user is draggi