On Sat, Mar 10, 2012 at 2:40 PM, Giacomo <[email protected]> wrote: > what I'd like to do now is to create an array of buttons overlaying > the map, but eclipse give an error if I try to create an instance of a > button inside the SampleView ( extends RelativeLayout) constructor. >
It would help to know what error Eclipse is giving you. > Why? is this illegal? > Is what illegal? You didn't say what the error is or what you're doing. > and how can I create this array of buttons? > Do you know how to create a Button? Do you know how to create an Array? following the code It is most beneficial for you to only post the smallest bit of code that illustrates your problem. No one is going to read all of that to try to find a fix to *your* problem. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

