An open API service indexing awesome lists of open source software.

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.

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)

![instagram_feed_2](https://github.com/NehaKushwah993/InstagramVideoFeedClone/assets/19280756/abf3be81-0af1-43b4-b0f3-5c10d5e5b8de)

_Last updated: 24th Dec, 2023_

## Tech Stack

- Kotlin
- XML (for Android UI)
- RecyclerView
- ExoPlayer
- Video Caching

Feel free to explore the code and let me know if you encounter any issues!

---