Tag: Android
-
Mastering Gradle dependency management with version catalogs: A comprehensive guide
Posted on April 14, 2023, Level intermediate Resource Length medium
In complex and modular Android projects, managing dependencies can be a daunting and time-consuming task. Gradle Version Catalogs, introduced in Gradle 7.0 and promoted to stable in version 7.4, offer an elegant solution to streamline dependency management. In this comprehensive guide, we will explore the benefits of Version Catalogs, demonstrate how to implement them in an Android project with code snippets and provide tips to help you get the most out of this powerful feature. By Kashif Mehmood.
Tags android learning kotlin app-development code-refactoring
-
Maersk mobile: All the way with Flutter
Posted on November 24, 2022, Level beginner Resource Length medium
During the pandemic, the use of Maersk App skyrocketed. To meet the growing number of feature requests and scale our solution, a different approach was required. Keeping up with requirements to solve the business needs of our customers was challenging and time-consuming as all development had to be done twice for two native (Android and iOS) apps. Over time, tech debt for maintaining two codebases was getting high as the underlying platforms changed as well as new features and services for our customers in a rapidly growing userbase. By Gaurav Bhatnagar, Satish Kumar.
Tags nodejs app-development javascript cio android
-
Flutter CI/CD using GitHub Actions
Posted on November 23, 2022, Level intermediate Resource Length medium
We are in a state where companies are releasing software and solutions within minutes, and they are doing so by following the Continuous integration (CI) and continuous delivery (CD) set of operating principles. By Himanshu Sharma.
Tags devops cicd app-development javascript android
-
Setup Docker for integration testing in GitHub Action
Posted on July 26, 2022, Level intermediate Resource Length medium
Nowadays, Continuous Integration helps developers to automate their own build and test in remote repositories. Moreover, when we work as a team, CI ensures that all the branches on remote repositories will be tested by automated build. By Sahanon Phisetpakasit.
Tags app-development android cicd web-development
-
How to manage your Flutter monorepos
Posted on July 25, 2022, Level intermediate Resource Length medium
Monorepos are extremely helpful when working with larger codebases. But they also come with additional management costs. In this article, we will go through the process of managing a monorepo with a tool like Melos and set up our repository for CI/CD with Codemagic. By @codemagic.io.
Tags app-development android apis ios cicd web-development
-
How Firebase Performance Monitoring optimized app startup time
Posted on March 19, 2022, Level beginner Resource Length long
Mobile users expect their apps to be fast and responsive, and apps with a slow startup time, especially during coldstart, can leave them feeling frustrated. By Viswanathan Munisamy.
Tags cloud android monitoring web-development performance performance ios
-
2022 Android developer roadmap
Posted on March 3, 2022, Level beginner Resource Length medium
Our 2022 Android Developer Roadmap teaches you everything you need to know to get started in Android development. We've broken down the Android developer roadmap into few modules, each covering different aspects of the Android development ecosystem. By Jaewoong E.
Tags app-development android programming learning kotlin
-
Implementing in-app subscriptions in iOS & Android with no backend servers
Posted on February 23, 2022, Level intermediate Resource Length medium
More recently I have been experimenting with different monetization strategies for the apps so users can unlock features or just leave a tip. For the longest time I kept things simple with a "non-consumable" one-time purchase. Over the holiday break I decided to take things a step further and dip my toes into the world of subscriptions. By James Montemagno.
Tags ios how-to android app-development google
-
Ionic Portals: Introducing the supercharged web view for native apps
Posted on October 6, 2021, Level intermediate Resource Length long
Ionic Portals offers a supercharged native Web View component for iOS and Android that enables teams to add web-based experiences to native mobile apps. Now, native and web teams can better collaborate while bringing new and existing web experiences to mobile in a safe, controlled way. By Josh Thomas.
Tags app-development how-to web-development frontend android ios
-
Getting started with state management in Flutter
Posted on July 14, 2021, Level beginner Resource Length medium
Flutter is great for making beautiful cross-platform UIs with its everything is a widget concepts. But how do you actually move data around your application. By Jay Hackett.
Tags app-development how-to nodejs android ios google
-
Build mobile apps with Tailwind CSS, Next.js, Ionic Framework, and Capacitor
Posted on June 20, 2021, Level advanced Resource Length long
A very popular stack for building responsive web apps is Tailwind CSS and Next.js by Vercel. By Max Lynch.
Tags app-development css frontend web-development ios android
-
Recording audio on Android with examples
Posted on May 5, 2021, Level beginner Resource Length medium
Knowing how to effectively record audio from a phone is valuable for mobile developers, but is especially essential for apps that process media. The wide range of hardware in Android devices can make it difficult to develop applications that need to capture and play back audio. By Megan Ren.
Tags android app-development kotlin ux