[android-developers] Question about the license of the non-free applications

2009-09-20 Thread Chihau Chau
Android is developed under the Apache v2 License but what about of the non-free applications? -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: Application Needed

2009-06-22 Thread Chihau Chau
nstructing a class I have to ask a question > every three to six minutes.  No more no less.  I was looking for an > app that would vibrate in my pocket every four minutes.  Does anyone > know of an app like this? > > Thank you very much for any help that is offered.

[android-developers] Android like Sponsor

2009-05-28 Thread Chihau Chau
I would to know if Android can be a sponsor of a national open source event. Who I can contact about that? -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Eclipse warning

2009-04-11 Thread Chihau Chau
ve to Quartz." How I can solve this? I am running Eclipse 3.4 (Ganymede) in Mac OS X 10.5.6. Thanks! -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] File Browser

2008-11-13 Thread Chihau Chau
splay only 3 directories: /data /sdcard /system who can explain me that? -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] proxy settings for emulator

2008-10-27 Thread Chihau Chau
I want to set a proxy server for my android emulator but the setting doesn't work. I have tried with "./emulator -http-proxy proxy.ucv.cl:8080" but I don't have access to internet -- Chihau Chau --~--~-~--~~~---~--~~ You received this mes

[android-developers] Jar libraries support

2008-09-27 Thread Chihau Chau
Who know if Android support standard Jar Libraries? -- Chihau Chau --~--~-~--~~~---~--~~ 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@google

[android-developers] EditText multiline

2008-09-25 Thread Chihau Chau
how i can use EditText with multiline??? -- Chihau Chau --~--~-~--~~~---~--~~ 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@googlegro

[android-developers] Re: addId is deprecated?

2008-08-31 Thread Chihau Chau
Thanks Jeff 2008/8/30 Jeff Hamilton <[EMAIL PROTECTED]> > > That has been replaced with ContentUris.withAppendedId(), so try this: > > i.setData(ContentUris.withAppendedId(Phones.CONTENT_URI, idTelefono)); > > -Jeff > > On Sat, Aug 30, 2008 at 11:28 AM, Chihau

[android-developers] addId is deprecated?

2008-08-30 Thread Chihau Chau
Hi everybody, I am trying to use this: i.setData(Phones.CONTENT_URI.addId(idTelefono)); but I think that the method addId is deprecated, but i don't know the new alternative for this. The package is android.provider.Contacts.Phones Thanks -- Chihau

[android-developers] Re: Where to download icons?

2008-08-29 Thread Chihau Chau
Hi april In the SDK directory in /tools/lib/res/default/drawable/ you can find some icons for your applications. 2008/8/29 april <[EMAIL PROTECTED]> > > I am developing a multimedia application. I found the most difficult > things is to create nice icons for the application. It took me a lot > o

[android-developers] Re: How to set AlertDialog button focus?

2008-08-29 Thread Chihau Chau
Hi, maybe this url would be util for you http://www.maximyudin.com/2008/02/25/android/how-to-use-alertdialogbuilder-in-android-applications/ 2008/8/29 blindfold <[EMAIL PROTECTED]> > > I was looking for something like .requestFocus() to set focus for a > default button in a two-button AlertDialog