Writing in strings.xml in Android

Aero-Hosts

New Member
Iam working on an android app in which i get a response from a server in JSON format. I want to store the key value pair in strings.xml. How can it b done? The JSON response is as follows.\[code\] {"ResourceStrings": [ { "Key": "AccountNumber", "Value": "Account Number" }, { "Key": "AccountPassword", "Value": "Account Password" }, { "Key": "AccountSettings", "Value": "Account" }, { "Key": "AccountSettings.Load.InfoMessage", "Value": "The Account Number and Password only needs to be set one time. \r\n\r\nIf you do not know the Account information please contact you system administrator or your DataXchange reseller." }, { "Key": "Add", "Value": "Setup" }, { "Key": "AddandModifytheScreens", "Value": "Add and Modify the Screens" }, { "Key": "AddButton", "Value": "Add" }, { "Key": "AddButtonClick.InfoMessage", "Value": "Enter the new information and press the Enter button to save the changes.\r\n\r\nOr, press the Cancel button to discard the new information." }, { "Key": "AddCommunication", "Value": "Add Communication" }, { "Key": "AdvancedSettings", "Value": "Advanced Settings" }]}\[/code\]
 
Back
Top