In this repository you'll find example code I use for teaching the course Enterprise Mobile
at the PXL.
See the different branches to check out the different approaches to some problems
In build.gradle
I included the idea
and eclipse
plugins, so all there is to it is ./gradlew eclipse
or ./gradlew idea
or ./gradlew.bat ...
if you're on windows.