Android Nomad - Issue #5
September 21
Caching with OkHttp Interceptor and Retrofit — amitshekhar.me In this blog, we are going to learn how to cache HTTP responses in Android using OkHttp Interceptor and Retrofit for building offline-first Android apps.
Reliability, Scalability & Maintainability – Magda Miu — magdamiu.com When designing systems/services is about combining functional requirements (what the system should do) with non-functional requirements (quality attributes or ilities). The challenge here is to develop software with the right quality levels. And to solve this challenge, here comes the concept of Software Architecture Methodology which helps us to build a bridge between the problem space…
Android app size reduction — proandroiddev.com At GetMega we work on a RMG (Real Money Gaming) app which prohibits us from distributing our app via Play Store so we can’t use features like dynamic delivery or app bundles to reduce our apk size…