Join Slack
Powered by
Do you use `core` package in your apps and what do...
# android-architecture
k
K Merle
08/14/2021, 5:46 PM
Do you use
core
package in your apps and what do you usually put in core package?
j
Jeremy
08/19/2021, 9:29 PM
Yes but multiple.. like threads, constants, ux utils, ktx etc
🙌 1
Jeremy
08/19/2021, 9:29 PM
If its a single core/common it can become bloated beyond its original intent over time and can lead to I need to share this class across 2 modules
Jeremy
08/19/2021, 9:32 PM
Or sometimes build something and then something similar gets added to an androidx package now you have 2
2
Views
Open in Slack
Previous
Next