Android Question Create Custom Settings Screen

androh

Member
Licensed User
Longtime User
Hi,
I'm working a user interface that same as android default settings screen.

1.PNG


I've looked PreferenceActivity Library and AHPreferenceActivity Library. But these libraries can not help me.
I want to change summary in runtime, add a switch view and add a logo. And must be material design.

What's the best way for build this screen?
Thanks.
 

androh

Member
Licensed User
Longtime User
You can use CustomListView class to implement such an interface. Search for Switch.

Hi Erel,
CustomListView is a great class. I've used that a lot of time in my apps.
But how can I use this animation when item clicked?

1.PNG


Thanks.
 
Upvote 0
Top