[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 passwo

[android-developers] problems removing childs from view

2009-04-29 Thread DaRolla
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, sen

[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
xsi:noNamespaceSchemaLocation="sports.xsd"> ... Thanks for help. Greetings, DaRolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

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

2009-04-21 Thread DaRolla
bject(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, se

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

2009-04-17 Thread DaRolla
it's just 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 --~--~-~--~~~-

[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 me

[android-developers] HttpsURLConnection

2009-04-14 Thread DaRolla
nd a working one inside the jar: http://www.winterwell.com/software/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 m

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

2009-04-04 Thread DaRolla
di" tv.setText("Bladidadi"); //android:layout_gravity="center_vertical" tv.setGravity(Gravity.CENTER_VERTICAL); //android:textColor="#ff" tv.setTextColor(Color.rgb(0xff, 0xff,0xff));// tv.setTextColor (0xff) doesn't work somehow Greetings, DaRolla -

[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? Thank

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

2009-03-17 Thread DaRolla
ion: 1) build a core 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 mes

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

2009-03-17 Thread DaRolla
some point; you 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?

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

2009-03-17 Thread DaRolla
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 em

[android-developers] object serialization ???

2009-02-10 Thread DaRolla
t(Serialisiere.this); this throws an java.io.NotSerializableException. who can help me on this? greetings, darolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] windowAnimationStyle - ignored in theme?

2009-02-04 Thread DaRolla
tion">@anim/fade_in</ item> fade_in.xml http://schemas.android.com/apk/res/android"; android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="1000" /> Greetings, DaRolla --~--~-~--~~~---~--~~ You received this mes

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
http://code.google.com/p/android-titlebar/ On 30 Jan., 11:42, AusR 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. --~--~-~--~~~---~--~~ You recei

[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 wrote: > Anyone know what the default Activity Title font size/style is? > > I'm creating a custom title but would lik

[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 wrote: > Anyone know what the default Activity Title font size/style is? > > I'm creating a custom title but would lik

[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&q