-
Notifications
You must be signed in to change notification settings - Fork 11
3.9. Application
Txus Ballesteros edited this page Oct 2, 2018
·
1 revision

It is a standard module of Android application, without any special feature, its sole responsibility is to bring together the different functionalities of our product, and serve as a meeting point for our compilation system to generate the APK.
It should be noted that with this way of working, this module will hardly have any code, as you can see in the Repo, it only has the Application class.