Modularizing Android Apps
18:16
2 жыл бұрын
Compose Navigation Animations (NEW)
17:28
Powerful Android Apps CLEAN Refactor
38:44
Animations - Jetpack Compose Beta
24:57
Jetpack Compose BETA Updates
19:03
3 жыл бұрын
Пікірлер
@TheMochadream22
@TheMochadream22 8 сағат бұрын
I took notes! Love the points
@ihebhm276
@ihebhm276 14 сағат бұрын
It is indeed a good shirt 👌❤
@aviralrg
@aviralrg 3 күн бұрын
This video had great actionable advice. Specially the one where steve mentioned about 'focusing on improving one's decision making with each feedback and not just making the correction'.
@jefersonbarros931
@jefersonbarros931 5 күн бұрын
All MVI project needs to use Event class (from video example RecipeListEvent) ?
@thalapathi.
@thalapathi. 11 күн бұрын
Kindly,please give the membership or your project Full course project video give i am a poor family background i live in India into the small village
@thalapathi.
@thalapathi. 11 күн бұрын
Your real time chat application development i really except but it was many based course project i am studying college so i haven't no money so I real disappointed i followed the all videos
@vk7166
@vk7166 11 күн бұрын
Thankyou so much for your tutorial, it was very helpful I applied it in my project and it worked successfully
@user-ue5ee8ux1h
@user-ue5ee8ux1h 12 күн бұрын
is there any video related to changing the application theme from the app setting without calling from the theme changing screen from MainActivity?
@DylanAng-br1oc
@DylanAng-br1oc 15 күн бұрын
hihi, wanna check. it is a must to use jetpack compose? without compose cannot be done?
@pushpamuralidhar6774
@pushpamuralidhar6774 18 күн бұрын
thanks for teaching step by step... very helpful.
@santos7102
@santos7102 18 күн бұрын
How to modify the bars values directly in the app?
@deathbombs
@deathbombs 22 күн бұрын
A great example of how to get promited, But also how to mentor to senior level by personalization!
@RaghuDharavath
@RaghuDharavath 23 күн бұрын
super and exciting course
@ridhaalqadri
@ridhaalqadri 24 күн бұрын
amazing, thanks
@jaydeepmalviay2582
@jaydeepmalviay2582 25 күн бұрын
What if the child job has been canceled but still its running due to heavy long running execution?
@gerdsfargen6687
@gerdsfargen6687 Ай бұрын
Mitch, you're simply a legend, you saved my bacon, I was looking everywhere to try and work out how to handle DialogFragments in Nav Component context, this was EXACTLY what I needed to follow to finish some work. I owe you a burger!
@DavidSmith-tn9rm
@DavidSmith-tn9rm Ай бұрын
dude I will pay you like $50 to add this to my Android Studio...I don't have a project that I made or anything, all I did was create the Android 14 OS, and now I want to use a Bluetooth remote with it, but I have no idea how to program, and this looks way too complicated for me! Thanks!
@thalapathi.
@thalapathi. Ай бұрын
Please give a web application development project mini project topic in current world related (2024)
@JijoJosePlus
@JijoJosePlus Ай бұрын
one of the best explanations!! thanks
@TEGRCOLLC
@TEGRCOLLC Ай бұрын
Here is your engagement. I loved it.
@hudaolayan2186
@hudaolayan2186 Ай бұрын
Palestine will be free, there is no israel
@footballace8371
@footballace8371 Ай бұрын
Kudos to your wife for her support
@LearnProgramming505
@LearnProgramming505 Ай бұрын
*my base.html is not showing the contents of home.htm written in a content block but every time returns with the initial things we wrote in base.html what might be the problem? it seems everything is alright but still not working.*
@miguelalbors9983
@miguelalbors9983 Ай бұрын
Thanks Mitch! Just love the course
@bestapps4709
@bestapps4709 Ай бұрын
It doesn't find nothing in ACTION_FOUND, bro if you don't know how to resolve this I think that I will stop here 😢
@bestapps4709
@bestapps4709 Ай бұрын
Mine is here in this channel -> #JapaneseFastFluency ❤bro
@hello_world3266
@hello_world3266 Ай бұрын
Wooow, this architecture is also valid for my app, thank you!!!
@danielyamta8074
@danielyamta8074 Ай бұрын
Thank you ❤
@enthsz8446
@enthsz8446 2 ай бұрын
Thanks bro it helped a lot
@danilodequeiroz9520
@danilodequeiroz9520 2 ай бұрын
I confess that I found pretty strange to use a gh token to pull my own public library from Gh pkgs, but since I was following a good tutorial about it I wasn't much of a struggle.
@scottbiggs8894
@scottbiggs8894 2 ай бұрын
Since google really likes to change things, a few problems have cropped up in this otherwise excellent vid: 1. imageResource() no longer works. 2. preferredHeight() is now just height(). 3. The reference to the viewmodel within the Fragment needs to be done OUTSIDE of the setContent{} area. Here's the error you'll see: "StateFlow.value should not be called within composition More... (⌘F1) Inspection info:Calling StateFlow.value within composition will not observe changes to the StateFlow, so changes might not be reflected within the composition. Instead you should use stateFlow.collectAsState() to observe changes to the StateFlow, and recompose when it changes."
@countchocula4855
@countchocula4855 2 ай бұрын
Some kind of comment
@yukiorideb6482
@yukiorideb6482 2 ай бұрын
Hey Thanks for putting together this course, answering a lot of questions I didn't even realize that I had 🙂
@cristhiandutra6985
@cristhiandutra6985 2 ай бұрын
Thanks for the video, helped me a lot!
@cristhiandutra6985
@cristhiandutra6985 2 ай бұрын
Thanks for the video, helped me a lot!
@BusinessDuck69
@BusinessDuck69 2 ай бұрын
Hey, I just completed the phone screen for an internship position. The next task is pair programming, and I'm waiting on the email for that. Got a few questions for you: 1) How much time did they give you to schedule the technical interview? I'm out of town part of next week and I'm hoping it doesn't interfere too much with this interview. In your video it sounds like they gave you a whole month, so I hope that's the case for me. 2) I already know it's going to be data structures and algorithms-style questions.Were you able to use Google/StackOverflow for the pair programming? Google is telling me yes. Also just wanted to note, the recruiter emphasized that rather than them throwing a question at me to solve, it will be us working as a pair to solve the question. 3) After the pair coding is a '2 hour take home project'. I should have clarified with the recruiter, but do you have any feedback on this? I'm a bit confused as to whether it's actually timed, or if they anticipate that it will take only 2 hours, but it's not timed. Thanks!
@yt-1161
@yt-1161 2 ай бұрын
no kotlin at that time
@abuhasan7434
@abuhasan7434 2 ай бұрын
Thanks . Very nice video .Very clear..❤
@SouravBasuRoy
@SouravBasuRoy 2 ай бұрын
this channel is the worst coding channel on KZfaq. This guy knows nothing about anything. Did you finally learn HTML ?
@yurowitz
@yurowitz 2 ай бұрын
Shut up you no name
@giahayes8251
@giahayes8251 2 ай бұрын
Hi Mitch, great video…thanks for posting! I sent you a Connect via LinkedIn to further discuss some of the follow-up questions I have for you from this video. I would greatly appreciate the connection!
@HishamHikami
@HishamHikami 2 ай бұрын
now getting the certificate for ngnix, django got easier.
@msontrent9936
@msontrent9936 2 ай бұрын
Really good tutorial. Far more useful than learning it in a classroom. Thanks for taking the time.
@soccertitan
@soccertitan 2 ай бұрын
how would you sum based on a conditional. for example, lets say you wanted a sum for lettuce, watermelon, and beef jerky?
@fixitman5453
@fixitman5453 2 ай бұрын
Well done, Mitch!
@Altohamy
@Altohamy 2 ай бұрын
best Tutorial, how to enable SSl and https?
@fixitman5453
@fixitman5453 2 ай бұрын
Thanks, Mitch! That helped a lot
@saurabhsrivastav902
@saurabhsrivastav902 2 ай бұрын
Can we do manual testing on the devices?? Android and iOS web app
@yt-1161
@yt-1161 2 ай бұрын
why Windows ?
@yt-1161
@yt-1161 2 ай бұрын
on my mobile phone video quality cannot go beyond 360p ???
@Mr_manish_bhai_8076
@Mr_manish_bhai_8076 2 ай бұрын
Hey, just checked out your recent video on email login with Django, good stuff man. On that note, give FilterBounce a shot. Its service is top-notch and more affordable than any other tool I have tried. It even offers up a free plan to get you started!