Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 2.11 KB

README.md

File metadata and controls

58 lines (33 loc) · 2.11 KB

GitHub Api Android Client

This project is a simple GitHub client whose main target is to test Android architecture solutions, provide samples for commom challenges that many projects faces, try to apply the best practices that are trending and test new architecture aproaches.

Getting Started

Feel free to open issues criticizing the current solution and/or proposing new aproaches.

Prerequisites

The current version was developed using Android Studio 3.0.1. Pay attention. You may need to updated some SDK components.

Kotlin and Java

Currently the project is developed in most part in Koltin, but have some features in Java.

Used libraries

Helper solutions used

Mapped improvements

  • To externalize pagination solution or to use a library that handle it
  • Add unit and functional tests
  • Adapt to run optimized on tablets
  • Start to use Google Architecture components and Jetpack
  • Please see the Project Issues

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments