Giter Club home page Giter Club logo

itunesapplication's Introduction

ITunesApplication

This Application retrieve data from iTunes API and show it in Grid view.

API Module Description

The project has "api" named module which has all the retrofit Client, Call,Response. API module is pure kotlin-java library free from android.

APP Module Description

App module contains all the android files for Room database, Activity, ViewModel, Repository. This app module is free from retrofit call and response , it use API module to call retrofit client. View Model has all the business logic of the application. Repository Provides data to ViewModel, either from the room database or from iTunes api response. ViewModel check if there is internet Connection available or not, then it decide, from where it has to get data.

UI Description

The application has SearchView used In Toolbar, A RecyclerView to show Certain layout in a GridViewLayout. ItemView has one ImageView to Show artWork, Two TextView to show TrackName and CollectionName.

Testing

One Test is done to check we are getting response from retrofit in API module One Test is done to get reponse from retrofit and insert in Room database and then checking we are getting data from room database or not.

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.