• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. J

    Apps File IO issues

    I've been developping an app and I need to save internal data. This has been quite a hit and miss adventure and I'm finally getting frustrated. Here is what I have; private void ChkFile() { file = getBaseContext().getFileStreamPath(filename); String text...