[android-developers] Re: Which on is best?

2012-03-29 Thread Kirupa
Thanks.

On Mar 29, 10:40 am, vamsi Vamsi va...@partialbits.in wrote:
 does your application needs features that are only available only in 4.0 ?







 On Thu, Mar 29, 2012 at 9:39 AM, Kirupa answerofandr...@gmail.com wrote:
  I want to do an project in android. Which platform is best? 2.2.3
  (gingerbread) or 4.0 (Ice Cream Sandwich)???

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

-- 
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: Which on is best?

2012-03-29 Thread EhyehAsherEhyeh
ICS is is quite superior in terms of available features (in fact,
anything after 3.0 has a slew of improvements which you sorely miss
when developing for lower versions), however, ICS also has abysmal
adoption, with less than 2% of users, and 2.1-2.3.7 accounting for
~90% of users (2.1 ~7%, 2.2 ~25%, 2.3.3-2.3.7 ~60%, numbers quoted
from memory, you can check for updated numbers, but I believe they
will be close to these). So even though ICS would be a lot nicer to
the developer, if you wish to actually reach any kind of market
segment, you have to account for versions down to at least 2.2.3,
unfortunately.

On Mar 29, 8:26 am, Kirupa answerofandr...@gmail.com wrote:
 Thanks.

 On Mar 29, 10:40 am, vamsi Vamsi va...@partialbits.in wrote:







  does your application needs features that are only available only in 4.0 ?

  On Thu, Mar 29, 2012 at 9:39 AM, Kirupa answerofandr...@gmail.com wrote:
   I want to do an project in android. Which platform is best? 2.2.3
   (gingerbread) or 4.0 (Ice Cream Sandwich)???

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

-- 
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: Which on is best?

2012-03-29 Thread Kirupa
Thanks sir.

On Mar 29, 12:18 pm, EhyehAsherEhyeh jacobsen.ar...@gmail.com wrote:
 ICS is is quite superior in terms of available features (in fact,
 anything after 3.0 has a slew of improvements which you sorely miss
 when developing for lower versions), however, ICS also has abysmal
 adoption, with less than 2% of users, and 2.1-2.3.7 accounting for
 ~90% of users (2.1 ~7%, 2.2 ~25%, 2.3.3-2.3.7 ~60%, numbers quoted
 from memory, you can check for updated numbers, but I believe they
 will be close to these). So even though ICS would be a lot nicer to
 the developer, if you wish to actually reach any kind of market
 segment, you have to account for versions down to at least 2.2.3,
 unfortunately.

 On Mar 29, 8:26 am, Kirupa answerofandr...@gmail.com wrote:







  Thanks.

  On Mar 29, 10:40 am, vamsi Vamsi va...@partialbits.in wrote:

   does your application needs features that are only available only in 4.0 ?

   On Thu, Mar 29, 2012 at 9:39 AM, Kirupa answerofandr...@gmail.com wrote:
I want to do an project in android. Which platform is best? 2.2.3
(gingerbread) or 4.0 (Ice Cream Sandwich)???

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

-- 
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: which is the best way to play encrpted song instantly?

2011-04-21 Thread Jens
What is the output of your decrypted stream? If it is PCM you can dump
it directly in an AudioTrack and play it that way.

If its something else, i.e. MP3, you can include a decoder for your
format and decode to PCM yourself and still use AudioTrack.



On 20 Apr, 06:01, Hitendrasinh Gohil hitendra.virtuei...@gmail.com
wrote:
 hi,
 play while you decrypthow i can do it?

 --
 Regards,
 Hitendrasinh Gohil

-- 
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: which brand phone best for developing android app

2011-04-21 Thread Dan
  Is htc hero supporing android 2.3?

 I'm sure you can find that info online somewhere.


Not officially, but

http://www.cyanogenmod.com/devices/htc-hero-gsm

will give you some of the 2.3 functionality (things like
the nfc tags that take special hardware won't work.)

    . is depend on android for developing android app?

 Not sure what that means.

I'll guess.  You can develop an app in the emulator
with the SDK (on windows or osx or linux) and never
touch a phone depending on what you want to test.

-- 
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: Which device is best for testing development?

2010-05-12 Thread Ubuntu Explorer
Is it possible to use devices from Samsung or HTC? There seem to be
many sites that provide easy ways to change the firmware version to
2.1 (though not reliably).


On May 9, 9:16 am, TreKing treking...@gmail.com wrote:
 On Fri, May 7, 2010 at 1:14 AM, kevin0228ca kevin022...@gmail.com wrote:
  which phone is good for testing? or is emulator good enough?

 For development, the emulator should be good enough to make an app, though
 you'll definitely want to test it on devices. It's great to have a Droid or
 other popular / powerful phone, but don't forget that many many people are
 still on older devices and older platform versions.

 So one could argue that the best device is the oldest, crappiest, slowest
 phone that is still in active use (G1 FTW!) so you can code your game as
 efficiently as possible and have it run on old hardware. Then you can pretty
 much assume it will run brilliantly on any more powerful phone after that.

 -
 TreKing - Chicago transit tracking app for Android-powered 
 deviceshttp://sites.google.com/site/rezmobileapps/treking

 --
 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 
 athttp://groups.google.com/group/android-developers?hl=en

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


Re: [android-developers] Re: Which device is best for testing development?

2010-05-12 Thread TreKing
On Sat, May 8, 2010 at 9:10 PM, Ubuntu Explorer ubuntuexplo...@gmail.comwrote:

 Is it possible to use devices from Samsung or HTC?


You can use any Android-based phone for development.

-
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
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: Which device is best for testing development?

2010-05-08 Thread theSmith
The emulator is absolutely not good enough lol. Even with a high end
computer it is still slower than an actual device (because its doing
hardware emulation).

If you want some serious performance out of your game then get a Nexus
One, Droid or Incredible.

Otherwise feel free to pick up whatever. G1's are relatively cheep if
you get it used but are stuck on 1.6 as of now.


-Chris
---
Creator of My College Life
http://mycollegelife.org

On May 7, 2:14 am, kevin0228ca kevin022...@gmail.com wrote:
 Hi everyone.
 I am starting android development
 which phone is good for testing? or is emulator good enough? I am
 doing game devlopment, thanks

 --
 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 
 athttp://groups.google.com/group/android-developers?hl=en

-- 
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: Which device is best for testing development?

2010-05-08 Thread Maps.Huge.Info (Maps API Guru)
Right now, the Droid is probably the least expensive development phone
you can get. There are hundreds available on e-Bay for around
$250-300. One of the most popular devices out there now for Android is
the Droid, so if you're going to develop for the masses, then the
Droid (or the Milestone as a GSM version) is the device to have.

Many of the devs who received a Droid in the Market seeding program
are selling or have already sold their phones, the US based attendees
for Google IO received Droids as well and a lot of those people will
be selling them also. I have two of them myself and ATT as my carrier
so they can only be used as development devices... want to buy one?

-John Coryat

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