There are prev and next buttons. I made these two buttons dynamic Even if it's the first screen, there's no more screen to go back, so don't let the Prev button work I don't want to move on to the next screen because there's no more screen to move on How can you do that?
android layout button
myButton.setEnabled(false);
Have you used this before?
You can also go to the xml layout and give the android:clickable property.
© 2024 OneMinuteCode. All rights reserved.