Jetpack Composejetpack compose screen orientation 2022Shivam Malik2kJetpack compose screen orientation. Android's Screen Orientation allows the user to choose whether they want Fullscreen or Wide Landscaped mode. Images...
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.8kWhat 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...