Coder Social home page Coder Social logo

mobile-challenge's Introduction

Comentários

  • Listar filmes em cartaz incluindo o seu nome, poster, gênero e data de lançamento. Essa listagem deve implementar o conceito de infinite loading;

  • Selecionar um filme e ver seus detalhes (nome, poster, gênero, overview, data de lançamento e idioma de origem);

  • Buscar por filmes pelo título, possibilitando também sua seleção para visualização de detalhes. (Opcional);

  • Salvar informações dos filmes visualizados em banco local para consultas futuras, evitando assim acessos desnecessários a API. (Opcional).

Todas as funcionalidades acima foram implementadas na aplicativo, no entanto não foram produzidos testes.

Instruções de Build

Bibliotecas Utilizadas

Android Standard

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.core:core-ktx:1.2.0"
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "androidx.navigation:navigation-fragment-ktx:2.0.0"
implementation "androidx.navigation:navigation-ui-ktx:2.0.0"
implementation "io.reactivex.rxjava2:rxjava:2.1.2"
implementation "io.reactivex.rxjava2:rxandroid:2.0.1"
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.retrofit2:converter-moshi:2.9.0"
implementation "com.squareup.retrofit2:adapter-rxjava2:2.9.0"
implementation "com.squareup.moshi:moshi:1.9.2"
implementation "com.squareup.moshi:moshi-kotlin:1.9.2"
implementation "com.github.bumptech.glide:glide:4.11.0"

mobile-challenge's People

Contributors

lucascalheiros avatar

Watchers

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