Top "Android-button" questions

questions about the android.

How to start new activity on button click

In an Android application, how do you start a new activity (GUI) when a button in another activity is clicked, …

android android-intent android-activity android-button android-lifecycle
How to make the corners of a button round?

I want to make the corners of a button round. Is there an easy way to achieve this in Android?

android android-button rounded-corners
How to disable an Android button?

I have created a layout that contains two buttons, Next and Previous. In between the buttons I'm generating some dynamic …

android android-button
Android Material Design Button Styles

I'm confused on button styles for material design. I'd like to get colorful raised buttons like in the attached link., …

android material-design android-button
In Android, how do I set margins in dp programmatically?

In this, this and this thread I tried to find an answer on how to set the margins on a …

android android-button
How to make a round button?

I'm trying to make a round button, but I don't know how can I do it. I can make button …

android android-button
Override back button to act like home button

On pressing the back button, I'd like my application to go into the stopped state, rather than the destroyed state. …

java android overriding android-button back
Custom circle button

I want to create custom button and I need it to be circle. How can I create a circle button? …

android android-button
Android Fragment onClick button Method

I'm trying to invoke the method in my onClick (View v) XML, but does not work with Fragment. This is …

android android-button
How can I remove a button or make it invisible in Android?

How can I remove a button in Android, or make it invisible?

android android-button