[android-developers] Re: REQUEST: Android Eclipse plugin option to define compiling and packaging arguments

2008-10-10 Thread Adriano Crestani
Sure, only this option should work for me...but I might be required to set another special argument, we never know :) Adriano Crestani On Oct 10, 1:06 am, Stoyan Damov [EMAIL PROTECTED] wrote: On Fri, Oct 10, 2008 at 9:46 AM, Adriano Crestani [EMAIL PROTECTED] wrote: Hi Google Android

[android-developers] Re: Attempt to include a core VM class in something other than a core library

2008-10-07 Thread Adriano Crestani
on the emulator the .apk. Did you need to do something else to run the .apk in the emulator from the eclipse? Thanks in advance, Adriano Crestani On Sep 29, 3:20 pm, Jakob Sachse [EMAIL PROTECTED] wrote: Hello Oscar, I had the same trouble. you may want to read this: http://groups.google.com/group

[android-developers] Setting android compiler arguments on eclipse plugin

2008-08-30 Thread Adriano Crestani
I'd like to add the --core-library compiler argument on my eclipse android project. Is it possible to do that using the android eclipse plugin? Thanks in advance, Adriano Crestani --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Access via Uri to an application resource

2008-05-17 Thread Adriano Crestani
It would be helpful if it could support the access using also the resource name and not only its ID: android.resource://package.name/ raw/resource_name Thanks, Adriano Crestani On Mar 18, 4:02 pm, Ajaleo [EMAIL PROTECTED] wrote: Thanks a lot. It worked perfectly If anyone is interested

[android-developers] Re: SDK Update?

2008-05-10 Thread Adriano Crestani
I just wonder when is the soon release date On May 9, 9:55 pm, Evan JIANG [EMAIL PROTECTED] wrote: Good question. In the same time, Apple had released 5 updates of iphone sdk. On Sat, May 10, 2008 at 9:23 AM, Gil [EMAIL PROTECTED] wrote: It's been more than two months since the release of

[android-developers] Re: Good Anroid Developer

2008-05-06 Thread Adriano Crestani
Hi, I have four years on Java develpment (J2ME, J2SE) and 2 months working on Android. As Greg said, can you provide us more description? Regards, Adriano Crestani On May 5, 8:42 pm, Greg [EMAIL PROTECTED] wrote: hello this is Greg I have 3 years of experince of j2ee and java i have been

[android-developers] Re: Retrieving an ApplicationContext

2008-04-10 Thread Adriano Crestani
its rescources. But I cannot pass the Context object as reference : ( Regards, Adriano Crestani On Apr 10, 12:54 am, Zach Hobbs [EMAIL PROTECTED] wrote: Activity is a subclass of ApplicationContext, so in an Activity you can just use this. -- Zach Hobbs HelloAndroid.com Android OS news

[android-developers] Re: dynamic resource

2008-04-09 Thread Adriano Crestani
Hi, Try to use the Resources.getIdentifier(String, String, String). Look at its documentation for more details: http://code.google.com/android/reference/android/content/Resources.html#getIdentifier(java.lang.String,%20java.lang.String,%20java.lang.String) Regards, Adriano Crestani On Apr 6, 4

[android-developers] Re: extra libraries for android

2008-04-02 Thread Adriano Crestani
I haven't checked it yet, but it's a nice initiative. I expect others can share their tools/libraries as well : ) Thanks On Apr 2, 4:24 pm, Carl H. [EMAIL PROTECTED] wrote: Hello, I have been reusing a lot of code across several sample applications while developing android. I am trying to

[android-developers] Re: Conversion to Dalvik format failed with error 2

2008-03-25 Thread Adriano Crestani
Yes, I had a similar problem, when trying to convert Apache Tuscany jars. A lot of problems with annotations. I only would like that these error outputs could tell more about the errors :S Adriano Crestani On Mar 25, 2:19 am, JuhaK [EMAIL PROTECTED] wrote: Hi, Gdata API java libraries

[android-developers] Validating XML file using XSD file

2008-03-23 Thread Adriano Crestani
Hi, Is it possible to validate XML files using a XSD file only with the available Android's classes? If it is, where can I find an example code? Thanks in advance :D Adriano Crestani --~--~-~--~~~---~--~~ You received this message because you are subscribed