Skip to content

prituladima/Android-MVP-example

Repository files navigation

Android-MVP-example

Project contains good example of android application architecture.

Liblaries

Dagger 2 for dependency injection.

Autovalue for immutable POJOs.

Retrofit 2 for REST communication.

RxJava 1 for data streaming.

Butterknife for view binding.

Hawk for caching.

Retrolambda for Java 8 support.

Author

License

Copyright 2018 Dmytro Prytula

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.