[android-developers] Solving Missing R

2012-06-02 Thread dev0708
I have gotten various kinds of advice for solving "Missing R". I'm trying to organize that into a checklist to work through the problem efficiently. - Any comments on the efficacy of these steps? - Any additional techniques? - Any change in order? Thanks. Solving "Missing R" error 1. Find and

[android-developers] Re: Theory: how to choose among button press techniques?

2012-06-01 Thread dev0708
Mark: Thanks for your time and clarity. On Friday, June 1, 2012 5:16:09 PM UTC-4, dev0708 wrote: > > I’ve observed two ways to handle a button press: #1 and #2 below. > - Can anyone explain the situations where I should use one or another? > - What is the proper terminology to desc

[android-developers] Theory: how to choose among button press techniques?

2012-06-01 Thread dev0708
I’ve observed two ways to handle a button press: #1 and #2 below. - Can anyone explain the situations where I should use one or another? - What is the proper terminology to describe the two techniques? - Are there more ways to handle a button press? Much thanks. 1. Set event handler in Main.

[android-developers] Re: Eclipse: Switch between devices for testing

2012-02-02 Thread dev0708
Worked perfect. Thank you much. On Feb 2, 4:53 pm, Harri Smått wrote: -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to a

[android-developers] Re: Eclipse: Switch between devices for testing

2012-02-02 Thread dev0708
Perfect, much thanks. I wish I could put back that hair I pulled out over that problem. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Eclipse: Switch between devices for testing

2012-02-02 Thread dev0708
I have several AVDs and one external phone (usb). I want to run apps on all for testing. I can't find in Eclipse where to set the device to use for a given run. The first time I run an app it asks. But now I want to change. I see Run/Configure but that seems to only be for the target version, not

[android-developers] Test apps with usb to phone - works if phone has bad ESN?

2012-01-15 Thread dev0708
So far I've been testing apps during dev using emulator. I understand I can test directly on an android phone attached by USB. I'd like to try. In order to get a few cheap phones for testing I am looking at used units with "bad ESN." Will they work for testing by USB to my development PC? They won

[android-developers] Confused about error for (Button)findViewById(R.id.MyButton)

2012-01-09 Thread dev0708
I don't understand the "findViewById(R.id.myWidget)" syntax. I've searched for an explanation and only found more advanced topics. In graphic layout of main.xml I add a button and edit ID to "@+id/ myButton" and edit text to a new string. I assume that somewhere an ID is recorded, similar to stri

[android-developers] Write Hello World & run - great. Change string and can't see result

2012-01-08 Thread dev0708
Eclipse + Android Add-in + Emulator: First tried "Hello World" worked perfect - a real thrill. Then back to Eclipse and changed string to "Hello World 2" Clicked through Run As / Android Application I can't seem to get edited code to the emulator. How to re-load emulator with a modification, par