Found the compiled APK ...

rfhall50

Member
Licensed User
Longtime User
Thanks to all of y'all I am finally generating a compiled APK. App is starting to come together.

I am using the TEXT READER to get current data.
Also using the emulator.
Have tried using something like:
TextReader1.Initialize(File.OpenInput("c:\","AndResData.txt"))
to access the data file that is temporarily located at C:\AndResData.txt.

I see how to access the file if it is on the SD card, but how do you code it to test with the data on the root of C: ?

Thank You.
Bob
 
Top