Hey Android Community,
Can we update Android Theme at runtime. My requirement is to update the primary colour throughout the app . The colour hex would be fetched from server.
My solutions :
1. Create wrapper classes around Widgets ( TextViews, RadioButtons etc) and pass Shared Pref to it. Then update the primary colours.
2. Use any 3rd Party dependency, if any . Was looking at Airbnb/Paris for the same.