Back to project page sqlite-provider.
The source code is released under:
Apache License
If you think the Android project sqlite-provider listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.novoda.sqliteprovider.demo.ui.base; //w w w .ja v a 2 s . c o m import android.support.v4.app.FragmentActivity; import com.novoda.sqliteprovider.demo.NovodaApplication; public class NovodaActivity extends FragmentActivity { public NovodaApplication getApp() { return (NovodaApplication) getApplication(); } }