A androh Member Licensed User Longtime User Jan 11, 2016 #1 Hi, I'm working a user interface that same as android default settings screen. 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.
Hi, I'm working a user interface that same as android default settings screen. 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.
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2016 #2 You can use CustomListView class to implement such an interface. Search for Switch. Upvote 0
A androh Member Licensed User Longtime User Jan 11, 2016 #3 Erel said: You can use CustomListView class to implement such an interface. Search for Switch. Click to expand... 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? Thanks. Upvote 0
Erel said: You can use CustomListView class to implement such an interface. Search for Switch. Click to expand... 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? Thanks.
A androh Member Licensed User Longtime User Jan 11, 2016 #4 Ripple Effect That's ok for me Edit: Not ok . It's not same with material design. Last edited: Jan 11, 2016 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2016 #5 You can add a button as the item's background. Upvote 0
A androh Member Licensed User Longtime User Jan 11, 2016 #6 Erel said: You can add a button as the item's background. Click to expand... Can you give me a sample? Upvote 0
Erel said: You can add a button as the item's background. Click to expand... Can you give me a sample?
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2016 #7 Check the attached example. Attachments CustomListView.zip 9.8 KB · Views: 249 Upvote 0
A androh Member Licensed User Longtime User Jan 11, 2016 #8 Erel said: Check the attached example. Click to expand... Excellent Thanks a lot. Upvote 0