PinnedMalcolm MaimaHow to export data from firebase firestore database in json format using nodeFirebase Firestore is a NoSQL document database that allows you to easily store, sync, and query data for your mobile and web applications…Jan 6, 2023Jan 6, 2023
Malcolm MaimaImplementing Firebase App Distribution on Android with Azure DevOps PipelineIn this guide, we’ll walk through how to set up Firebase App Distribution for your Android application using Azure DevOps. This approach is…Oct 24Oct 24
Malcolm MaimaImplementing an Exponential Backoff Strategy for Flaky APIs in KotlinI recently had to implement a set of API endpoints to an android application and faced something I haven’t faced in a very long time, more…Jun 31Jun 31
Malcolm MaimaAndroid, Setting Up StepView with Icon Support: A Technical GuideAfter extensive research, I found myself between a rock and a hard place as I could not find a stepview library that supports icons and so…Nov 20, 2023Nov 20, 2023
Malcolm MaimainBetter ProgrammingGraphQL Federation With Mesh: Combining Multiple Endpoints for Maximum EfficiencyEnable GraphQL Federation at scaleApr 4, 20232Apr 4, 20232
Malcolm MaimaImplementing Rick & Morty GraphQL API in Android — Part 2In Part 1, we set up the GraphQL client and made a query to retrieve the data from the API. In this tutorial, we’ll continue building on…Feb 2, 2023Feb 2, 2023
Malcolm MaimaImplementing Rick & Morty GraphQL API in Android — Part 1In this tutorial, we will be creating a simple Android application that utilizes a GraphQL API to retrieve information about the popular…Jan 26, 2023Jan 26, 2023
Malcolm Maima(Kotlin) Implementing a Barchart and Piechart using MPAndroidChartIn this article we will be covering two different types of charts, a barchart and a piechart. There aren’t many tutorials out there on how…Jun 2, 2022Jun 2, 2022
Malcolm MaimaAndroid Kotlin: Consume Wordpress API via RSS FeedIf you’ve consumed a WordPress API then I’m sure you’re aware of the RESTful API wordpress exposes to you. This normally looks likeApr 6, 2022Apr 6, 2022