python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to display Toast.makeText result in another page textView using kotlin
//This is my scanner barcode code using kotlin
override fun receiveDetections(detections: Detector.Detections) {
val barcodes = detections.detectedItems
if (barcodes.size() == ...
MIN LEE
Votes: 0
Answers: 2
How to make XML string resource email clickable with predefined Subject and Body on TextView
Namaste 🙏 to all,
I am trying to achieve a solution where on click of email id in strings XML containing HTML tags we should open Intent Chooser of email apps available in the system, then in the ema...
Dharamveer Mithilesh Gupta
Votes: 0
Answers: 2
If and else statement in Kotlin
Ok I have an issue with the logic of the if and else statement I am not understanding why and how the logic doesn't work. I have used the statement in other programming but this is what I am wanting t...
Camp Nerd
Votes: 0
Answers: 0
Auto Scrollable Text View in Kotlin
I have been searching on this for awhile. I have textView and it is Scrollable. The issue is it doesn't scroll while text is added. I have listed all my code and photos for an example. What I am needi...
Camp Nerd
Votes: 0
Answers: 2