Skip to content

3.7. Navigation

Txus Ballesteros edited this page Oct 2, 2018 · 1 revision

Project Morphology

Perhaps one of the most important modules of our approach, although at first sight it does not seem so, and it is because this module implements the system that allows us to really isolate our functionalities, let me give an example.

As you already know in an Android application, in order to navigate from one screen to another, it is necessary that the origin of the call physically know the destination (Intent), well, this module implements a navigation system based on Uris, which it allows us to isolate the origin of destiny, and that it does not need to know it. It is the same system as when we work with Deep-Links.

Clone this wiki locally