Configure an Android application using property file -
i have android application need install on diffferent devices different configurations. kept in res/raw folder, data stored in key=value format. can access value passing key? can change .properties file outside application? suggestions?
i'd go sharedpreferences. can predefine sharedpreference file , ship application it. need implement way alter preferences desired extent.
it xml file using key:value pairs.
Comments
Post a Comment