Absolutely loved your video...Other videos of 30 minutes and 40 minutes just shows the procedure without explaining...I understood really well...Thanks a lot
@kushalsharma86353 жыл бұрын
Thx bro (from Stevdza-San)
@rameshramesh-bd2wu4 жыл бұрын
All your tutorials are useful for who are already familiar with Android development but beginners like me it was very hard to catch-up.
@StevdzaSan4 жыл бұрын
That's why I will make full courses on Android Development in the future, because there are so many details to cover, and it's impossible with just one video.
@rameshramesh-bd2wu4 жыл бұрын
@@StevdzaSan I am eagerly waiting for that or would you suggest some other resources to learn Android development from scratch Namaste & Regards Loves from India❤️
@StevdzaSan4 жыл бұрын
@@rameshramesh-bd2wu You can find an ebook online on Java or Kotlin, I recommend you to start learning Kotlin.
@ethiomusic31583 жыл бұрын
How can I change the activity_main (xml) from ConstraintLayout to Drawer Layout once I have already changed it for another layoutpurpose (for instance I might have used it as Linear Layout or RecyclerView)?Please tell me the technique how to solve it?... We do take home page (mainactivity)for everything but it is stuffed with other issues… While I use fragments, they crushed when Irun it… I need help guys please help me. I am a new developer with zeroeducation and experience but I understand how to make apps
@JEALANI3132 жыл бұрын
Sir u made it so simple and so easy ... Thanks Alot 😍
@athisii_ekhe61672 жыл бұрын
Thanks for the video. Little help is needed, after the drawer icon is opened, again clicking drawer icon doesn't close the drawer. how to implement it?
@Lenduya3 жыл бұрын
So this way, if we had fragments A B C D, we'd have to create toB, toC and toD actions for A then? And then toA, toC and toD actions for B? That cannot be correct.
@josephcobbinah54123 жыл бұрын
I totally agree with you. It feels a bit clumsy. I'm building an app with 9 items in the drawer and users should be able to navigate from any item to any other one so that means about 72 actions already. Am I doing something wrong?
@lbars3 жыл бұрын
Q: I don't want back button. So, should i remove connections in nav_graph.xml file? Nice video 😃
@josephcobbinah54123 жыл бұрын
Just out of curiosity, is it standard practice to make the NavDrawer act as a switch between fragments such that the hamburger icon shows regardless of the current fragment? Any help is greatly welcome. Thanks
@StevdzaSan3 жыл бұрын
Yeah that's true.
@_johndoew3 жыл бұрын
hello guy, i love your channel :)
@deepeshkumar1704 Жыл бұрын
if drawer is open, and back button pressed,then without closing drawer its directly quit, how to solve this?? or how to lock drawer layout in some fragments?? pls
@samirshrestha52523 жыл бұрын
Great tutorial, but after drawer icon is opened, again clicking drawer icon doesn't close the drawer. and back icon is not shown in drawer icon place, after clicking drawer icon. Seeking for help! ( using kotlin )
@athisii_ekhe61672 жыл бұрын
found the solution?
@Sk-gb2hx3 жыл бұрын
No access to onSupportNavigateUp() from fragment, can you help me with it ?
@nomanzafarzafar79124 жыл бұрын
Great work sir. Keep it up.
@kushalsharma86353 жыл бұрын
Yeh sure. (from Stevdza-San)
@sedrekblak4 жыл бұрын
Hey man , great content , I have a small problem the navigation drawer doesn't close when I click the hamburger button again and there no any animation
@kushalsharma86353 жыл бұрын
Please, use stack overflow and also recheck or match your complete code with the video
@zmemes692 жыл бұрын
how to disable item when it's selected i couldn't find any reference in docs please help
@pratyushsharma86522 жыл бұрын
Use this - navHostFragment = supportFragmentManager.findFragmentById(R.id.nav_host_fragment) as NavHostFragment navController = navHostFragment.navController
@yassinelegougui40444 жыл бұрын
Thanks a lot i have a Q i can't use this method (findNavcontroller) ! exactly like in this line "navController= findNavController(R.id.fragment)" this method doesn't show for me on android studio any help plz
@StevdzaSan4 жыл бұрын
Add dependency for Navigation Component. Or call Navigation.findNavController
@yassinelegougui40444 жыл бұрын
Thnks for answering me I all ready add those dependancy to my project but when i try to call it (initialize my navcontroller )doesn't show also this method setupWithNavController any help plz
@yassinelegougui40444 жыл бұрын
@@StevdzaSan thnks the prob was gone ^^
@FIsabettini3 жыл бұрын
from: developer.android.com/guide/navigation/navigation-getting-started val navHostFragment = supportFragmentManager.findFragmentById(R.id.fragment) as NavHostFragment navController = navHostFragment.navController It worked for me. Before only crashes.
@angelmauriciorivas61602 жыл бұрын
@@FIsabettini at last I found something that it works, than you so much
@soract43714 жыл бұрын
Thanks a lot! Keep the good work! I prefer Java, but I understand why you are using Kotlin and as you already mentioned, we can convert kotlin to java. I just subscribed :)
@oluwatosinoseni78394 жыл бұрын
Lol how
@gabrielgil34864 жыл бұрын
I like your videos! They all have good content, but I am a java developer and Kotlin makes it more dificult to understand.
@StevdzaSan4 жыл бұрын
You can copy and paste Kotlin code in Java class and Android Studio will automatically convert it for you.
@gabrielgil34864 жыл бұрын
@@StevdzaSan Thanks !
@mohammadgoudarzi56974 жыл бұрын
Short and useful! Thank you!
@kushalsharma86353 жыл бұрын
Thanks for supporting . (from Stevdza-San)
@aniketk114 жыл бұрын
Sir can i do that by using only one fragment and show the data related to the menu item clicked
@kushalsharma86353 жыл бұрын
Yeah sure you can do that!
@nafiliumgeneration5334 жыл бұрын
Nice tutoriall
@kushalsharma86353 жыл бұрын
thank you . (from Stevdza-San)
@lucye73204 жыл бұрын
Great series! Very helpful to see how all the pieces go together. Thank you!
@kushalsharma86353 жыл бұрын
Welcome. (from Stevdza-San)
@laleyuniversal4 жыл бұрын
How can I add animations? Thanks 🥺🥺
@kushalsharma86353 жыл бұрын
watch his previous video
@tejendraraom30744 жыл бұрын
please make a video on recycler view filter
@kushalsharma86353 жыл бұрын
It is now in his channel, check it out
@HarveySpecterYT2 жыл бұрын
Thanx a lot.
@lasanbajrasandi84342 жыл бұрын
thankyou !!!!
@akshayshelkeengg4 жыл бұрын
Thank you very much.
@kushalsharma86353 жыл бұрын
Your welcome . (from Stevdza-San)
@moataz24153 жыл бұрын
I failed to do that by java I am stack in the beginning any one help
@MrAvelino20104 жыл бұрын
How to impelment using java
@kushalsharma86353 жыл бұрын
Convert it!
@sodiqjonrasulov42313 жыл бұрын
thank youuuuuuu
@bhagwatgirija44453 жыл бұрын
Best vedio sir
@rajsingharia95613 жыл бұрын
Layout gravity is not available
@jayrathod16613 жыл бұрын
ik im late, but just try typing it fully inside the view and the error will be gone
@rameshramesh-bd2wu4 жыл бұрын
Can you please make a tutorial for beginners ?
@kushalsharma86353 жыл бұрын
sure, you can watch his playlist
@arjunvarma93502 жыл бұрын
It’s saying unresolved reference : navigationView
@kushalsharma86353 жыл бұрын
Is anyone here with an experience of more than a year in android development?
@abada-s3 жыл бұрын
very helpful but you was to fast in this video
@amanuel21354 жыл бұрын
Putting source code would be good maybe a github link to this code.
@kushalsharma86353 жыл бұрын
This makes people lazy!
@Krystiano3532 жыл бұрын
doesn't work lol
@serdarbilgili884 жыл бұрын
Is there a chance to explain them with Java
@StevdzaSan4 жыл бұрын
You can copy Kotlin code and paste it in Java class, Android Studio will automatically convert it for you. It's not a full-proof method, but still works really well.