Coder Social home page Coder Social logo

android-mvp-architecture-1's Introduction

android-mvp-architecture

A sample project of Android MVP architecture.

Libraries

In this sample project includes some of useful libraries for Android, such as:

  • Retrofit: A type-safe REST client for Android which intelligently maps an API into a client interface using annotations.
  • Picasso: A powerful image downloading and caching library for Android.
  • ButterKnife: Using Java annotations, makes Android development better by simplifying common tasks.
  • LeakCanary: Catch memory leaks in your apps
  • Material Dialogs: A beautiful, easy-to-use, and customizable dialogs API, enabling you to use Material designed dialogs down to API 8.
  • CircleImageView: A circular ImageView for Android

The Clean Architecture

clean architecture

Before we go through to learn this architecture, I hope you've understand about the Clean Architecture (from Uncle Bob, Dario Miličić, and Android10). This architecture is the simple combination from those references. So, this architecture makes your code:

  • Independent of Frameworks.
  • Testable.
  • Independent of UI.
  • Independent of Database.
  • Independent of any external agency.

Sample API

This project using sample API from My Site

screenshoot

Links, Resources and References

  1. https://github.com/codepath/android_guides/wiki/Must-Have-Libraries
  2. https://github.com/futurice/android-best-practices
  3. https://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html
  4. https://medium.com/@dmilicic/a-detailed-guide-on-developing-android-apps-using-the-clean-architecture-pattern-d38d71e94029#.8b4imw33h
  5. http://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/

android-mvp-architecture-1's People

Contributors

nandawperdana avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.