I\'m deriving a custom application from android.app.Application and I can\'t get its onCreate event being fired. Here\'s the implementation
import android.ap
Add following in your AndroidManifest.xml
AndroidManifest.xml
then your onCreate() will get fired.
onCreate()