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
Post a Comment