java - What is the best way to create an settings page -



java - What is the best way to create an settings page -

i want create android application controls raspberry pi (singleboard computer). that, want create command page 1 below:

as can see, there section headers, listview items switch, listview-items checkbox , listview-items text , listview-items go new activity(of fragment).

i want create same thing android application. want know best way create page this. have tried listview customlistadapter, problem listview-items have switch or listview-items have checkbox, , on.

so improve create page in other way? (build in layout file, item item?).

the android api includes easy way handle this. need create preferenceactivity. android api documentation provides full, thorough explanation examples. can find here

java android listview android-listview

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -