Published inProAndroidDevIntegrating GraphQL in Compose Multiplatform projectGraphQL is a data query and manipulation language. It is server-side runtime for application programming interfaces (APIs) that allows…Mar 22Mar 22
Published inProAndroidDevMigrate your Android Project to Compose Multiplatform ProjectHi all, I have been working on a Compose Multiplatform project for last few months and this learning journey was remarkable. In same…Jan 2Jan 2
Published inAndroid ThingsConvert callback API into suspend or FlowIf you had started using coroutine in your project but any third party library which you are using does not support suspend function, then…Jun 3, 2021Jun 3, 2021
Published inAndroid Thingsenum versus sealed classesenum classes are used to define set of constants while sealed classes are abstract class with set of subclasses in same file.Jun 1, 2021Jun 1, 2021
Published inAndroid ThingsCreate beautiful loading effect with facebook shimmer libraryShimmer library from facebook allows you to create loading animation on your android activity before you could load your data in ListView…Apr 28, 2019Apr 28, 2019
Published inAndroid ThingsFirebase Hosting: Upload your static web contents in easy steps.First you have to download NPM on your machine. Then you have to install firebase tool by:Apr 16, 2019Apr 16, 2019
Published inAndroid ThingsAndroid Jetpack: WorkManagerLatest happening in the word of android background processing is WorkManager. To check how WorkManager works, follow these simple steps.Mar 25, 2019Mar 25, 2019
Published inAndroid ThingsAll about Background Processing in AndroidUI operations in android is done on Main thread or UI thread. If heavy operations like network call, database access… is also done on this…Mar 24, 2019Mar 24, 2019
Published inAndroid ThingsFirebase Remote ConfigWith Firebase remote config, you can change your app appearance and behaviour without publishing your app in play store or app store. For…Feb 25, 2019Feb 25, 2019
Published inAndroid ThingsNavigation Architecture Component: Storyboard for androidNavigation architecture component can be very helpful in creating complex ui navigation flow. It has navigation graph similar to…Feb 18, 2019Feb 18, 2019