6thsolution / EasyMVP

A full-featured framework that allows building android applications following the principles of Clean Architecture.
http://6thsolution.github.io/EasyMVP
Apache License 2.0
1.3k stars 129 forks source link

Disable / remove getSupportLoaderManager() dependency ? #16

Closed amallo closed 7 years ago

amallo commented 7 years ago

Hi, your library looks amazing !

Is it possible to get rid of getSupportLoaderManager() dependency ? I need to extend an android.appActivity (third party library) and EasyMVP generates code that refer to the getSupportLoaderManager() method which cannot be resolved.

private LoaderManager getLoaderManager(GVRMainActivity view) {
   return view.getSupportLoaderManager(); // Symbol not found
}
amallo commented 7 years ago

Thanks x 1000 !!

SaeedMasoumi commented 7 years ago

@amallo The new version will be uploaded soon(1.0.4),