by VIDEN » Fri Jun 12, 2009 8:40 am
Hey WarrenFaith,
my program will use some sort of network protocol to communicate with a building-automation-station and I wanted to make settings like Host, Port, etc. configurable for the user.
On the first look res/values/ seemed to be a good place to store these settings... but now i think using a PreferneceActivity is the better solution... I looked at the Source of some other Prog (PMix) using the PrefernaceActivity for pretty much the same thing... I just can't find out, where the data is actually stored...
oh and I wanted to use a TabHost for navigating through the program, so the PreferneceActivity should be inside one of the Tabs... is this possible?
greets