K kohle Active Member Licensed User Longtime User Dec 16, 2014 #1 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
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 Dec 16, 2014 #2 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
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.
moster67 Expert Licensed User Longtime User Dec 16, 2014 #3 You can also have a look at this thread: https://www.b4x.com/android/forum/threads/material-design-1-basics.48077/#content Upvote 0
You can also have a look at this thread: https://www.b4x.com/android/forum/threads/material-design-1-basics.48077/#content
thedesolatesoul Expert Licensed User Longtime User Dec 16, 2014 #4 kohle said: 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 Click to expand... 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
kohle said: 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 Click to expand... If there is anything you feel missing in particular please let us know. But first read the above two posts and their links.