rozdoum / social-app-android

Build your social app for Android with the code template that includes the following key features for social networks as likes, comments, posts, image uploads, etc.
Apache License 2.0
450 stars 266 forks source link

Taking Time , from going Main Activity to Details Activity #82

Closed AdityakumarRaj closed 4 years ago

AdityakumarRaj commented 5 years ago

when i click the post it take time to show ,the Post details plz help me to solve this issue this happen when i clone this App

Batishev-Rozdoum commented 4 years ago

Hi, @AdityakumarRaj ! This is because of animation. For implementation of Shared Element Transition, we wait for loading image on post detail screen. It looks like app is frozen. It happens only for the fist time. Next time image is shown from the Glide cache and it takes less time. You can fix it by removing the Shared Element Transition.