Alberto Michelis Well-Known Member Licensed User Longtime User Apr 8, 2021 #1 Hi, im looking for a way to do a menu like the windows mobile menu style. Ive tried to do it using buttons but I cant do it. Any library or idea? Thanks
Hi, im looking for a way to do a menu like the windows mobile menu style. Ive tried to do it using buttons but I cant do it. Any library or idea? Thanks
asales Expert Licensed User Longtime User Apr 8, 2021 #2 The menu will be stationary? My tip: use panels in a scrollview or customlistview. You can do something like this: Upvote 0
The menu will be stationary? My tip: use panels in a scrollview or customlistview. You can do something like this:
rabbitBUSH Well-Known Member Licensed User Apr 12, 2021 #3 Some a while ago demonstrated this and may have had a library with it. Can't at the moment recall...if I find it I'll Post it. Have another search in chit chat or the android forum keywording menu ... I would guess. I think during late 2020 or earlier this year. Upvote 0
Some a while ago demonstrated this and may have had a library with it. Can't at the moment recall...if I find it I'll Post it. Have another search in chit chat or the android forum keywording menu ... I would guess. I think during late 2020 or earlier this year.
ibkme New Member Apr 12, 2021 #4 asales said: The menu will be stationary? My tip: use panels in a scrollview or customlistview. You can do something like this: View attachment 111296 View attachment 111297 Click to expand... i want to contact you sir, how ? Upvote 0
asales said: The menu will be stationary? My tip: use panels in a scrollview or customlistview. You can do something like this: View attachment 111296 View attachment 111297 Click to expand... i want to contact you sir, how ?
asales Expert Licensed User Longtime User Apr 12, 2021 #5 ibkme said: i want to contact you sir, how ? Click to expand... As I don't make any private work or consultory, you can put your questions here. Besides me, others maybe can help you too. Last edited: Apr 12, 2021 Upvote 0
ibkme said: i want to contact you sir, how ? Click to expand... As I don't make any private work or consultory, you can put your questions here. Besides me, others maybe can help you too.
ibkme New Member Apr 12, 2021 #6 asales said: As I don't make any private work or consultory, you can put your questions here. Besides me, others maybe can help you too. Click to expand... ok, sir, I want to ask you how can I use this code from google dev - fo muting the AdMob ads sounds on my app. the code is: MobileAds.setAppMuted(true); From: https://developers.google.com/admob/android/global-settings Upvote 0
asales said: As I don't make any private work or consultory, you can put your questions here. Besides me, others maybe can help you too. Click to expand... ok, sir, I want to ask you how can I use this code from google dev - fo muting the AdMob ads sounds on my app. the code is: MobileAds.setAppMuted(true); From: https://developers.google.com/admob/android/global-settings
josejad Expert Licensed User Longtime User Apr 12, 2021 #7 ibkme said: ok, sir, I want to ask you how can I use this code from google dev Click to expand... Please, start a new thread, as your question is not related with the original one. Upvote 0
ibkme said: ok, sir, I want to ask you how can I use this code from google dev Click to expand... Please, start a new thread, as your question is not related with the original one.
asales Expert Licensed User Longtime User Apr 12, 2021 #8 ibkme said: ok, sir, I want to ask you how can I use this code from google dev - fo muting the AdMob ads sounds on my app. the code is: MobileAds.setAppMuted(true); From: https://developers.google.com/admob/android/global-settings Click to expand... You can: 1 - Start a new thread for this question, like @José J. Aguilar says. 2 - Search in the forum to "setAppMuted" and you find the answer in the first result. Upvote 0
ibkme said: ok, sir, I want to ask you how can I use this code from google dev - fo muting the AdMob ads sounds on my app. the code is: MobileAds.setAppMuted(true); From: https://developers.google.com/admob/android/global-settings Click to expand... You can: 1 - Start a new thread for this question, like @José J. Aguilar says. 2 - Search in the forum to "setAppMuted" and you find the answer in the first result.