What are best practices for creating reusable code for both the mobile and wear modules (or glass/tv/auto modules) in android studio? My reasons are to keep my application very thin, and prevent reuse of some session classes.
I was thinking about creating going File -> New Module
?
Seems like an easy question to answer, can someone chip in?