A Adilson Jacinto Active Member Licensed User Longtime User Oct 8, 2015 #1 Hi does anyone knows which action bar I can use to work on all android versions? Thanks
Erel B4X founder Staff member Licensed User Longtime User Oct 8, 2015 #2 StdActionBar which is based on the native action bar works on Android 4+. This means that it will work on 96% of the devices: http://developer.android.com/about/dashboards/index.html You can see the other relevant libraries here: https://www.b4x.com/android/forum/pages/results/?query=action+bar&page=1&prefix=1 Upvote 0
StdActionBar which is based on the native action bar works on Android 4+. This means that it will work on 96% of the devices: http://developer.android.com/about/dashboards/index.html You can see the other relevant libraries here: https://www.b4x.com/android/forum/pages/results/?query=action+bar&page=1&prefix=1
A Adilson Jacinto Active Member Licensed User Longtime User Oct 8, 2015 #3 Erel said: StdActionBar which is based on the native action bar works on Android 4+. This means that it will work on 96% of the devices: http://developer.android.com/about/dashboards/index.html You can see the other relevant libraries here: https://www.b4x.com/android/forum/pages/results/?query=action bar&page=1&prefix=1 Click to expand... So if I use StdActionBar, what would happen on the other 4% of the devices? will the application still work? Upvote 0
Erel said: StdActionBar which is based on the native action bar works on Android 4+. This means that it will work on 96% of the devices: http://developer.android.com/about/dashboards/index.html You can see the other relevant libraries here: https://www.b4x.com/android/forum/pages/results/?query=action bar&page=1&prefix=1 Click to expand... So if I use StdActionBar, what would happen on the other 4% of the devices? will the application still work?
Erel B4X founder Staff member Licensed User Longtime User Oct 8, 2015 #4 No. You will need to set minSdkVersion to 14. They will not be able to install it. Upvote 0
A Adilson Jacinto Active Member Licensed User Longtime User Oct 8, 2015 #5 Erel said: No. You will need to set minSdkVersion to 14. They will not be able to install it. Click to expand... Thanks Erel, Just one more question can I use https://www.b4x.com/android/forum/threads/class-actionbar.20751/ on all devices? Upvote 0
Erel said: No. You will need to set minSdkVersion to 14. They will not be able to install it. Click to expand... Thanks Erel, Just one more question can I use https://www.b4x.com/android/forum/threads/class-actionbar.20751/ on all devices?
asales Expert Licensed User Longtime User Oct 8, 2015 #6 Adilson Jacinto said: Thanks Erel, Just one more question can I use https://www.b4x.com/android/forum/threads/class-actionbar.20751/ on all devices? Click to expand... This class works fine in Android 2.3 and later. Upvote 0
Adilson Jacinto said: Thanks Erel, Just one more question can I use https://www.b4x.com/android/forum/threads/class-actionbar.20751/ on all devices? Click to expand... This class works fine in Android 2.3 and later.