Android Question [Solved] Do I need support.v7.app.AppCompatActivity?

asales

Expert
Licensed User
Longtime User
I use the line below in my projects:
B4X:
#Extends: android.support.v7.app.AppCompatActivity

I installed the new B4A and the AndroidX SDK.

I tested to remove this line and, until now, I don't got errors or warning.

Do I need this line in my updated projects?
 

asales

Expert
Licensed User
Longtime User
Are you using AppCompat and setting an AppCompat theme
Yes. I use it.
I tested to remove the line and I don't got any errors, but I'll return with the line to avoid any error that I have don't see yet.
 
Upvote 0
Top