Android Question ActionBar

fishwolf

Well-Known Member
Licensed User
Longtime User
I'm starting with new app, i have see that the last tutorial for actionbar is 01-2014

I have tried to follow the Material tutorial with Compact library, but it's not simple.

What is the last solution/library for a modern and simple actionbar implementation with B4A?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
AppCompat is not just a Actionbar.
It it the way you need to go if you want material-styled apps.

An Alternative for an actionbar can be the StdActionBar for ex..
 
Upvote 0
Top