On Tue, Sep 14, 2010 at 9:59 AM, Great <[email protected]> wrote:
> I think creating file in Android is different than regular Java files. > It's not. > That's why we have to use these special methods. > The only "special methods" are those that get you to the root of where you want to be (SD card, local, cache). > I know how to google. That wasn't helping, that's why I posted the > question here. > If you weren't finding what you needed via Google for this type of question, I don't think you tried hard enough. You said you had a File object that was your directory and you needed to make a file in it. That's basic Java IO. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

