Android Question Which is the best,modern & new Sliding Menu now?

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Im trying to test AppCompat - Make Material Design apps compatible with older Android versions
Trying to compile and test it Im having the following errors:

B4A version: 7.01
Parsing code. (0.01s)
Compiling code. (0.08s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. Error
C:\b4android\SourceCode\AppCompat\Objects\bin\extra\res3\res\values-v24\values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
C:\b4android\SourceCode\AppCompat\Objects\bin\extra\res3\res\values-v24\values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

How to fix it?
Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Dont forget to change android.jar to the one from Api 28.
 
Upvote 0

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Thanks Erel I had to change the android.jar, its working now.

If you have an app with many activities and you want them to look the same way with the same menu, which is the best way to do it?
Do I need to copy the same code on all the modules or can I code it in a Code module and call it from all the activities?
Thanks!
 
Upvote 0

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
I dont know what else you want me to do, theres no other error than the showed in the image.
Ive adde another image, the error is the same.
Ive dowloaded and installed what you showed in your post below.
I know the search IS working.
But Im having the same error so I thought it a 7.01 version problem.
Thanks a lot.
 

Attachments

  • 2018-12-31_1504.png
    2018-12-31_1504.png
    109.6 KB · Views: 179
Upvote 0
Top