WhatTheStack
WhatTheStack copied to clipboard
Separate the library into a runtime-module and a ui-module
This library consists of two parts: A background service, and a UI Activity. Consider separating them into different modules and allow more flexibility between them.
Separating these classes will allow for features such as:
- Adding custom exception handlers
- Showing a different Activity when the app crashes
- Selectively including only the required dependencies in projects