Android Question Android 5.0 - Material Design

kohle

Active Member
Licensed User
Longtime User
Hi,

when b4a will support Android 5, Material design ?

New
  • A new theme
  • New widgets for complex views
  • New APIs for custom shadows and animations
 

Peter Simpson

Expert
Licensed User
Longtime User
Hello,
You will have to put things together yourself. You can start with the following MSCardView library.

http://b4x.com/android/forum/threads/mscardview.47710/page-2

You can then use the AHNavigationDraw to add your sliding menu

https://www.b4x.com/android/forum/threads/ahnavigationdrawer-native-google-navigation-drawer.31461/

You can then add MSMaterial Menu to add the animated drawer icon. I've done it myself and I must admit that is was not difficult at all.

https://www.b4x.com/android/forum/threads/msmaterialmenu-animating-icons.44735/

@thedesolatesoul creates some simple to use but really effective libraries.
 
Upvote 0

thedesolatesoul

Expert
Licensed User
Longtime User
Hi,

when b4a will support Android 5, Material design ?

New
  • A new theme
  • New widgets for complex views
  • New APIs for custom shadows and animations
If there is anything you feel missing in particular please let us know. But first read the above two posts and their links.
 
Upvote 0
Top