All the projects have to be located here: http://git.akaver.com/itk-android-spring-2018 Project 1 - Game - 15 Puzzle https://en.wikipedia.org/wiki/15_puzzle Part 1 Game UI, no game logic needed. UI has to be responsive - different screen sizes and ratios, rotation, tablet support. Please use custom fonts and colors/styles How to use fonts (Custom Fonts with Support Library - The New Way): https://segunfamisa.com/posts/custom-fonts-with-android-support-library UI in portrait mode: X Y UI in landscape mode: XY X - game info - timer, move count, average moves per sec, etc Y - game board Deadline - 2018-03-08 23:59:59 Part 2 Separate game logic and UI into two different apps. Use broadcasts to communicate from UI with game logic. Project 2 - Google maps app Application has to display users movement on Google map. Enable tracking of travelled distance and line of sight distance from: start, checkpoint, temporary checkpoint. Provide custom notification enabling control of app - show distances and icons for adding new checkpoints. Advanced features Add database functionality, and save user tracks to db. Add possiblity to view previously recorded tracks.