https://github.com/nehakushwah993/instagramfeedclone
Replicates Instagram's feed page UI with Video AutoPlay and PreCaching features.
https://github.com/nehakushwah993/instagramfeedclone
instagram instagram-clone instagram-feed
Last synced: 6 months ago
JSON representation
Replicates Instagram's feed page UI with Video AutoPlay and PreCaching features.
- Host: GitHub
- URL: https://github.com/nehakushwah993/instagramfeedclone
- Owner: NehaKushwah993
- Created: 2021-01-03T13:26:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T13:49:03.000Z (about 1 year ago)
- Last Synced: 2025-03-26T10:11:21.248Z (7 months ago)
- Topics: instagram, instagram-clone, instagram-feed
- Language: Kotlin
- Homepage:
- Size: 58 MB
- Stars: 28
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Update
Check out the new version using Kotlin & Jetpack Compose here: [InstagramFeedCompose](https://github.com/NehaKushwah993/Instagram-Feed-Compose)
# InstagramFeedClone
Hey! Are you searching for how to play videos like Instagram, TikTok, or LinkedIn in Android?
Look no further! This project provides a solution for:
## Features
- Auto-playing videos
- Playing videos inside RecyclerView cells
- Caching videos (no repeated loading)
- Using remote video URLs (not local videos)
_Last updated: 24th Dec, 2023_
## Tech Stack
- Kotlin
- XML (for Android UI)
- RecyclerView
- ExoPlayer
- Video CachingFeel free to explore the code and let me know if you encounter any issues!
---