Skip to content
MoboLogic+

MoboLogic+

  • Android
  • Kotlin
  • Python
  • Contact Us
  • My Account
  • Registration
MoboLogic+
MoboLogic+
  • How to use android data binding in Kotlin?
    Kotlin - Android

    How to use android data binding in Kotlin?

    BySunil Gupta June 18, 2017March 23, 2019

    DataBinding is the Android library which is allowed to bind the data model directly to XML view in an easy and flexible way. So in this tutorial, we will try to use the data binding feature in Kotlin. Kotlin provides the data binding dependency library to use the data binding feature. It is flexible and comfortable…

    Read More How to use android data binding in Kotlin?Continue

  • MVP design pattern with Dagger2, Retrofit, Anko and RxJava in Kotlin Android
    Kotlin - Android

    MVP design pattern with Dagger2, Retrofit, Anko and RxJava in Kotlin Android

    BySunil Gupta June 10, 2017March 23, 2019

    MVP design pattern is the best design pattern in Android for building Android applications. We have already practiced MVP architecture design pattern in Android with Java library. If You are still not using this design pattern then I would be recommended to start using this pattern from today onwards. It solves the best code practice and…

    Read More MVP design pattern with Dagger2, Retrofit, Anko and RxJava in Kotlin AndroidContinue

  • Android

    Auto Logout or Expire the session after 5 minutes of user inactivity

    ByAbhishek Mittal June 10, 2017March 23, 2019

    Sometimes we need to log out the user or expire his session if he did not perform any interaction with the app for 5 minutes or even If he locks the screen from the lock button. This can be implemented very easily by maintaining a thread(Waiter) which will give alert once 5 minutes are over…

    Read More Auto Logout or Expire the session after 5 minutes of user inactivityContinue

  • Integration of Anko Sqlite database in Kotlin Android
    Kotlin - Android

    Integration of Anko Sqlite database in Kotlin Android

    BySunil Gupta June 9, 2017March 23, 2019

    Anko is the SQLite database wrapper for Android in Kotlin. As we have used many best SQLite database wrapper in android java library. For example, we have practiced with Green Dao, Active Android, and ORMLite. I would recommend to please check those wrappers if you still using Java for Android development. These wrappers are still good…

    Read More Integration of Anko Sqlite database in Kotlin AndroidContinue

  • Api call by using Retrofit, RxJava and RxAndroid in Kotlin Android
    Kotlin - Android

    Api call by using Retrofit, RxJava and RxAndroid in Kotlin Android

    BySunil Gupta June 3, 2017March 23, 2019

    In building the Android apps, Retrofit is the most popular for networking API call. It is very simple and cleaner way API call in the Android application. Retrofit used OkHttp request call which is extended and customized of Http request.  It gives much better performance in comparison with another library like Volley. Android developers love this because it…

    Read More Api call by using Retrofit, RxJava and RxAndroid in Kotlin AndroidContinue

  • Basic of Kotlin to get started in android Part-4
    Kotlin - Android

    Basic of Kotlin to get started in android Part-4

    BySunil Gupta May 27, 2017March 23, 2019

    As we have practiced basic features of Kotlin in my last tutorial series of basic of Kotlin to get started on Android. If you haven’t checked yet then I would be recommended for checking all my posts here. Basic of Kotlin to get started in Android part-1 and Basic of Kotlin to get started in Android part-2 and Basic…

    Read More Basic of Kotlin to get started in android Part-4Continue

  • Uncategorized

    Significance of RTOS in an Airborne Systems

    ByDevang Vyas May 24, 2017March 23, 2019

    When we talk about safety critical system such as one running in an aircraft, it’s very important that it must not generate unwanted scenarios. Aviation industry demands 100% reliability for the systems which goes into the aircraft, it demands a great human effort to develop and verify such systems. RTOSes plays an important role in…

    Read More Significance of RTOS in an Airborne SystemsContinue

  • Basic of Kotlin to get started in android Part-3
    Kotlin - Android

    Basic of Kotlin to get started in android Part-3

    BySunil Gupta May 20, 2017March 23, 2019

    In my last tutorial, we understood basic introduction about Kotlin and basic features to get a quick start building an Android application. In this series, we will learn about of Classes and Objects in Kotlin. Sounds good 🙂 But before if you have not checked my last tutorial then I would be recommended checking my all…

    Read More Basic of Kotlin to get started in android Part-3Continue

  • Basic of Kotlin to get started in android Part-2
    Kotlin - Android

    Basic of Kotlin to get started in android Part-2

    BySunil Gupta May 19, 2017March 23, 2019

    In my last tutorial, we have learned the basic introduction about Kotlin. Kotlin is inspired by C#, Groovy, and Scala language. I recommend you to please check my last post-Basic of Kotlin to get started in android part-1. Google I/O 2017 announced that Kotlin will be the official language for Android development. This is great news…

    Read More Basic of Kotlin to get started in android Part-2Continue

  • Android

    Why need to take care memory leak in android?

    BySunil Gupta May 13, 2017March 23, 2019

    In this tutorial, We will learn why we need to take care memory leak to every android developer? I think every android developer has faced OutOfMemoryError on multiple times while building any android app. This is not only error but application crashed as well and every developer and user are not like a crash or…

    Read More Why need to take care memory leak in android?Continue

Page navigation

Previous PagePrevious 1 … 7 8 9 10 Next PageNext

© 2026 MoboLogic+

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

Loading Comments...