Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.08 KB

icon list Youtube Video Listing App

The Youtube video listing application is written all in Kotlin, its database is based on Back4App (Parse), the list of videos shown in the app are available on Youtube

Preview

Category List ___ Video List Of Category

Features

  • MVC Architecture
  • Cloud based back-end (Parse Server)
  • List Category Video
  • Video List for Category
  • Video playback within the app

Planned Features

  • ❌Adding DataBinding
  • ❌Adding ViewModel instead of Controllers
  • ❌Adding Navigation Component
  • ❌Using CLEAN structure modules: domain + presentation(app)
  • ❌Adding Use Cases
  • ❌Adding RXJava
  • ❌Adding security parse server

Changelog

Version 1.0.0 07/12/2021

Added:

  • List Category Video
  • Video List for Category
  • Video playback within the app