Download Classy Apps modules to your PC
Clone the Classy Apps Github repository to your PC. In a command window, go to your chosen workspace location and run:
Upon completion, the project will be found in the "classy_apps" sub directory, referred to here as the Classy Apps "home location".
JCenter
Classy Apps has a dependency on a release version of Classy Data located on the JCenter Maven Repository. If you have not already done so, add JCenter repository to your Maven settings file. For instructions, got to JCenter Maven Repository and click on "SET ME UP" link.
Build and deploy the Classy Apps artifacts
If you have not already installed Classy Data, then follow the steps in Getting Started and install Android before proceeding. Build all modules by going to the Classy Apps home location and run:
Upon completion, the message "BUILD SUCCESS" should be displayed. If the build failed, then you will need to scroll back and investigate what error messages appeared during the build.
Running ClassyFy Sample from Maven
You can try the ClassyFy Sample on a device or emulator using ADB. Open a command console and go to Classy Apps directory classyfy/classyfy-application. Ensure the Android device is connected then use this Maven command to deploy and run the application:
Note the android.adb.connectionTimeout property is in units of milliseconds and the default value of 5000 is normally too short. The aaptExtraArgs property comes from Vector Drawables Backward Compatibility Solution.
For more details go to ClassyFy Sample
