Hi
My question is “Is it possible that I pick up all values from external file that is present in phone memory and put these values in my textviews,Buttons etc. ?”
if yes then how?
Hi My question is Is it possible that I pick up all values from
Share
Step #1: Read in the file using standard Java file I/O.
Step #2: Parse the data.
Step #3: Call appropriate setters on your widgets, such as
setText()to change the caption of aTextView,Button, etc.