开发者

Creating a draggable object in android

开发者 https://www.devze.com 2023-03-12 16:25 出处:网络
I\'m pretty new to android development. I need to create a very simple app, which has a background image, and an im开发者_运维知识库age of a ball, which the user can drag across the screen.

I'm pretty new to android development. I need to create a very simple app, which has a background image, and an im开发者_运维知识库age of a ball, which the user can drag across the screen. I've been trying to create this for hours now, following the lunar lander example, but failed miserably. I'm just looking for a nice, short tutorial which will enable me to create this. If anyone has any suggestions, I would love to hear.

Thanks!


Something like this : http://www.anddev.org/basic_drag_and_drop-t3095.html ?

Note the later android versions (3.0+) support native drag and drop... look at this : http://developer.android.com/guide/topics/ui/drag-drop.html

0

精彩评论

暂无评论...
验证码 换一张
取 消