Join Slack
Powered by
Built JetInstagram an Instagram clone with Like An...
# compose
v
vipulasri
09/12/2020, 8:44 PM
Built JetInstagram an Instagram clone with Like Animation and Exoplayer integration for instagram reels feature. Code:
https://github.com/vipulasri/JetInstagram
👍 32
👏 2
h
Halil Ozercan
09/12/2020, 8:59 PM
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
vipulasri
09/13/2020, 5:44 PM
@Halil Ozercan
yeah you are right, thank you for the advice 😀
Open in Slack
Previous
Next