using "targetSdkVersion="11" because i'm using the GoogleMaps library.
Is there a workaround for this? Or something i can do so that older devices do not install and crash? Or is it possible to include the GoogleMaps library and only execute if android 3+ are in use?
The 3 dots will show only if there are any menu items (Android 3+) older versions displayed the button regardless but the menu button has been deprecated by Google.
The 3 dots will show only if there are any menu items (Android 3+) older versions displayed the button regardless but the menu button has been deprecated by Google.
Ok. It's working if i "downgrade" the sdkversion. But if it's deprecated are there any other options that are compatible for both android 3+ and 3- ?
I need a menu so that the user can make some changes.
Like I mentioned before, if there are no menu items the menu button won't show up, so, you will have to add at least one, or instead of the menu use an ActionBar which the recommended way.
Like I mentioned before, if there are no menu items the menu button won't show up, so, you will have to add at least one, or instead of the menu use an ActionBar which the recommended way.