android - What view(s) can I use in order to create something like the about screen of the phone? -
i want write activity similar screen of android phones. want display information in style of screen of android phones. this
title1 info ----------------- title2 info ----------------- etc.
is there special view can use or result of multiple views placed in specific way? or there activity template in android studio can use?
see preferenceactivity or preferencefragment. special list views populated either code or xml file. there many different preference types choose (checkbox, switch, list etc)
an example preference fragment:
Comments
Post a Comment