https://github.com/uptechteam/videolist
https://github.com/uptechteam/videolist
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/uptechteam/videolist
- Owner: uptechteam
- Created: 2022-08-12T10:43:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T10:32:13.000Z (about 3 years ago)
- Last Synced: 2025-04-19T13:46:42.597Z (about 1 year ago)
- Language: Kotlin
- Size: 118 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# VideoList
 [](https://stand-with-ukraine.pp.ua)
## Main features
Display a list of videos playing simultaneously.
## Documentation
Stack:
- RecyclerView
- ExoPLayer
- Coroutines
Features:
- reuse player instances during the RecyclerView scrolling
- release system resources when app is in the background
- use limited number of video players, player switching
- manage playback
## Requirements
Min SDK: 23 (Marshmallow)
## Contributing
Pull requests are welcome! We'd love help improving this library. Feel free to browse through open issues to look for things that need work. If you have a feature request or bug, please open a new issue so we can track it.
## License
Copyright 2022 Nick Huk
Licensed under the Apache License, Version 2.0 (the "License");
You may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.