Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drag views in android

Tags:

java

android

I want to create a Draggable activity/fragment like the default settings screen in abdroid which opens when I pull down from HOme screen. By draggable i mean I want to pull the screen down from a point to close it.

I am trying to figure out the term used for this. I went through Drag views but that is used for moving view around the screen. Has someone solved this? Please help!

like image 456
Pareek Avatar asked Aug 07 '26 13:08

Pareek


1 Answers

Android does not provide any API to support development of the settings-like screen. If you have to implement it, you will have to do that by yourself.

In order to fake the settings-like pull down screen within your application, you will need to create similar UI layout and use it in combination with the swipe down gesture (which works only when you swipe from the top within your application) and Animation.

like image 194
Bhoot Avatar answered Aug 09 '26 03:08

Bhoot



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!