[android-developers] Re: onCreate -Prob?

2009-08-24 Thread Chaoz1336
they ARE compatible... Its NOT like I would use them directly out of a j2me .class file, it works fine with interfaces, otherwise wouldnt my code proceed that far. I only got the prob with the error mentoined above, ... =/ --~--~-~--~~~---~--~~ You received this

[android-developers] onCreate -Prob?

2009-08-21 Thread Chaoz1336
Hi guys, my prob is the following: -my android application has the class TestActivity (entrypoint) -my app uses library.jar wich contains J2ME classes, used as library -library.jar also includes UIActivity [can spawn several dialogs] wich is called by a (j2me) class of library.jar -I only have

[android-developers] Re: Waiting Dialog?

2009-08-11 Thread Chaoz1336
Hi Yusuf, thx for the code, BUT I think u did not get my probleme ^^ It's no probleme to get the input of the text in a dialoge, BUT (important!!!) I have to get the input of the dialoge before the method returns. # public int showDlg() {

[android-developers] Waiting Dialog?

2009-08-10 Thread chaoz1336
Hi Guys, I got the following prob: -I have to implement an interface -in most methods its like show dialog and get the selected result -afaik in android there is no way to wait for such a result so... that's the base; [syntax=java]public int showDlg() { int iSelectedChoice = -1;

[android-developers] Waiting Dialog?

2009-08-10 Thread chaoz1336
Hi Guys, I got the following prob: -I have to implement an interface -in most methods its like show dialog and get the selected result -afaik in android there is no way to wait for such a result so... that's the base; [syntax=java]public int showDlg() { int iSelectedChoice = -1;

[android-developers] Start a new feature Google SampleCode

2009-01-19 Thread Chaoz1336
Hi Guys, I got the following prob' When I want 2 develop sth new, I look in my emulator in API Demos and try 2 find a app what has a feature I want 2 implement in my app. Then I try 2 search on Google API Demos to find the matching code. (sometimes it's not available _) when I found the .java

[android-developers] TableLayout - Flip problem =/

2009-01-19 Thread Chaoz1336
Hey guys here's my graphic... look at those 4 pics... (from left to right, up to down) http://codemax.de/upl/android_prob.jpg 1st - start situation, vertical 2nd - flipped, horizontal 3rd - start situation with text, vertical 4th - flipped 3rd to horicontal and then vertical again -- prob:

[android-developers] Start 3rd Party and/or default Apps

2009-01-19 Thread Chaoz1336
Hey Guys... I got the prob, that I want to start the pictures-gallery or contacts-list out of my app... just for selecting the matching things, without developng sth completely new =/ As far as I know Android is based on this feature dont try to invent everything new but somehow I dont get how