Jeroen Mols Profile picture
Android GDE and Software developer @Plaid Public Speaker | Blogger | Cycling | Lego | Dad Also on: https://t.co/lUh1Giwk6K
Feb 23, 2021 4 tweets 1 min read
Don't consider this a one off problem: technologies will evolve and new architectures will emerge.

What you really want to do is ensure you can easily experiment with any new tech moving forward.

How will you achieve that? 1/4 A solution would be to modularize and splitting your app in multiple activities.

This allows to (in an extreme case) have a different architecture or tech per module. And you can easily experiment and revert (or keep) the changes when the result isn't what you expected. 2/4