https://github.com/vipulasri/jetinstagram
JetInstagram is an Instagram UI clone app built with Jetpack Compose.
https://github.com/vipulasri/jetinstagram
android instagram jetpack-compose
Last synced: about 17 hours ago
JSON representation
JetInstagram is an Instagram UI clone app built with Jetpack Compose.
- Host: GitHub
- URL: https://github.com/vipulasri/jetinstagram
- Owner: vipulasri
- License: apache-2.0
- Created: 2020-09-01T14:59:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T18:24:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T05:37:59.697Z (5 months ago)
- Topics: android, instagram, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 52 MB
- Stars: 803
- Watchers: 19
- Forks: 111
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# JetInstagram
JetInstagram is an instagram clone app built with [Jetpack Compose][compose].
This sample showcases:
* Home Screen
* Post Like Button Animation
* Photo Like Animation
* Reels
* Playing Video with [Exoplayer][exoplayer] in Compose Environment
![]()
![]()
![]()
JetInstagram is still under development and some screens are not yet implemented.
Libraries:
* Compose Toolkit
* [Coil][coil]
* [Exoplayer][exoplayer]
* Kotlin Coroutines[compose]: https://developer.android.com/jetpack/compose
[coil]: https://coil-kt.github.io/coil/compose
[exoplayer]: https://github.com/google/ExoPlayer## License
```
Copyright 2020 Vipul AsriLicensed 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 athttps://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.
```