views:

22

answers:

1

hi expert, i'm newbie for android dev, now i want explore file handling in android, for example how to write a file (ie. sample.txt) and which location, how to read back it, can this file can be view manually

thanks in advance

A: 

The official Android developer site has plenty of info - http://developer.android.com/guide/topics/data/data-storage.html

Mark Ingram