0

Can anyone suggest me from where should I start to make a slide up animation of fragment when user clicks on share button? Fragment will contain screenshot of the current view and the app where we can share. Here's a example from ixigo app after clicking on share button.

After Click on share button
Sliding up to the top

Suggest some topics, sample of code or libraries which can help me create something like this.

  • you can share an image with intents, refer to https://stackoverflow.com/questions/7661875/how-to-use-share-image-using-sharing-intent-to-share-images-in-android; – João Carlos Oct 30 '19 at 13:30
  • you can use BottomSheetBehavior https://developer.android.com/reference/android/support/design/widget/BottomSheetBehavior – Walid Oct 30 '19 at 13:40
  • You can make custom modal bottom sheet. Please refer https://www.youtube.com/watch?v=IfpRL2K1hJk – Muhammad Faizan Oct 30 '19 at 14:04

0 Answers0