Music-Player-GO
Music-Player-GO copied to clipboard
[FR] Homescreen/lockscreen widget
Hello. Just wondering if you plan on creating a widget for the lock or home screens? Thank you!
Yes, it is on my to-do list :)
Thank you!
β£Get TypeApp for Android β
On Jan 21, 2021, 3:22 PM, at 3:22 PM, enricocid [email protected] wrote:
Yes, it is on my to-do list :)
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/enricocid/Music-Player-GO/issues/262#issuecomment-764949604
Sorry for reviving this thread, but you might want to do this soon, given that google is encouraging devs to make/refresh their widgets for Android 12.
The big thing about Android 12 widgets is that:
- Theming is done by the system instead of the app for stylistic cohesion
- Instead of making fixed-size 4x1/2x2/etc. variants, you instead create one responsive widget that changes its layout depending on its size. This feature can even be back-ported to Android 11 and below with some clever tricks.
I've made a widget implementation that follows this new style. Hope it helps.
More Info: Android 12 Widgets Improvements Updating your widget to Android 12