[android-developers] Very Large Views

2009-01-27 Thread adamjernst

Let's say I use a ScrollView to pan over a very large view. The large
view draws itself dynamically in onDraw().

Is there a practical limit to the size of the view? That is, are view
contents cached or buffer-backed and can I turn that off?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Porting iPhone application to Google Phone using Android

2008-10-01 Thread adamjernst

They're completely different platforms. It's basically impossible to
do any direct port.

Adam


On Oct 1, 3:57 pm, Yaseen [EMAIL PROTECTED] wrote:
 Has anyone tried porting any iPhone application to Google Phone and If
 yes, what are the technical aspects to take into consideration for
 this effort.Any reference /url/tutorial for the same highly
 appreciated.

 Thanks,
 Yaseen
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Scrolling Zooming View

2008-09-25 Thread adamjernst

I've searched the archives extensively and couldn't find what I'm
looking for.

I'd like to create a view that can pan over a very large image
rendered from a number of tile images and support zooming in and out
(akin to UIScrollView in the iPhone SDK).

There doesn't seem to be a built-in class for this. I came across
someone asking about subclassing MapView and overriding its draw
method, but this seems hackish.

Advice from anyone who's been there?

Thanks!

Adam


--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---