All Projects → Auto-Droid → TMDB-App

Auto-Droid / TMDB-App

Licence: GPL-3.0 License
Demo app using TMDB api

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to TMDB-App

Rxdocs
Rx和RxJava文档中文翻译项目
Stars: ✭ 3,825 (+29323.08%)
Mutual labels:  reactivex, rxjava
Rxanimationbinding
RxJava binding APIs for Android's animations
Stars: ✭ 82 (+530.77%)
Mutual labels:  reactivex, rxjava
Reprint
A unified fingerprint library for android.
Stars: ✭ 467 (+3492.31%)
Mutual labels:  reactivex, rxjava
reactor-go
A golang implementation for reactive-streams.
Stars: ✭ 48 (+269.23%)
Mutual labels:  reactivex, rxjava
servant
Serving you with GoogleApiClients any way you like them
Stars: ✭ 17 (+30.77%)
Mutual labels:  reactivex, rxjava
Reactive
Reactive: Examples of the most famous reactive libraries that you can find in the market.
Stars: ✭ 256 (+1869.23%)
Mutual labels:  reactivex, rxjava
Rxkotlinfx Tornadofx Demo
A demo application demonstrating TornadoFX and Rx usage
Stars: ✭ 75 (+476.92%)
Mutual labels:  reactivex, rxjava
Nohttprxutils
🐠 本库是一款Android-Http标准协议网络通讯框架,基于RxJava+NoHttp封装。支持文件上传和断点续传、文件下载和断点下载、Http协议和Https协议队列网络请求、网络请求轮询。
Stars: ✭ 214 (+1546.15%)
Mutual labels:  rxjava, okhttp
iMoney
iMoney 金融项目
Stars: ✭ 55 (+323.08%)
Mutual labels:  rxjava, okhttp
Rxkotlinfx
Kotlin extensions to the RxJavaFX framework
Stars: ✭ 177 (+1261.54%)
Mutual labels:  reactivex, rxjava
RxJava-Codelab
Codelab project for demonstration of RxJava features
Stars: ✭ 44 (+238.46%)
Mutual labels:  reactivex, rxjava
RxHttp
基于RxJava2+Retrofit+OkHttp4.x封装的网络请求类库,亮点多多,完美兼容MVVM(ViewModel,LiveData),天生支持网络请求和生命周期绑定,天生支持多BaseUrl,支持文件上传下载进度监听,支持断点下载,支持Glide和网络请求公用一个OkHttpClient⭐⭐⭐
Stars: ✭ 25 (+92.31%)
Mutual labels:  rxjava, okhttp
rxkotlin-jdbc
Fluent RxJava JDBC extension functions for Kotlin
Stars: ✭ 27 (+107.69%)
Mutual labels:  reactivex, rxjava
Web3j
Lightweight Java and Android library for integration with Ethereum clients
Stars: ✭ 3,537 (+27107.69%)
Mutual labels:  reactivex, rxjava
Neteasecloudmusic
仿网易云音乐安卓客户端V6.0
Stars: ✭ 213 (+1538.46%)
Mutual labels:  rxjava, okhttp
Rxjavafx
RxJava bindings for JavaFX
Stars: ✭ 489 (+3661.54%)
Mutual labels:  reactivex, rxjava
Retrofitrxjavademo
Retrofit+Rxjava + OkHttp 封装简易网络请求库,附有demo 示例
Stars: ✭ 160 (+1130.77%)
Mutual labels:  rxjava, okhttp
Javawebsocketclient
RxJava WebSocket library for Java and Android
Stars: ✭ 188 (+1346.15%)
Mutual labels:  rxjava, okhttp
Rxjava2 Extras
Utilities for use with RxJava 2
Stars: ✭ 167 (+1184.62%)
Mutual labels:  reactivex, rxjava
BaseDevelop
an android project for now fashion open source framework
Stars: ✭ 24 (+84.62%)
Mutual labels:  rxjava, okhttp

TMDB APP

This is a Demo App which gets list of movies from TMDB with detail view

TMDB API

https://www.themoviedb.org/documentation/api

####Screens

Demo

##External Libs Used :

  1. Glide : Image loading
    compile 'com.github.bumptech.glide:glide:3.5.2'
  2. RxJava : Asynchronous call
    compile 'io.reactivex:rxandroid:1.0.1'
    compile 'io.reactivex:rxjava:1.0.14'
  3. OkHttp : Rest Client API calls
    compile 'com.squareup.okhttp3:okhttp:3.4.2'

###UI Testing Expresso ###Unit Testing Robolectric and Mockito

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].