Answer the question
In order to leave comments, you need to log in
Android. GreenDroid + ActiveAndroid ORM
Good afternoon.
There is a need to use both of the above libraries in the application at the same time: GreenDroid and ActiveAndroid.
Each of them requires that the class inherited from their Application be registered in the manifest, i.e. GreenDroid requires it to be a child of greendroid.app.GDApplication, while ActiveAndroid requires it to be a child of com.activeandroid.Application.
However, in Java, as you know, there is no multiple inheritance, therefore, it is not possible to inherit your Application class specified in AndroidManifest.xml from two parents at once.
Is there any workaround to solve the problem?
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question