About 278,000 results
Open links in new tab
  1. Scanner | API reference | Android Developers

    Kotlin for Android Monetization with Play ↗️ Extend by device; Build apps that give your users seamless experiences from phones to tablets, watches, headsets, and more. Adaptive apps Android XR Wear OS Android for Cars Android TV ChromeOS ...

  2. How to Scan and Read *** NFC tags - Medium

    Jan 12, 2024 · In this tutorial, we’ll walk through the steps of how to scan NFC tags in an Android mobile app using Kotlin.

  3. Read Data Input using Scanner in Kotlin - Kotlin Programming

    Kotlin uses java.util.Scanner class to scan user inputs. To read a string, nextLine() method is used. Similarly, it has methods like nextInt(), nextLong() methods to get inputs of corresponding types.

  4. How to use Scanner class in Kotlin to read user inputs

    In this post, I will show you how to use Scanner class in Kotlin with one simple example. Let’s write one program to read the user input string using Scanner : fun main() { val sc = Scanner(System.`in`) println("Enter a line : ") val userInput = sc.nextLine() println(userInput) }

  5. scan - Kotlin Programming Language

    Returns a list containing successive accumulation values generated by applying operation from left to right to each element and current accumulator value that starts with initial value. Note that acc value passed to operation function should not be mutated; otherwise it would affect the previous value in resulting list.

  6. Standard input | Kotlin Documentation - Kotlin Programming …

    Sep 25, 2024 · To use Java Scanner in Kotlin, you need to import the Scanner class and initialize it by passing a System.in object that represents the standard input stream and dictates how to read the data. You can use the available reading methods for reading values different from strings, such as .nextLine(), .next(), and .nextInt():

  7. Implementing Zebra Scanner in Kotlin with Jetpack Compose

    Mar 12, 2025 · In this article, we will demonstrate how to implement a barcode scanning function in your Android app for Zebra scanners such as the TC21, TC22, and similar models. We will be using Kotlin,...

  8. Android Kotlin Get the Zxing Barcode Results in Fragment from …

    Jan 13, 2021 · Using Android Studio Kotlin, I'm using Zxing barcode scanner in my app. My app uses the fragment architecture. I am able to scan the barcode from my app from the fragment, but the scan result is returned to the activity.

  9. Building a Simple Document Scanner in Android - Medium

    Nov 14, 2022 · As I’ve been trying my hands on OpenCV for a while, I decided to make a document scanner in Android, knowing the fact that there are a number of libraries to do it better. Here’s an overview...

  10. Implement Document Scanning Functionality in Android

    May 8, 2023 · Learn how to implement document scanning functionality in your Android applications with this comprehensive guide.

  11. Some results have been removed
Refresh