PinnedMaxwell MapakoBuilding a plugin architecture with PythonIt’s no secret that one of the greatest software design principles when extending functionality is to consider using plugins (where…Apr 24, 20211Apr 24, 20211
PinnedMaxwell MapakoNavigating through runtime only modules and thinking outside of the box with androidx.startupandroix.startup is a new addition to the Jetpack suite of libraries. Read more about it hereNov 20, 2020Nov 20, 2020
Maxwell MapakoGreat highlight, I think it's also important to highlight that the lazy delegate also provides…Jul 17, 2022Jul 17, 2022
Maxwell MapakoNot to bash your post or anything but in future I suggest you check your facts first, If you look…You seem to have read about something similar and ran with it without considering what goes into reverse engineering android applications.Aug 2, 2021Aug 2, 2021
Maxwell MapakoIt would be nice if work manager used bundle/parcel for complex structures instead of a Map which…Jun 19, 2021Jun 19, 2021
Maxwell MapakoAdditional quick find and replace for anyone who works under any linux env or wsl.find . -name "*.kt" -type f -exec sed -i "s/import kotlinx.android.parcel.Parcelize/import kotlinx.parcelize.Parcelize/g" {} \;Apr 8, 20211Apr 8, 20211