Blogs
How easy is drag-and-drop …
In Android, whenever you have a drag-and-drop feature, we usually expect that it will be a complex task. To be honest, I agree. However, the drag-and-drop feature is now easier in Compose. To make it clear and easy to understand, we will build a Scrum/Kanban board that contains tickets. These …
DevOps Understanding and …
As an Android Engineer, think about how much time you waste in deploying an APK for someone to test. ⌛️ It may be done in many steps, compile your project, run unit test, start generating your .apk file, then upload it to a third party (e.g. firebase distribution, diawi, etc ..). After that, you …
DevOps Understanding and …
In part 1 we managed to configure GitLab and Fastlane. Following next, we will configure our Continuous Deployment channel. Step 3 : Configure FirebaseAppDistribution (Our CD Channel) As we mentioned in part 1, FirebaseAppDistribution is a tool provided by Firebase where you can upload your beta …