python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Increment/Decrement visibility Button Kotlin
i have some issue with button Visibility
var number = 1
mBinding.llNext.setOnClickListener {
number += 5
mBinding.tvCount.text = number.toString()
}
mBinding.llBack.se...
andi Riot
Votes: 0
Answers: 1
Increment and decrement version numbers
I want to increment and decrement 1.2.3 in this problem when we increase with a button after the right side value increased to 1.2.9 it should be1.3.0 and when second decimal point reaches to 1.9.9 ...
aravindh
Votes: 0
Answers: 0