Hi guys,
I'm writing my own custom view, a keyboard, which I think the
ArrayList in the keyboard view is causing the application to quit in
the emulator.

public static ArrayList<HexButton> hexButtons = new
ArrayList<HexButton>();

The application ran fine when I did

setContentView(myKeyboardView);

But I want to nest my keyboard with a TextView so I'd like to be able
to do

setContentView(R.layout.main);

Any thoughts would be appreciated.

Chris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to