I am new to android application development.
In my android project I place on properties file in assets folder.
My requirement is ,How to get the values from properties file?
please help me to go forward..
I am new to android application development.
In my android project I place on properties file in assets folder.
My requirement is ,How to get the values from properties file?
please help me to go forward..
See http://developer.android.com/reference/java/util/Properties.html.
Load the Properties
from your file and then retrieve their values using the keys.