Technology Radar 2023 For Android Developers

Murat AYDIN
3 min readMay 2, 2023

Technology Radar is the publication made by Thoughtworks twice a year which includes the software development related changes and innovations. I will summarise the Android development related developments that is in this volume of the technology radar.

Thoughtworks Technology Radar 2023

There are four quadrants in this radar: programming languages and frameworks, tools, platforms, and techniques. Each item in the radar has a state: adopt, trial, assess and hold. These are recommendations made by the Thoughtworks. Priority is in the order of adopt > trial > assess > hold. Adopt implies that you ought to give it some serious thought. Trial means that you should try it but not completely proven. Assess means you should follow but don’t need to try yet. Hold means that it might cause some problems, so be cautious.

Contributors of this technology radar are the senior technologists at Thoughtworks including Martin Fowler who is a guy that every developer should follow and read his articles.

Now lets jump into the radar items related to Android developers.

Dependency pruning (adopt)

This is a technique that recommends periodically checking the dependencies and libraries used in the project and removing the unused ones. This will speed up your build time.

--

--