TOOLBAR MENUS - Android Fundamentals

  Рет қаралды 37,078

Philipp Lackner

Philipp Lackner

Күн бұрын

Пікірлер: 61
@mertcankartal4453
@mertcankartal4453 2 жыл бұрын
this series the best i have ever seen in youtube or other platforms thank you so much philipp. best regards
@kskfernando2945
@kskfernando2945 Жыл бұрын
Hate to say it guys this series is pretty much deprecated now. We need a new one. Just take the core idea of the each video and look it up in the official Android documentation. Its the best way imo.
@adityakumdale6300
@adityakumdale6300 Жыл бұрын
can you share new code of this video if you have
@Luffy_2804
@Luffy_2804 Жыл бұрын
no this part is still working @@adityakumdale6300
@opeyemicoker9104
@opeyemicoker9104 Жыл бұрын
I had some issues with my menu bar, I created it as described in the tutorial but didn't see it. I later found a solution for it. I created a styles.xml file in res/values directory. then added this in the styles.xml file then also added the theme to my activity in my Manifest, like so
@ayushukey8465
@ayushukey8465 Жыл бұрын
I did it still ii isnt working can you help?
@opeyemicoker9104
@opeyemicoker9104 Жыл бұрын
@@ayushukey8465 do you see any error logs?
@SirDanMartin
@SirDanMartin 3 жыл бұрын
your tutorials are clear and a good pace to follow. Thanks for the great content.
@RohanSingh-fh3tt
@RohanSingh-fh3tt 4 жыл бұрын
I loved your Android fundamental series, But can you make one on testing since it is the most basic fundamentals of android and yet many of the beginner android devs are unaware of testing, Hope you can extend this fundamental part with testing included
@PhilippLackner
@PhilippLackner 4 жыл бұрын
Thank you! I agree that testing is very important, but personally I think it is not a topic for beginners. Beginners should focus on getting their app to work no matter how. If they are able to do this they can focus on improving code quality and doing bigger projects with testing and stuff. However, that doesn't mean I won't make videos about testing, I will. But currently I can't say when that happens. After this series I will do some more advanced content
@Luffy_2804
@Luffy_2804 Жыл бұрын
finally testing is going to happen
@Marinakulichok
@Marinakulichok 4 жыл бұрын
On your channel I am learning: english, kotlin, andr. fundam.))
@PhilippLackner
@PhilippLackner 4 жыл бұрын
Great!
@xuyuan4798
@xuyuan4798 4 жыл бұрын
Same here!
@10xCode
@10xCode Жыл бұрын
Yeah bro. His english so clearly
@vinodpatildev
@vinodpatildev 2 жыл бұрын
How did you put Snackbar bellow appbar??
@michelmtg1979
@michelmtg1979 3 жыл бұрын
Thank you Philipp, great tutorial, clear and very easy to follow
@webmobile21
@webmobile21 Жыл бұрын
sir I cannot see menu, your app have default topbar but I don't, please help
@monkeystandards
@monkeystandards Жыл бұрын
I have the same problem. All code looks correct but no menu shows! I am sure there is something missing in my code but not sure what!
@Luffy_2804
@Luffy_2804 Жыл бұрын
open layout -> go to values -> themes -> check if the actions bar is set to no action bar , if it is set to no action bar then set it to may be it will fix
@13enyamin79
@13enyamin79 9 ай бұрын
@@Luffy_2804 Thank you
@VenewebTV
@VenewebTV 2 жыл бұрын
A very usefull video, another one, excellent, regards from Caracas, Venezuela
@neski311
@neski311 3 жыл бұрын
Sir, you just gained a new subscriber.
@sno-oze
@sno-oze 4 жыл бұрын
You don't need create directory "menu", then create resource file menu. Just choose Android resource file on res folder, resource type menu (!!!) and file name and it will be create folder menu with your menu resource file
@barsztik
@barsztik 4 жыл бұрын
Hi. For first thanks a lot for this series. For second i have a question: You set the gear icon for settings but it's hiden and the Settings are in inflatable menu "..." with two othes items (Feedback and Close). When i change parameter to app:showAsAction="always" then gear icon for Settings is shown but Feedback and Close are still in "..." menu. What to do to have shown gear icon for Settings, and after click on it have Fedback and Close? Or, sayed in other way, how to change "..." icon to other, a gear icon for expample?
@GeorgeTrialonis
@GeorgeTrialonis 2 жыл бұрын
Nothing shows when I click clipart. No clipart icons.
@fuadydheo3155
@fuadydheo3155 4 жыл бұрын
Its lit🔥
@PhilippLackner
@PhilippLackner 4 жыл бұрын
Thank you! ❤️
@Amandeep-uc7qh
@Amandeep-uc7qh 3 жыл бұрын
What should I do if I want to make 2 toolbars on same screen?
@daiyrkanybekov8575
@daiyrkanybekov8575 4 жыл бұрын
Great tutorial Bro!!!
@okbaabdelghani6225
@okbaabdelghani6225 8 ай бұрын
that was very helpful
@Imelec
@Imelec 4 жыл бұрын
Perfect thanks you ! But I'm looking to replace the title of the toolbar to an image but I'm having troubles...
@PhilippLackner
@PhilippLackner 4 жыл бұрын
use a custom toolbar
@aotahuu4375
@aotahuu4375 2 жыл бұрын
Can anyone explain me why don't we need to call return super.onCreateOptionsMenu(menu);?
@boluwatifechristian5951
@boluwatifechristian5951 Жыл бұрын
The purpose of this function is to create a menu bar for an Android app.
@goobar
@goobar 4 жыл бұрын
Nice 👍
@PhilippLackner
@PhilippLackner 4 жыл бұрын
Thanks!
@norah8201
@norah8201 2 жыл бұрын
You do well thank you so much
@ucminh7630
@ucminh7630 3 жыл бұрын
Why it doesn't show toast when I click on icons :(
@bigotes20random86
@bigotes20random86 2 жыл бұрын
Maybe you forgot to call .show() in each toast
@rotimidokun
@rotimidokun Жыл бұрын
@@bigotes20random86 My mistake
@yutaitadori7318
@yutaitadori7318 3 жыл бұрын
Thanks♥️
@guy1407
@guy1407 4 жыл бұрын
Thanks again for the tutorials. Posting my own code, for the benefit of all watchers. In my code, I use item.title to show the selected menu text also, since kotlin is new for me, I was interested in how to use when/else and also , how to do more than a single operation (use curlly { } ) ============= override fun onOptionsItemSelected(item: MenuItem): Boolean { when(item.itemId){ R.id.mnuClose -> finish() R.id.mnuSettings -> { val message = "You can do more than one operation with 'when'" Toast.makeText(this,message, Toast.LENGTH_SHORT).show() } else -> { Toast.makeText(this,"You clicked on " + item.title, Toast.LENGTH_SHORT).show() } } return true }//onOptionsItemSelected
@anurudhsingh3397
@anurudhsingh3397 2 жыл бұрын
tysm buddy!
@DanielTobi00
@DanielTobi00 Жыл бұрын
add the finish() func was a good one, this helped.
@hod64
@hod64 2 ай бұрын
Obsolete. No app:showAsAction, no menuInflator, etc. Great tutorial otherwise. It would be nice to have an updated series.
@MarkAntonio-y3o
@MarkAntonio-y3o Жыл бұрын
This course has a lot of problems in 2023
@mayor3367
@mayor3367 Жыл бұрын
Hi. It is not his fault that android updates a lot of things too often and deprecates things too often. I am guessing you have a problem with the toolbar menu not appearing. This is as a result of the fact that the new android api uses Material design for its theming. You can change that by going to the themes.xml file within the values folder and changing the parent value from whatever is in there to Theme.AppCompat.Light.DarkActionBar. The color might be different because of the differences in options within the file but the toolbar should appear. I hope you don't get too frustrated with android development. It can be really frustrating sometimes and that frustration alone has lead me to abandon learning android development so many times.
@sadiqusman2965
@sadiqusman2965 Жыл бұрын
Ooo thank you!!!
@dmrm2161
@dmrm2161 Жыл бұрын
@@mayor3367 You are a genious. You save my life.
@Olegator56
@Olegator56 Жыл бұрын
@@mayor3367 You really helped me a lot, thanks
@angelocagas5851
@angelocagas5851 Жыл бұрын
@@mayor3367 thank you sir, you saved me from smashing my keyboard :)
@hanadanefa7837
@hanadanefa7837 4 жыл бұрын
make admob tutorial, the three types
@andyessien6685
@andyessien6685 10 ай бұрын
You know how to teach very easy slow and always trying to explain not like the other guy with the jetpack compose tutorial man that guy shouldn't be teaching.. talks too much and swipes on videos too much. But thanks to all of you though great content
@ramadhansaputra3812
@ramadhansaputra3812 Жыл бұрын
showasaction, oncreateoptionmenu
ALERT DIALOG - Android Fundamentals
18:47
Philipp Lackner
Рет қаралды 28 М.
BOTTOM NAVIGATION VIEW - Android Fundamentals
16:53
Philipp Lackner
Рет қаралды 56 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
How to Implement menu in Android Activity with Options Menu
5:20
Lemubit Academy
Рет қаралды 19 М.
SLIDABLE MENU WITH NAVIGATION DRAWER - Android Fundamentals
15:00
Philipp Lackner
Рет қаралды 97 М.
TOASTS AND CONTEXT - Android Fundamentals
16:51
Philipp Lackner
Рет қаралды 39 М.
I replaced my laptop with S24 Ultra for 21 days
10:38
Samuel Nam
Рет қаралды 712 М.
5 quick animations to make your Compose app stand out
7:05
Android Developers
Рет қаралды 65 М.
CREATING SWIPABLE VIEWS WITH VIEWPAGER 2 - Android Fundamentals
11:56
Philipp Lackner
Рет қаралды 68 М.
CHECKBOX AND RADIOBUTTON - Android Fundamentals
16:01
Philipp Lackner
Рет қаралды 31 М.
PASSING DATA BETWEEN ACTIVITIES - Android Fundamentals
18:44
Philipp Lackner
Рет қаралды 48 М.