项目作者: Novikov

项目描述 :
Simple YouTube client without annoying ads and video recommendations.
高级语言: Kotlin
项目地址: git://github.com/Novikov/YT-Filter.git
创建时间: 2020-10-21T14:04:56Z
项目社区:https://github.com/Novikov/YT-Filter

开源协议:

下载


YT-Filter

YT-Filter is simple YouTube client without annoying ads and video recommendations.

App uses:

  • MVVM Architecture pattern;
  • Live data and ObservableField for data storage;
  • DataBinding for inflating layouts;
  • YouTube API;
  • RxJava and Retrofit for API requests;
  • Gson for handling server responses;
  • Picasso for uploading video thumbnails;

In work:

  • Dagger connection;
  • Bug fixing;
  • Testing;