[android-developers] need help on https (code for http included)

2009-09-04 Thread DaRolla
hello, I need some help on https connections. I am using this code to connect to my http servlet in order to stream objects and recieve object streams: . . . import lgpl.haustein.Base64Encoder; import java.net.URL; import java.net.URLConnection; . . . private String login; private String

[android-developers] problems removing childs from view

2009-04-29 Thread DaRolla
in order to clear all childs of my linearlayout (which are some buttons and textviews in fact), but this doesnt change anything. Any idea what I am doing wrong? Greetings, DaRolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] changing language on demand?

2009-04-23 Thread DaRolla
? Or do I have to replace all of them by hand using findById().setText (R.strings.name) ? Greetings DaRolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Castor unmarshalling with Android's SAX DOM implementation throws: The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled

2009-04-21 Thread DaRolla
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=sports.xsd sport id=soccer... Thanks for help. Greetings, DaRolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] java.lang.StackOverflowError when deserializing

2009-04-21 Thread DaRolla
(ObjectInputStream.java: 1977) ... Do you have any ideas what to do? Greetings thanks, DaRolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Is there a Castor for Android?

2009-04-17 Thread DaRolla
one class: org.exolab.castor.dsml.jndi.JNDIProducer This class imports javax.naming.*, and thats forbidden inside Android. So, I think there might be other users that got the same problem as me and maybe solved it? Greetings, DaRolla --~--~-~--~~~---~--~~ You

[android-developers] How to terminate an APK on emulator?

2009-04-16 Thread DaRolla
Hello :) I'd like to know how to terminate / kill an APK on emulator. Most times I reinstall the APK, but I was wondering if there is a better way because I simply need to restart my APK... Greetings, DaRolla --~--~-~--~~~---~--~~ You received this message

[android-developers] HttpsURLConnection

2009-04-15 Thread DaRolla
/jtwitter.php but its still not working. ssl seems not to be inside android :( can you help me on this? I can send the exception later... greetings darolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] [TextView] What are that XML Attributes in JAVA ?

2009-04-04 Thread DaRolla
, 0xff,0xff));// tv.setTextColor (0xff) doesn't work somehow Greetings, DaRolla --~--~-~--~~~---~--~~ 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

[android-developers] how to add --core-library to Eclipse ?

2009-03-26 Thread DaRolla
hi, I need to know how to add the parameter --core-library to Eclipse, especially to DEX. I managed to work around with activitycreator and ant scripts (build.xml), but this way it takes too long. Where can I configure this? Thanks, DaRolla

[android-developers] global object? (singleton, intends, db)

2009-03-17 Thread DaRolla
a singleton. using the db will be much too slow. any ideas? greetings thanks for reading, DaRolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] I need to use jbossall-client.jar

2009-03-17 Thread DaRolla
will simply be denied the pleasure of reading this helpful error message. So I tried to remove the javax package from the jar. Now Eclipse console says: Conversion to Dalvik format failed: Unable to execute dex: null :( Who can help me on this? Greetings, DaRolla

[android-developers] need help on --core-library

2009-03-17 Thread DaRolla
library with consisting out of java.beans.PropertyChangeListener 2) integrate that library (jar?) into my application. My question: - how can I build a core library using eclipse? greetings, darolla --~--~-~--~~~---~--~~ You received this message because you

[android-developers] object serialization ???

2009-02-10 Thread DaRolla
on this? greetings, darolla --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email

[android-developers] windowAnimationStyle - ignored in theme?

2009-02-04 Thread DaRolla
name=android:activityCloseExitAnimation@anim/fade_in/ item /style fade_in.xml alpha xmlns:android=http://schemas.android.com/apk/res/android; android:fromAlpha=0.0 android:toAlpha=1.0 android:duration=1000 / Greetings, DaRolla --~--~-~--~~~---~--~~ You

[android-developers] android-titlebar (iphone like backbutton)

2009-01-30 Thread DaRolla
hi, I managed to customize the titlebar and add an iphone like backbutton. http://code.google.com/p/android-titlebar/ greetings, darolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla On Jan 30, 11:42 am, AusR austinjr...@gmail.com wrote: Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla On 30 Jan., 11:42, AusR austinjr...@gmail.com wrote: Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
http://code.google.com/p/android-titlebar/ On 30 Jan., 11:42, AusR austinjr...@gmail.com wrote: Anyone know what the default Activity Title font size/style is? I'm creating a custom title but would like to match the other Activities. Thanks.