Android-Model-View-Presenter

Additional

Language
Java
Version
N/A
Created
Mar 23, 2017
Updated
Apr 18, 2017 (Retired)
Owner
Vortana Say (vsay01)
Contributor
Vortana Say (vsay01)
1
Activity
Badge
Generate
Download
Source code

Android-Model-View-Presenter Demo

This demo aims shows practical way of clean architecture, MVP.

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.

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.2
  • Android Support Repository

Screenshots

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/Android-Model-View-Presenter

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.

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.