So currently i have a library project that contains no Activities whatsoever, but it does have resource files, like layouts for compound views and strings that are accessible from dialogFraments and normal classes. Currently this library project extends Application, and the main app extends from the library project application. Is this the right approach?
Application <-LIBRARY PROJECT:BaseApplicationContext <- MAIN PROJECT - ApplicationContext
regards,