Re: [android-developers] Tabs as IPhone

2012-08-29 Thread Vedran Rodic
roid team has chosen to redirect them. Vedran Rodic On Wed, Aug 29, 2012 at 8:54 AM, chinh quach wrote: > > > Dear all, > > I want to make a application which will use Tabs. These Tabs will have > behaviour as IPhone that means : > > Tab 1: A -> B > Tab 2: C ->

[android-developers] Android support library v4 problems with soft keyboard on < 3.0 devices.

2012-07-12 Thread Vedran Rodic
t show) So this works as expected when the App is run on Android 4.0.3 https://github.com/vrodic/androdidtests/zipball/master I've also submitted this as a bug report here: https://code.google.com/p/android/issues/detail?id=34775 Thanks, Vedran Rodic -- You received this message bec

Re: [android-developers] Dialer consuming data

2011-08-18 Thread Vedran Rodic
Thanks! I thought this kind of general knowledge would be useful for developers to have too. Vedran On Thu, Aug 18, 2011 at 10:33 AM, Appaholics wrote: > Your question is also not SDK specific. Try android-discuss. > Thanks > > On Thu, Aug 18, 2011 at 1:03 PM, Vedran Rodic wro

[android-developers] Dialer consuming data

2011-08-18 Thread Vedran Rodic
able). Could it be that this is actually referring to the bytes used for talking to the GSM part of the phone through a serial interface/RIL? I'm using LeeDroid_HD 3.3.3 R5 (Gingerbread 2.3.3) but I don't think it's LeeDroid specific. Thanks, Vedran Rodic -- You received this me

Re: [android-developers] Android Emulator vs iPhone emulator (Why does it take so long)

2010-08-26 Thread Vedran Rodic
On Thu, Aug 26, 2010 at 7:37 PM, Dianne Hackborn wrote: > Of the things in the world to worry about, this is probably pretty low on > the list. :) > (We have devices that we reflash with entire system images many times a day, > and it has never crossed my mind to worry about that.) Okay, thanks f

Re: [android-developers] Re: Thin Java over C++ App

2010-08-26 Thread Vedran Rodic
I'd say, Go and look at kwaak3 code http://code.google.com/p/kwaak3/ While it uses OpenGL ES for graphics, the sound and input portions at least should be useful to you. On Thu, Aug 26, 2010 at 7:25 AM, Lukas Adamec wrote: > Hi, > I think NDK could solve your problem. I studied some problems

Re: [android-developers] Android Emulator vs iPhone emulator (Why does it take so long)

2010-08-25 Thread Vedran Rodic
On Wed, Aug 25, 2010 at 5:39 PM, Frank Weiss wrote: > Just to be a bit cheeky, why use the Android emulator at all? You know > it doesn't cost $99/year to to run your Android apps on a device. > I'm worried about flash memory in my phone wearing down, + I mostly find it more convenient to have re

Re: [android-developers] Android Emulator vs iPhone emulator (Why does it take so long)

2010-08-25 Thread Vedran Rodic
On Tue, Aug 24, 2010 at 11:41 PM, Dianne Hackborn wrote: > On Tue, Aug 24, 2010 at 1:12 PM, Vedran Rodic wrote: >> >> Both things contribute to iPhone development being significantly faster. >> I wish google did something like this for Android 3.0. > > I don't thi

Re: [android-developers] Android Emulator vs iPhone emulator (Why does it take so long)

2010-08-24 Thread Vedran Rodic
AFAIK, iPhone SDK includes a simulator not an emulator, which means it uses native x86 code and not an ARM emulator. Additionally, iPhone simulator probably doesn't need to start the vritualized kernel, but uses hosts kernel features to create a sandbox for testing iPhone apps. Both things contri

[android-developers] Re: App Inventor

2010-07-12 Thread Vedran Rodic
> Hi all, > > I'm surprised nobody talked about that new google lab product : > > http://appinventor.googlelabs.com/about/ > > It's seems a lot more polished and easy to use than the eclipse > plugin. I guess people will comment more when it's available to the general public, but yeah, it sounds g

[android-developers] Making Android development more enjoyable

2010-07-12 Thread Vedran Rodic
Hello all I'm sorry if some of these things have been mentioned before, but I just joined this list today. Here's some things Google should look into: 0. Include android market in the emulator/test environment That should be fast and easy to do. 1. Try finding some ways to speed up the compil

Re: [android-developers] Are Android apps developed with the NDK slower than their counterparts on other OS's?

2010-07-07 Thread Vedran Rodic
Hi Simon, (I've put you in CC because for some reason my mails to android-developers are still not getting through.) I've also asked myself the same question. The thing is that Android API probably doesn't expose low level APIs for doing hardware accelerated surface scaling and color space ( YUV

[android-developers] Making Android development more enjoyable

2010-07-07 Thread Vedran Rodic
Hello all I'm sorry if some of these things have been mentioned before, but I just joined this list today. Here's some things Google should look into: 0. Include android market in the emulator/test environment That should be fast and easy to do. 1. Try finding some ways to speed up the compil