Built JetInstagram an Instagram clone with Like An...
# compose
v
Built JetInstagram an Instagram clone with Like Animation and Exoplayer integration for instagram reels feature. Code: https://github.com/vipulasri/JetInstagram
👍 32
👏 2
h
Hey man, great job. One recommendation is that you are calling
exoplayer.stop()
when composable is disposed but that player instance will be kept in memory. You can call
exoplayer.release()
instead.
v
@Halil Ozercan yeah you are right, thank you for the advice 😀