Android Question How to put Button on Screen

BillMeyer

Well-Known Member
Licensed User
Longtime User
Can someone please help me by telling me how to put a button on the screen in Android. I have the device, I have the button and I have the thread - I'm just not sure what the code must be ?

upload_2018-7-19_12-56-7.png


It's Weekend guys - have a smile and enjoy it !!
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
- Create a Layout with an Imageview
- Load the layout
- Load the Image into a Bitmap.
- Add the Bitmap to the imageview.

Or did i misunderstood the question?

You understood 100% - have an excellent week-end !!
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
you can also add images to the designer and select this file in the imageview properties
 
Upvote 0
Top