[android-developers] Mirrored TextView

2009-04-01 Thread MichaMicha
Hi, I want to create a TextView with the text mirrored vertically. I tried this code, but it doesn't show anything... Does anyone have an idea? /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedIn

[android-developers] Re: How to programmically add a new contact in android

2009-02-06 Thread MichaMicha
values.clear(); doesn't look right, right? On 6 feb, 08:30, Meryl Silverburgh wrote: > Hi, > > I am trying to programmically add a new contact in android. > > What I did is this: > >   Uri uri = Contacts.People.CONTENT_URI; >                 values.put(Contacts.PeopleColumns.NAME, "mydummyuser1"

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread MichaMicha
Same here... Kinda sucks, want to (check for) update the sdk. On 30 jan, 09:57, Richard Green wrote: > I can't seem to get anything back > fromhttps://dl-ssl.google.com/android/eclipse/ > - even accessing from a browser just gives a 404. > > Is it just me ?!?! --~--~-~--~~--

[android-developers] Problem adding open AP to preferred ap-list.

2009-01-09 Thread MichaMicha
Hi, I'm trying to add an open WifiConfiguration, but everytime I try to add one via my code the configuration either is WAP or WEP, I just want to create an open configuration. Does someone knows how to do this? This is a part of my code: WifiConfiguration THOMSON = new WifiConfiguration(); // T

[android-developers] Add open Wifi to preffered list.

2009-01-09 Thread MichaMicha
Hi, I'm trying to add an open WifiConfiguration, but everytime I try to add one via my code the configuration either is WAP or WEP, I just want to create an open configuration. Does someone knows how to do this? This is a part of my code. WifiConfiguration THOMSON = new WifiConfiguration(); // T

[android-developers] Re: NullPointer Exception error at simple application

2008-06-28 Thread MichaMicha
Great thanks, I guess I should be at Android Beginners group with this sort of questions... Moving there now. Micha On Jun 28, 12:21 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > I'm kinda new to Android, but got some Java experience, but still got > > this annoying error even before i see an

[android-developers] NullPointer Exception error at simple application

2008-06-27 Thread MichaMicha
Hello, I'm kinda new to Android, but got some Java experience, but still got this annoying error even before i see anything on the screen: ERROR/AndroidRuntime(1593): Uncaught handler: thread Main exiting due to uncaught exception ERROR/AndroidRuntime(1593): java.lang.RuntimeException: Unable to