display name
display name

Reputation: 899

Open an expanding view by dragging or tapping

I am trying to implement something similar to a notification like expanding view, something close to Android's Sliding Drawer. I am planning to put a recycler view in the place of the calendar and be able to drag it or tap on the arrow to reveal the RecyclerView Does anyone know how? (The image below explain what I want to achieve).

someting like this will do help. SlidingDrawer is deprecated. I am not sure I could it with that event it wasn't

enter image description here

Upvotes: 0

Views: 387

Answers (1)

user221256
user221256

Reputation: 435

Try this Sliding Up Panel Library

I am using it in my current project and I have no problems..

Upvotes: 0

Related Questions