Giu Member Licensed User Longtime User May 11, 2018 #1 Hi all, Some suggestion about how to get modern/nice look&feel for Android apps, and with possibility to be cross platform?
Hi all, Some suggestion about how to get modern/nice look&feel for Android apps, and with possibility to be cross platform?
Star-Dust Expert Licensed User Longtime User May 11, 2018 #2 See this site: http://collectui.com Upvote 0
Giu Member Licensed User Longtime User May 11, 2018 #3 Star-Dust said: See this site: http://collectui.com Click to expand... Thanks for your answer, but my question is more related to howto than inspiration. Themes? Css? How to apply to B4X Upvote 0
Star-Dust said: See this site: http://collectui.com Click to expand... Thanks for your answer, but my question is more related to howto than inspiration. Themes? Css? How to apply to B4X
mcqueccu Well-Known Member Licensed User Longtime User May 12, 2018 #4 You can use panels, gradients drawables, include your designed UI images into buttons, background, etc to have those great looks Upvote 0
You can use panels, gradients drawables, include your designed UI images into buttons, background, etc to have those great looks
DonManfred Expert Licensed User Longtime User May 12, 2018 #5 Giu said: is more related to howto Click to expand... https://www.b4x.com/android/forum/t...-2-using-the-appcompat-library.48424/#content https://www.b4x.com/android/forum/t...le-with-older-android-versions.48423/#content Upvote 0
Giu said: is more related to howto Click to expand... https://www.b4x.com/android/forum/t...-2-using-the-appcompat-library.48424/#content https://www.b4x.com/android/forum/t...le-with-older-android-versions.48423/#content
Erel B4X founder Staff member Licensed User Longtime User May 12, 2018 #6 Assuming that you are not overriding the default theme or the default targetSdkVersion then your app theme will be the material theme. Small example of using AppCompat: https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content Upvote 0
Assuming that you are not overriding the default theme or the default targetSdkVersion then your app theme will be the material theme. Small example of using AppCompat: https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content