Is it possible to use a normal Activity as a preference Activity?
I know you can do this with preference Activity, but what i am trying to do is make a layout which contains a CheckBox, Buttons, and/or a ListView. So basically a normal layout in xml.
But is it possible to have those items be preferences sort of like they do in a preference screen? So overall i am trying to make a preferences in an Activity from a layout.
If you read the documentation you would have found: PreferenceActivity with this available you have NO reason to use a Activity. While this is still doable, its not recommended, use what is available.