[android-beginners] image resolution

2009-01-10 Thread Fender
This may have already been addressed, but i cant find it anywhere. its very simple. Whats the best image resolution to use for a background image on android for an application? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: making connections online

2009-01-06 Thread Fender
Thanks anyone! Any links to tutorials or any articles to get me started? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] making connections online

2009-01-05 Thread Fender
I want to try and figure out to connect to the internet and grab information, without using the androids browser. im probably being too vauge, so let me give an example. Say i have a MySQL database online. or a file. or anything. Say in that whatever, in this case maybe a table or some code,

[android-beginners] Starting to get my grips with Java....question

2008-12-30 Thread Fender
OK, so im starting to get the hang of things with android. XML wise, i get it. Its the java side that im currently struggling with. For a test app, im trying to do something very simple. Create a field and a radio box with a value (an empty field, then a radio group with like 1, 2, 3, 4, etc.).

[android-beginners] Re: my application wont even appear in the emulator

2008-12-29 Thread Fender
i think i found the problem. when i boot up a hello android program, i get this: [2008-12-29 09:02:21 - Copy of HelloAndroid] Installing Copy of HelloAndroid.apk... [2008-12-29 09:02:23 - Copy of HelloAndroid] Success! [2008-12-29 09:02:23 - Copy of HelloAndroid] Starting activity

[android-beginners] my application wont even appear in the emulator

2008-12-28 Thread Fender
Using eclipse, when i run it, my application doesnt come up, nor is it listed in the menu i get this writing in red: [2008-12-28 19:39:40 - DeviceMonitor]Connection attempts: 1 [2008-12-28 19:40:26 - DeviceMonitor]Error reading jdwp list: EOF [2008-12-28 19:40:26 - DeviceMonitor]Connection

[android-beginners] Best way to learn android development?

2008-12-26 Thread Fender
Im just starting to get into mobile development, i know a LITTLE javascript, but do know PHP and MySQL, so i know programming. So my question is, whats the best way to learn about writing for android? How did you learn? There are a few books out now on Android. Are there any good ones? Thank