Android Question _onCreate troubles

Semen Matusovskiy

Well-Known Member
Licensed User
I need to call a function in my jar between super.oncreate and setcontentview
I tried _onCreate (inline Java), but found that ba is not filled yet.
What do use in libraries (activity object) instead of ba.context ?
 
Last edited:
Top