Research Article

Effective Strategies for Modernizing Legacy Android Applications: Incremental Refactoring vs. Rewrites

Authors

  • Manishankar Janakaraj Illinois Institute of Technology, USA

Abstract

Modernizing legacy Android applications requires strategic decision-making between incremental refactoring and complete rewrites. This article explores these contrasting approaches by analyzing the challenges of outdated codebases, including architectural debt, deprecated APIs, monolithic structures, insufficient testing, and outdated user interfaces that impede innovation and user satisfaction. In addressing these issues, the analysis examines incremental modernization tactics such as Java to Kotlin migration, architectural evolution, the Strangler Fig pattern, modularization, enhanced test coverage, and gradual UI modernization with Jetpack Compose. In cases where incremental updates prove inadequate, the article investigates conditions necessitating complete rewrites, outlining strategies including feature parity first, phased replacement, and parallel development with feature flags. To navigate this complex decision process, a comprehensive framework is presented to help technical leaders evaluate codebase health, business risk, team capabilities, and timeline factors. The article also details universal best practices—including CI/CD implementation, feature flags, monitoring, documentation, and user feedback loops—essential for sustainable modernization, equipping development teams with tools to bridge the gap between legacy architecture and modern standards.

Article information

Journal

Journal of Computer Science and Technology Studies

Volume (Issue)

7 (6)

Pages

472-484

Published

2025-06-13

How to Cite

Manishankar Janakaraj. (2025). Effective Strategies for Modernizing Legacy Android Applications: Incremental Refactoring vs. Rewrites. Journal of Computer Science and Technology Studies, 7(6), 472-484. https://doi.org/10.32996/jcsts.2025.7.6.55

Downloads

Views

3

Downloads

2

Keywords:

Android Modernization, Technical Debt, Strangler Fig Pattern, Architecture Evolution, Refactoring Strategies