[android-developers] Re: Dev Phone -- unable to see paid app on market

2009-02-21 Thread adamjernst
I second this. What do those of us with Android Dev Phone 1 do to see paid apps? On Feb 21, 5:40 am, blues wrote: > Do I have to upgrade to rc33? I have it connected to wifi, but no > update so far. Do I have to put a sim card in? > > It will be better to provider a button to check for newer ver

[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? --~--~-~--~~~---~--~~ Yo

[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

[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 f