Skip to content
MoboLogic+

MoboLogic+

  • Android
  • Kotlin
  • Python
  • Contact Us
  • My Account
  • Registration
MoboLogic+
MoboLogic+
  • Request Permission Launcher with Kotlin in Android
    Kotlin - Android

    Request Permission Launcher with Kotlin in Android

    BySunil Gupta September 2, 2022

    In this article, we are learning about the run time permissions for request permission launchers. As we know that onRequestPermissionsResult is deprecated in the latest android API version. So we need to use registerForActivityResult() method instead onRequestPermissionsResult() as alternative of onRequestPermissionsResult(). Let’s take an example where we need to access the camera to take pictures….

    Read More Request Permission Launcher with Kotlin in AndroidContinue

  • Implement the SMS User Consent API and SMS Retriever API in Android
    Android | Kotlin - Android

    Implement the SMS User Consent API and SMS Retriever API in Android

    BySunil Gupta May 3, 2022

    Hello everyone. In my last tutorial, we learned about the Jetpack Compose introduction and about applying the app theme for light and dark mode in Jetpack Compose and how to use layouts, rows, columns, modifiers and Constraint layouts. I recommended reading all these articles to better understand the Jetpack Compose. In this tutorial, we are going to learn something…

    Read More Implement the SMS User Consent API and SMS Retriever API in AndroidContinue

  • Jetpack Compose Coroutine flow with LiveData/ViewModel in Android
    Android | Kotlin - Android

    Jetpack Compose Coroutine flow with LiveData/ViewModel in Android

    BySunil Gupta January 16, 2022January 16, 2022

    Hello everyone, In this article, we are going to learn about the Jetpack Compose with LiveData and coroutines flow. In my last tutorial, we have learned about the Jetpack Compose introduction and about applying the app theme for light and dark mode in Jetpack Compose and how to use layouts, rows, columns, modifiers and Constraint layouts. I recommended…

    Read More Jetpack Compose Coroutine flow with LiveData/ViewModel in AndroidContinue

  • Android Jetpack Compose of layouts, row, column, modifier, ConstraintLayout and Scaffold
    Android | Kotlin - Android

    Android Jetpack Compose of layouts, row, column, modifier, ConstraintLayout and Scaffold

    BySunil Gupta December 5, 2021December 6, 2021

    Hello everyone, In this article, we are going to learn how to use layouts, rows, columns and modifiers with any layout. In my last tutorial, we have learned about the Jetpack Compose introduction and about applying the app theme for light and dark mode in Jetpack Compose. I would recommend checking this article before reading…

    Read More Android Jetpack Compose of layouts, row, column, modifier, ConstraintLayout and ScaffoldContinue

  • How to set the app theme for light and dark mode in Jetpack Compose Android
    Android | Kotlin - Android

    How to set the app theme for light and dark mode in Jetpack Compose Android

    BySunil Gupta November 28, 2021December 5, 2021

    In this article, we are going to learn about to how to set the app theme for light and dark mode with help of Jetpack compose. We already covered the Jetpack Compose introduction in my first article, If you did not know about the basic introduction of Jetpack Compose and setup then I would be…

    Read More How to set the app theme for light and dark mode in Jetpack Compose AndroidContinue

  • How to scroll to a specific view and focus the view with scroll view in android
    Android | Kotlin - Android

    How to scroll to a specific view and focus the view with scroll view in android

    BySunil Gupta November 28, 2021November 28, 2021

    As many of the developer face this problem to scroll the view to specific view to focus the child view of scroll view. Let’s see an example, we have huge form where user need to fill to submit. But in the big form if user is missing any filling field or view then it is…

    Read More How to scroll to a specific view and focus the view with scroll view in androidContinue

  • Android Jetpack Compose introduction and started with Hello layout
    Android | Kotlin - Android

    Android Jetpack Compose introduction and started with Hello layout

    BySunil Gupta November 21, 2021November 28, 2021

    Hello all, In this article, we are going to explore the new Jetpack Compose library which is used to design the android user interface smartly. Jetpack Compose is a modern toolkit for building native Android UI. Jetpack Compose simplifies and accelerates UI development on Android with less code, powerful tools, and intuitive Kotlin APIs. Use…

    Read More Android Jetpack Compose introduction and started with Hello layoutContinue

  • Jetpack component Preference DataStore in android
    Android | Kotlin - Android

    Jetpack component Preference DataStore in android

    BySunil Gupta November 14, 2021

    Hello everyone, In this article we will learn about the new Jetpack component DataStore for storing the data like shared preference. Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers. DataStore uses Kotlin and Coroutines + Flow to store data synchronously with…

    Read More Jetpack component Preference DataStore in androidContinue

  • Why View Binding need to use in android?
    Android | Kotlin - Android

    Why View Binding need to use in android?

    BySunil Gupta January 4, 2021January 4, 2021

    As for making screen in android app development, we need to write a xml inside the res layout folder of our project structure which needs to inflate with view either Activity or Fragments. We have used so many view components into our xml which need to get the id of each component in our view…

    Read More Why View Binding need to use in android?Continue

  • How to get all the images from the internal or external storage in android 10?
    Android | Kotlin - Android

    How to get all the images from the internal or external storage in android 10?

    BySunil Gupta March 17, 2020October 26, 2020

    As we can see every new version of android released, Google has made a few changes in terms of security stability. Here I am going to talk about one of the changes has done recently by Google which was related to storing and fetching the images from the internal storage or gallery. Storing the images…

    Read More How to get all the images from the internal or external storage in android 10?Continue

Page navigation

Previous PagePrevious 1 2 3 4 … 10 Next PageNext

© 2026 MoboLogic+

  • Android
  • Kotlin
  • Python
  • Contact Us
  • My Account
  • Registration
 

Loading Comments...