Hello guys. I have problem with base activity whi...
# android
m
Hello guys. I have problem with base activity which has a abstract method
getLayoutRes()
. Problem it is that a children which extends this base activity doesn't call methods from BaseActivity. Effect - is that didn't load a layout file and it's a blank screen. Any idea what is wrong here? I set a breakpoints in debbuger for children acitvity and I see that a children doesn't call a method from parent.