tags:

views:

47

answers:

1

Hi guys,

I am trying to make a button programmable way (no attributes on LinearLayout). In other words, button count on the View is dynamically.

How to make it ?

Thanks

A: 

Take a look at this article it demonstrates creation of Android UI in java code rather than using the declarative approach

Samuh
You may also want to check this out: http://www.lacherstorfer.at/haris_blog/2008/03/android-howto-create-spinners.html
Samuh