D
D
Dmitry2015-08-18 14:04:41
Android
Dmitry, 2015-08-18 14:04:41

How to use the Application class?

Good afternoon!
How is the Application class used in an android application?
how to make that the entry point was this class?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Emin, 2015-08-18
@Thelema

Specify class name in AndroidManifest

<application    
        android:name=".MyApplication"
        .....>
...
</application>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question