Android tutorialWhat is mvvm design pattern | How to use MVVM in androidShivam Malik1.3kMVVM (Model View ViewModel) Architecture Pattern in Android. Developers prefer clean and well-structured code for their projects. In organizing their code...
Android developmentAndroid tutorialandroid rxjava tutorialShivam Malik1.3kAndroid RxJava, a JVM library, uses observable sequences for event-based and synchronous programming. The three O's are the operator, observer, and...
Android tutorialCommon Design Patterns and App Architectures for AndroidShivam Malik1.7kCommon Design Patterns and App Architectures for Android. Learn how to improve your Android code more efficient and more easy...
Android developmentAndroid tutorialOOPS Concepts in Java – OOPS Concepts ExampleShivam Malik1.8kOOPS Concepts in Java, Programming is made easier by the Object-Oriented Programming Concepts. You will have difficulty designing systems using the...
Android developmentAndroid tutorialHow to create PDF file in Android and save to phone 2022Shivam Malik1.8kHow to create PDF file in Android. There are numerous apps in which the data in the app is made...
Android developmentAndroid tutorialDagger hilt android tutorial – dagger hilt kotlinShivam Malik1.7kDagger hilt android tutorial - dagger hilt kotlin. When working on Android projects, there are many dependencies that we must...
Android developmentAndroid tutorialMVVM Architecture – Android Tutorial for Beginners 2022Shivam Malik3.5kThe tutorial will we will discover the MVVM architecture of Android first, and then we will develop a program using...
Android tutorialWeights in Jetpack compose tutorial 2022Shivam Malik1.4kIn this Topic, i share the Answer to the Question Weights in Jetpack compose. Jetpack Compose can you do weights? It...
Android tutorialReduce apk size android 2025Shivam Malik1.3khow to Reduce apk size android APK size is very important for mobile devices. Personally, I love small APK sizes. The APK...
Android tutorialHow to used 256 AES Encryption and Decryption on AndroidShivam Malik1.1kHow to perform AES Encryption and Decryption on Android. First things first, we need to know what AES256 is. AES,...