Skip to content

vsay01/AndroidMVPDataBinding

Repository files navigation

AndroidMVPDataBinding Demo

This demo aims shows practical way of clean architecture, MVP and Android DataBinding Library.

Here are the libraries used in this demo application:

  • Retrofit
  • OKHttp
  • Dagger2
  • RxAndroid
  • Butter Knife
  • Picasso
  • CardView
  • Gson
  • CircleImageView
  • RecyclerView

Introduction

Steps for trying out this sample:

  • Compile and install the mobile app onto your mobile device or emulator.

This sample aims to demonstrate a number of different Android APIs and concepts with Android Binding Library.

The sample also focuses on providing a simple, yet clean design and UI for apps with an extra level of visual polish compared to a traditional code sample.

Some of the UI widgets and design patterns used in the mobile app include:

Pre-requisites

  • Android SDK 25
  • Android Build Tools v25.0.3
  • Android Support Repository

Demo

alt tag

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Support

If you've found an error in this sample, please file an issue:: https://github.com/vsay01/AndroidMVPDataBinding

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.

License

License

Copyright 2017 Vortana Say

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.