Skip to content Skip to sidebar Skip to footer
Showing posts with the label Architecture

Architecture For A Custom View Library Android

I am building a library that every 30 seconds displays a question (obtained from a REST Api) and al… Read more Architecture For A Custom View Library Android

Android Mvp - Can I Have Multiple Presenters For Custom Views And Fragments

So I have an a presenter that is already tied to an activity. The book says that one presenter shou… Read more Android Mvp - Can I Have Multiple Presenters For Custom Views And Fragments

Should I Change To Scala To Create A System With Rewrite Rules?

I have some classes that I developed that I am using in a Android application. I have about 6-7 cla… Read more Should I Change To Scala To Create A System With Rewrite Rules?

Two Content Providers Accessing The Very Same Database

Hi all! I wonder if there is a generally preferred implementation paradigm to respect if one want&#… Read more Two Content Providers Accessing The Very Same Database

Multi-layer / Libraries Architecture With Dagger2: Designing Scopes, Components, Modules

I'm using dagger 2 in a multi-layered, multi-library Android SDK project. I'm developing ma… Read more Multi-layer / Libraries Architecture With Dagger2: Designing Scopes, Components, Modules