java - How to draw a JButton in Android -



java - How to draw a JButton in Android -

which class should utilize in android programme when gets 1 draws button or textfield, when gets 0 not draw anything. there class in java can perform functionality? want when 1 shoud draw button.

android doesn't utilize jbuttons, uses it's own button widget: http://developer.android.com/reference/android/widget/button.html

java android button

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -