Giter Site home page Giter Site logo

adnroid-architecture-mvp's Introduction

Technical-Assessment

Libraries Used

  • Retrofit - For the network calls.
  • RxJava - For making Async Retrofit calls at the same time their responses.
  • Gson - Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.
  • Okhttpclient - OkHttp is an HTTP client that's efficient by default: HTTP/2 and SPDY support allows all requests to the same host to share a socket. Connection pooling reduces request latency (if SPDY isn't available). Transparent GZIP shrinks download sizes. Response caching avoids the network completely for repeat requests.
  • Junit - JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development (TDD), and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit.
  • UI Espresso - Espresso is a UI test framework (part of the Android Testing Support Library) that allows you to create automated UI tests for your Android app.
  • Fresco - Fresco is a powerful system for displaying images in Android applications.

Screenshots.

UI specifications

Architecture Blueprint.

UI specifications

Project Architecture MVP.

MVP design pattern is a set of guidelines that if followed, decouples the code for reusability and testability. It divides the application components based on its role, called separation of concern.

MVP divides the application into three basic components:

  • Model: - It is responsible for handling the data part of the application.
  • View: - It is responsible for laying out the views with specific data on the screen.
  • Presenter: - It is a bridge that connects a Model and a View. It also acts as an instructor to the View.

Authors

  • Mirza Adil

adnroid-architecture-mvp's People

Contributors

mirzaadil avatar

Stargazers

 avatar

Watchers

James Cloos 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.