Relative Content

Tag Archive for androidgradleandroid-library

How to do android lib from part of multimodule app

Create lib from android app screen My current task is to separate one of the application screens as a library so that another application can have it and keep all the functionality of the screen The screen consists of 3 modules of clean architecture: Ui, Domain & Data and it works fine in the application. […]