[android-developers] Re: drag and drop view in android?

2011-03-18 Thread blahti
I studied the drag and drop code in the Launcher and really liked it. So I built an example that includes what I thought were the essential elements of their design. For source code and a write-up; go here: http://blahti.wordpress.com/2011/01/17/moving-views-part-2/ On Mar 15, 8:24 pm,

[android-developers] Re: Moving an image in android

2011-03-11 Thread blahti
I have two suggestions for drag drop code: (1) Android Launcher code; (2) Drag-drop at developer.android.com. I studied the Android Launcher code to see how the Android developers supported drag and drop. I then built a simple example based on that code. I wrote a note and posted source code on

[android-developers] Re: Drag and Drop

2011-02-22 Thread blahti
Can any one help in that? I have been looking into drag and drop too. I had found a post that pointed me at the Google Launcher code. That's a good thing to study. I built a few simple examples and wrote them up on my blog. See http://blahti.wordpress.com/2011/02/10/moving-views-part-3/. --