[android-developers] Re: Singletons in Android .... Final solution?
public class TheClass extends Guigui { ... /*#! Singleton */ static { if (m_instance == null) { try { m_instance = new TheClass(); } catch (Throwable e) {
[android-developers] Filesystem Operation in C
is there any layer/API to access Android filesystem? (C, don't give a shit about java) (please do not refer to mkdir or other outdated crap from the std libc, we seek for something like the File Manager on Mac or Windows) -- You received this message because you are subscribed to the Google Grou