Want to do a for to create a string array to use with an arrayadaptarer. Giuseppe Porcelli
Il giorno 20/gen/2012, alle ore 01:41, Kristopher Micinski <[email protected]> ha scritto: > What? Why would you do it inside of a for each? > > Mark already answered this, but this question sounds very confused... > > Don't use a for, just read the values.. > > kris > > On Thu, Jan 19, 2012 at 6:38 AM, Giuseppe <[email protected]> wrote: >> I need to get the MediaRecorder.AudioSource constants list, es. >> >> CAMCORDER >> DEFAULT >> MIC >> VOICE_CALL >> VOICE_COMMUNICATION >> VOICE_DOWNLINK >> VOICE_RECOGNITION >> DEFAULT >> VOICE_UPLINK >> >> and their INT value. >> >> How to do it inside a for each? >> >> Thank you. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> 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 > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > 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 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

