Canvas in Jetpack Compose, Github Actions, Function Composition, Kotlin, Compose Button, and more! | by Shahla Aliyeva | Sep, 2023
Just as always, we are reachable via editors@proandroiddev.com. We look forward to reading your feedback, article submissions, and partnership ideas. Follow us on Facebook and Twitter, and see you soon! Cheers, ProAndroidDev Team Sergii Zhuk . Greg Fawson . Andy Dyer . Brian Gardner ….
Build, Sign and Create Release build using Github Actions | by Saqib | Aug, 2023
5. Github workflows Everything is available to create Github workflow. 5.1 Trigger Event We want to trigger the workflow whenever code is pushed to the main branch. 5.2 Permission to workflow We want to give permission to workflow in order to create Release over Github…
Implementing CI/CD Using GitHub Actions: A Quick Guide to Build a CI/CD Pipeline
A few days back, I wrote an article – CI/CD using GitLab . In that article, I talked about implementing CI/CD using GitLab, which is used to automate build, test, deploy, and monitor your applications. Since then, I’ve moved onto another organization, my favorite, GitHub….
Github Actions, Transforming UseCase, Jetpack Compose, Kotlin Multiplatform libraries API, Android Lint, and more! | by Shahla Aliyeva | Aug, 2023
Just as always, we are reachable via editors@proandroiddev.com. We look forward to reading your feedback, article submissions, and partnership ideas. Follow us on Facebook and Twitter, and see you soon! Cheers, ProAndroidDev Team Sergii Zhuk . Greg Fawson . Andy Dyer . Brian Gardner ….
Android Lint workflow using Github Actions | by Saqib | Jul, 2023
Android Lint workflow using Github Actions Lets create workflow which will run lint code inspector on every pull request created on main branch and when code is pushed to main branch. Create a .github folder and then workflows folder inside like that .github/workflows . We…