[android-beginners] Error using ProgressBar View

2009-10-15 Thread Chihau Chau
savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); /* The error is in the following line */ progressBar = (ProgressBar) findViewById(R.id.progressbar); } } -- Chihau Chau --~--~-~--~~~---~--~~ You

[android-beginners] Re: Error using ProgressBar View

2009-10-15 Thread Chihau Chau
? because i don't see import of android.widget.ProgressBar may be you try to cast your class to android.widget.ProgressBar? On Oct 15, 4:12 pm, Chihau Chau chi...@gmail.com wrote: I have updated from SDK 1.5 to 1.6 and I am trying to use a ProgressBar View but Eclipse show a error Cannot cast from

[android-beginners] Re: Error using ProgressBar View

2009-10-15 Thread Chihau Chau
Thank you! 2009/10/15 kiro cih.exe...@gmail.com rename your class On Oct 15, 5:23 pm, Chihau Chau chi...@gmail.com wrote: The ActivityView class doesn't exist I have added the import android.widget.ProgressBar but Eclipse show me this error The import android.widget.ProgressBar

[android-beginners] 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 Beginners group. To post to this group, send email

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-09 Thread Chihau Chau
. Restart Eclipse. In Eclipse Ganymede: 1. Select *Help* *Software Updates...* 2. Select the *Installed Software* tab. 3. Click *Update...* 4. If an update for ADT is available, select it and click*Finish*. 5. Restart Eclipse. -- Chihau Chau

[android-beginners] 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 message because you

[android-beginners] Re: Can't Download SDK?!

2008-09-27 Thread Chihau Chau
on this server any mirrors? -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-03 Thread Chihau Chau
Snake -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email

[android-beginners] Re: How to create directory (folder) in the SDcard image

2008-09-02 Thread Chihau Chau
in that image by pushing syntex now i want to make tree of the directory (to make the folder) so can anyone let me know how to create the directory for the disk image. Thanks rakesh -- Chihau Chau --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] 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 Chau