Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data binding #15

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Data binding #15

wants to merge 11 commits into from

Commits on Jul 23, 2018

  1. - added config.gradle, moved central config to this file

    - Added HttpUtils and EndPoints file
    - refactored redundant code in BookListActivity
    pinaki93 committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    3e33391 View commit details
    Browse the repository at this point in the history
  2. - removed parsing of JSON Object to get Book

    - Added ApiCallback class for delivering the POJO instead of the JsonObject as response
    - Added Gson and class BookQueryResponse to parse the response of book query
    - Added BookConverter class that will be responsible for converting the http model (BookQueryResponse) to ViewModel (Books)
    - Removed presentation logic from Book class
    pinaki93 committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    5f0ab5f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. - added disposable pattern to book client

    pinaki93 committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    2512a7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Pinaki93/pa_code_refactor

    Pa code refactor
    Pinaki93 authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    ce6b556 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. - replaced Android Async Http Client with Retrofit

    pinaki93 committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    8f79c94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Pinaki93/pa_retrofit_integration

    Retrofit Integration
    Pinaki93 authored Jul 28, 2018
    Configuration menu
    Copy the full SHA
    ac6769d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. - updated README

    pinaki93 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    2330ceb View commit details
    Browse the repository at this point in the history
  2. - updated README

    pinaki93 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    abf4b13 View commit details
    Browse the repository at this point in the history
  3. - updated README

    pinaki93 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    bfe1655 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. - added data binding to activity and recycler view

    pinaki93 committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    81039a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. - added data binding to about activity

    pinaki93 committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    b6be774 View commit details
    Browse the repository at this point in the history