SkillAgentSearch skills...

YoutubeSearchApp

Search youtube videos on this app! ๐Ÿ‘€๐Ÿ‘

Install / Use

/learn @nurisis/YoutubeSearchApp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

YoutubeSearchApp

An android app that can find YouTube videos you want to watch through search and actually play videos ๐Ÿ™Œ๐Ÿ‘€

Open API

  • Youtube Data API
    • Note: The quota for using the API per day is fixed, and it is initialized at midnight PT every day.

Library

  • Jetpack Navigation

    • Reason for use: To simplify the movement between fragments. Also, the entire flow is great at a glance.
  • Koin

    • Reason for use: For dependency injection. Dependency injection is used for the following reasons.
      1. Easy to test and refactor
      2. Enhances code readability
      3. Separation of object creation and use
  • Retrofit

    • Reason for use: For speed, readability and convenience in network communication.
  • Glide

    • Reason for use: Because it loads url images stably and handles image-related processing such as loading failure processing / out of memory / caching.

Related Skills

View on GitHub
GitHub Stars4
CategoryContent
Updated5y ago
Forks0

Languages

Kotlin

Security Score

60/100

Audited on Jun 27, 2020

No findings