tags:

views:

49

answers:

1

Hi I want to create a Button otherthan creating it from xml layout.i want to create the button in java class otherthan using any resources folder .please anyone help me to solve this

A: 

You need to look up the View and ViewGroup API documentation.

Found this tutorial which gives an example of how to do it.

JRL