Re: [android-developers] Re: In ADT: Best Set of Emulator Devices to Cover Most Actuals?

2014-01-14 Thread Marina Cuello
You could also try Genymotion. You have several device images available. It doesn't come with Google Apps / Google Play Services included, but it is really easy to add Google stuff and even ARM simulation to them. Genymotion works better than the official emulator if your development computer is

[android-developers] Adding Contacts from multiple accounts into a new group

2014-01-14 Thread ContactsProvider
All, This is question on Contacts Provider in android. We have contacts in out phone book created by multiple accounts (Google/Linkedin/Facebook). We need to create a new account ABC and a group XYZ and add contacts created from multiple sources into this group. To do this we did the

Re: [android-developers] Re: [OFF] My new app released (Portuguese)

2014-01-14 Thread Tiago Braga
Hello Jack, there is no risk that app. It's my first app for kids. You can download without risk. It's in Portuguese, but I'd like your review. Thanks! On Mon, Jan 13, 2014 at 8:13 PM, JackN j...@jacknorth.com wrote: It says I have to download it first. seems risky... Don't worry thought I

[android-developers] AutoCompleteTextView behavior

2014-01-14 Thread Gary Blakely
I'm trying to convert an EditText to a AutoCompleteTextView. There is another EditText on the same page. When I had two EditText controls, the keyboard would say Next while the entry was going on for the fist one and then say done for the second one. After converting the first EditText to an