First time I report an issue on the Google IssueTracker. It was only about a link to the wrong class in the Android dev doc but it's still a contribution!
I struggled to understand how the Component field worked but in my case, I had to write "https://t.co/C8gf2JBWUw"
#androiddev
@g123k@AndroidMakersFR@CharlieDreyfus Hello, slides are available here https://t.co/idIhayhVco
and if you want, I wrote an article on this subject here https://t.co/dbteM10NP6
Are you interested in app development, AI & music? Then check out this video of Martin Solveig showcasing how he uses #AI to create mixes– using Stemz AI by @MWMcompany a real time music track separation tool that’s available on the Google Play store. https://t.co/uLDlQznTZ1
Thank you @proandroiddev for featuring my article explaining how to stop being afraid of Gradle and understand how to create Gradle Tasks and Plugins for your own use cases.
Gradle is a powerful tool and you should use it instead of running away from it!
#AndroidDev#gradle
For #AndroidDev who doesn't have ticket for @AndroidMakersFR, the biggest Android dev event in France, join this contest to earn your pass, and come to see the @MWMcompany Android team on our stand to talk about development and discover our apps!
#AMxDC23
As #AndroidDev, you have to update your app's target API year after year. If an app doesn't target at most 2 versions under the required target API, the app becomes not available to devices running Android OS higher than the app's target API level.
https://t.co/zC4SghJ8PG
According to this Play Store Help page https://t.co/zC4SghJ8PG, it will be possible to ask for an extension to November 1. The form to ask for it will be available later this year.
In 2023, the date to bump the Target API of your already published #android app to match the #GooglePlay 's requirement and continue to update your app is the 31 of August, not November! The same date as for new apps.
https://t.co/7pS35Cf5Z7
#AndroidDev#playstore
As #AndroidDevs , we use #gradle on a daily basis to configure our Android projects, but do you know how Gradle Tasks and Plugins work?
Come to learn how to create your own Tasks and Plugins to make Gradle work for you.
#android#programming#development
https://t.co/x50klCwGVk
Pleased to announce our first joint talk with @CharlieDreyfus & @bowser_f 👥🚨
In their presentation, they will take you through the power of #Gradle & how you can script some manual & painful tasks to make Gradle work for you.
Full abstract here: https://t.co/ezCKdMR71V
So happy to discover that my talk has been selected by @AndroidMakersFR.
We will speak about how to make Gradle work for you! How to create your own tasks and plugins.
Join us at #AMxDC23 on 27-28 April in Paris!
New year, new article! This time, I explain the logic behind the fact a ViewModel survives a configure change, for instance, during an Activity rotation.
Dig with me into the AOSP code to understand how all of this works #AndroidDev#Android#ViewModel
https://t.co/FqHwO2sVNC
🎤Also the #CFP is open!
📢Want to be a speaker and share your knowledge with the #AndroidDev Community?
🗣Submit your talk for #AMxDC23 now about anything Android
👉 https://t.co/dXOFZq6Vpp
I updated my article on how to generate Bill of Material (BoM) with Gradle "maven-publish" plugin. I now explain the usage of the java-platform plugin to do it more easily
https://t.co/kZbfyWUr4O
#Gradle#Maven#BillOfMaterial#AndroidDev
New article on how to upload native debug symbols to get understandable native crash stack trace on Firebase Crashlytics and Play Store and how to generate library with C/C++ code that allows it.
https://t.co/6GMoiHcGM7
#AndroidDev#Crashlytics#PlayStore#Crash#Android
New article on how to speed up your Android app build by following a few tips: correctly order your repositories and don't contact a repository for dependencies you know they don't have https://t.co/XprGhdgmm6 #AndroidDev#Gradle#Android
Question for all #AndroidDev: What can motivate you enough to move to a new company?
What a company can bring/give you to be attractive enough to justify this move?
- money
- company vision
- the subject of apps
I really would like to read from you to understand the market!
From Android Studio Electric Eel, if you split your resources in several directories (ex: split by feature), it's finally possible to add a drawable from the Asset Studio and it's put in the directory you selected! And not the last declared one! #AndroidDev#AndroidStudio