[android-beginners] Re: language

2009-10-03 Thread midtoad
get MoreLocale in the Market. S On Sep 26, 12:48 pm, Arlen arle...@gmail.com wrote: I would like to use MyTouch to surf Farsi web sites but it can not display persian characters. how can i add farsi language on android ? Thankyou --~--~-~--~~~---~--~~ You

[android-beginners] Installation error: INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION

2009-08-27 Thread midtoad
Recently I tried to run my application in the emulator, and got this error: [2009-08-27 07:50:26 - FixedGears] Installation error: INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION [2009-08-27 07:50:26 - FixedGears] Please check logcat output for more details. logcat was rather unhelpful. The only

[android-beginners] Re: Custom spinner widget

2009-08-18 Thread midtoad
What is it you are trying to accomplish? Select an item from a spinner widget? If so, take a look at the Spinner Demo example from commonsware.com (source code from Hello, Android). On Aug 14, 11:23 am, tinyang tiny...@earthlink.net wrote: I read in another post that the spinner widget does

[android-beginners] How to include multiple spinners in one Activity?

2009-08-18 Thread midtoad
I'm stuck on how to include multiple spinners in one Activity screen, and wonder if you might have any suggestions. i.e. how would I modify the following Spinner Demo example to add another spinner? Thanks. public class SpinnerDemo extends Activity implements

[android-beginners] Re: Operating Systems supported by Android Apps

2009-08-11 Thread midtoad
Maybe I'm missing something, but... your Android apps run on the Android operating system. While there are some experimental releases of 'live Android' CDs that allow you to boot up a regular PC into the Android OS, up to now the only commercially available devices that run Android are

[android-beginners] Re: Automatic Import causes crash ?

2009-08-11 Thread midtoad
This problem was also discussed in the on-line forum for the book Hello, Android. As Balwinder says, doing an automatic import can be a problem when your class has the same name as a built-in class. Ed Burnette, the book author, says he will change the name of Settings to something like

[android-beginners] Hello WebView demo is broken (solution here)

2009-08-06 Thread midtoad
The Hello WebView demo and documentation on the Android developer site (http://developer.android.com/guide/tutorials/views/hello- webview.html) is broken.Here are the required fixes to get it to work properly: main.xml: change wrap_parent to fill_parent, like so: ?xml version=1.0