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 2271Mar 2271
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 22.4KJan 22.4K
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, 202176Jun 3, 202176
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, 202177Jun 1, 202177
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, 201919.1KApr 28, 201919.1K
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, 20193Apr 16, 20193
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, 201911.8KMar 25, 201911.8K
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, 201916Mar 24, 201916
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, 2019948Feb 25, 2019948
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, 2019140Feb 18, 2019140