Jetpack ComposeHow to create GridView using Jetpack ComposeShivam Malik1.9kHow to create GridView using Jetpack Compose. GridView is a grid-based form of view where the items in the grid...
Jetpack ComposeLists using LazyColumn in Jetpack ComposeShivam Malik1.6kLists using LazyColumn within Jetpack Compose. Prior to Jetpack Compose made use of LazyColumn, we were able to build the RecyclerView...
Tech InterviewTop 35+ Data Structures Interview Questions And AnswersShivam Malik1.7kWhat is Data Structure? Data structure is an essential concept in any programming language and it is vital for algorithmic...
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...
Jetpack ComposeAndroid Jetpack Compose navigation with ViewModelsShivam Malik1.6kAndroid Jetpack Compose navigation with ViewModels. In the course of a recent project, I chose to use Jetpack Compose as...