[android-developers] Re: Singletons in Android .... Final solution?

2012-05-04 Thread 0xcafef...@gmail.com
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

2012-05-04 Thread 0xcafef...@gmail.com
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