Tag: rewriting

Android Dependency Inversion — Avoid rewriting your app

When we build mobile applications we love to rely on the external tools which simplify our work. HTPP or GraphQL clients, local storage, caching, camera, GPS, Bluetooth, analytics, payments and many other complex tasks are handled by the system APIs or popular 3rd party libraries. A big advantage...