put the view in a xml file
<scroll view>
<LinearLayout >
......
....
<package name.name of the view class>
.....
...
....
<linearlayout closed>
<scroll view>
On Mar 25, 6:11 am, Byung-Ju <ohbyun...@gmail.com> wrote:
> Hi
>
> Thanks for reading this.
>
> 1. Big Canvas (1000x1000) and display(screen) 320x480
>
> 2. drawBitmap(bitmap1, 100, 100, null);
> 3. drawBitmap(bitmap2, 500, 500, null);
> ... and do something bitmap or animation
>
> 4. on touch drag (just like iphone werule display)
>
> 5. how to scroll(move) screen ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to