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 ….
Mobile App Development
0
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…