[android-beginners] Re: Game Shooting A Object

2009-06-04 Thread André
Hello Vinny. I'm a starter too. I noticed theres an example called Lunar Landar inside the samples folder of the SDK. I think its a nice place to start. André On Jun 2, 3:59 am, vinny.s...@gmail.com vinny.s...@gmail.com wrote: Hi every one I'm stater in game Development. Can any Body Helps

[android-beginners] android:inputMethod

2010-01-26 Thread André
is it? Am I doing right first of all? André -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send

[android-beginners] save text from edittext to file

2010-01-27 Thread André
Hello, I'm sure there has been a lot of questions like this here already. But I haven't been able to find an answer to my question is. I'm still very new to this so it's probably something very simple. What I am trying is to save text from a edittext window, it works fine if I have a pre-written

[android-beginners] Re: save text from edittext to file

2010-01-27 Thread André
I tried that now but get the same problem. here is a screen shot of it: http://www.andreborud.com/android/android-problem-2.jpg André On Jan 27, 5:39 pm, Justin Anderson janderson@gmail.com wrote: Why are you using the final keyword?  I think that is the source of your problem.  Remove

[android-beginners] Re: save text from edittext to file

2010-01-27 Thread André
Editable TESTSTRING. If i do that osw.write is wrong and wants to change TESTSTRING to an int. Any suggestions? André On Jan 27, 6:36 pm, Sean Hodges seanhodge...@googlemail.com wrote: Ah, something I missed before... To get the text out of your EditText view, you want to do this: String

[android-beginners] Re: save text from edittext to file

2010-01-28 Thread André
That worked fine! Thank you! Now my only problem is that my HTC Tattoo doesn't want to install the apk when I want to test it! =( André On Jan 28, 11:19 am, Sean Hodges seanhodge...@googlemail.com wrote: Sorry, I really wasn't on the ball yesterday :) What you want is: String TESTSTRING

[android-beginners] Eclipse can't seem to locate R.java

2010-01-28 Thread André
that it can not be resolved. Any suggestions on what I can do to solve this? André -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android

[android-beginners] custom soft keyboard and candidateview

2010-01-29 Thread André
Hello, is it possible to have a custom soft keyboard included in your apk? And also, is it possible to have a custom candidateView included in your apk? If so, can anyone point me in the right direction for it? regards André -- You received this message because you are subscribed

[android-beginners] Re: save text from edittext to file

2010-01-29 Thread André
); out.write(TESTSTRING); out.close(); } } catch (IOException e) { Log.e(TAG, Could not write file + e.getMessage ()); } } }); André On Jan 28, 1:31 pm

[android-beginners] Re: save text from edittext to file

2010-01-30 Thread André
Solved! I had to move the EditText bodyText; line outside of onClick and onCreate and add private infront of it. Hope this can help someone else in the future! On Jan 29, 6:35 pm, André pha...@hotmail.com wrote: Still I haven't been able to make this work? I have changed that way to make

[android-beginners] EditText

2010-02-21 Thread André
Hello, I have a EditText window that fills up most of the screen. But when I start typing in it always starts on the left side in the middle. I want it to start top left corner. How do I do this? regards André -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] Cursor in edittext

2010-02-24 Thread André
Hello, How can I decide where the cursor should start in an edittext window? Any suggestions? André -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com

[android-beginners] String to spannable

2010-03-21 Thread André
Hello, I am reading in a line from a vector to a string, and then I want to change the background colour of a part of that string by using setSpan. But setSpan doesn't accept a string. And if you use Spannable str = mVector.get(k); it doesn't work either. Any suggestions? Bellow you see my code.

[android-beginners] Error when try to running Android application into Netbeans 6.5

2009-02-19 Thread André Barrozo
Dear friends, I installed recently Android plug-in in my NetBeans IDE 6.5 (MS-Windows Vista) but when I try to run any application I received the error, under: init: deps-jar: Compiling 1 source file to C:\Downloads\Android\HelloDroid\build\classes compile: Updating jar:

[android-beginners] Re: Is the emulator good enough for production?

2009-07-01 Thread André Cipriani Bandarra
What would that google group be? On Wed, Jul 1, 2009 at 2:40 PM, Will sem...@gmail.com wrote: Based on personal experience you should test your program on a real device before you release. Interacting with your program through the device is very different than interacting with it through