0

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..

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
user1761208
  • 81
  • 2
  • 11

1 Answers1

0

See http://developer.android.com/reference/java/util/Properties.html.

Load the Properties from your file and then retrieve their values using the keys.

dnkoutso
  • 6,041
  • 4
  • 37
  • 58