Пікірлер
@Somechannel-ep3mp
@Somechannel-ep3mp 8 күн бұрын
Hi am react native developer, this is my first kotlin tutorial. The number of files you created for displaying list is equals to number of files I created to make whole app.
@gonzaloespinoza9485
@gonzaloespinoza9485 9 күн бұрын
You are amazing Cal
@GavinDaGrey
@GavinDaGrey 9 күн бұрын
how could I do this but with a button instead of a switch?
@delwoathauda9679
@delwoathauda9679 18 күн бұрын
Very clear explanation, thanks!
@aparecidoserrano
@aparecidoserrano 29 күн бұрын
Excellent tutorial
@user-is6hu6rl7z
@user-is6hu6rl7z Ай бұрын
Thank You very Much Cal , Love you
@haffy.886
@haffy.886 Ай бұрын
how can i only keep the weekly view? i don't need the monthly view for my current project. please help me, Ive been trying since few days :')
@boof1606
@boof1606 Ай бұрын
Sorry, prefer Java
@rianskischipanski3951
@rianskischipanski3951 Ай бұрын
I am not sure if you can call this an tutorial if you just record coding the app without really explaining anything. I watch it in 0.8 speed and i was still not able to follow. But the App Idea itself is really nice
@RichardPinewood
@RichardPinewood Ай бұрын
Hello, ,do the filter tabs work together using recycle views instead of using list views ?
@somyaagarwal627
@somyaagarwal627 Ай бұрын
dude you are going too fast for a beginer course and above that you dont even explain what you do
@Hamza_BR00
@Hamza_BR00 Ай бұрын
finally some great content on youtube ! subscribed
@namrahabib315
@namrahabib315 Ай бұрын
hello sir....how to save the events in Firebase or SQL lite?
@ousaidanass1383
@ousaidanass1383 Ай бұрын
Thank you so much
@qlapp1
@qlapp1 2 ай бұрын
best tutorial ever <3
@Drop_XP
@Drop_XP 2 ай бұрын
I love how I copy everything exactly and it’s still doesn’t come out the way it’s supposed to
@LoganDavinci
@LoganDavinci 2 ай бұрын
Thank you! Is there a way we can Encrypt and Decrypt data inside Coredata for security purposes? (this was reported for one of our app during PEN testing)
@Dora_Fatgum
@Dora_Fatgum 2 ай бұрын
Hello I urgently need your help I imported this project, but it gives an error that there are no repositories.. what should I do, I really need your help😭
@youmadg
@youmadg 2 ай бұрын
when I click the board to place button nothing happens and entire code is put in
@user-dd1zk8kr8j
@user-dd1zk8kr8j 2 ай бұрын
Thank you, this tutorial was very helpful
@vkompis
@vkompis 2 ай бұрын
This was going 100 miles an hour
@aldolunabueno2634
@aldolunabueno2634 2 ай бұрын
Now, for styling the dialog, instead of... int style = AlertDialog.THEME_HOLO_LIGHT which is deprecated, you must to write... int style = android.R.style.Theme_Holo_Light
@aldolunabueno2634
@aldolunabueno2634 2 ай бұрын
By the way, this is a better option to convert month number (monthNumber) into month short name (monthName): // montNumber = (0..11) Calendar cal = Calendar.getInstance(); SimpleDateFormat monthDate = new SimpleDateFormat("MMM", Locale.ENGLISH); cal.set(Calendar.MONTH, monthNumber); String monthName = monthDate.format(cal.getTime());
@idocohen1819
@idocohen1819 2 ай бұрын
Works for me
@SaveStudents404
@SaveStudents404 2 ай бұрын
Waste of time. If any one find anything about like that which actually work, please let me know. I want to show notification at a selected time,app is closed or open no matter.
@manojbabu742
@manojbabu742 2 ай бұрын
How can I handle mvvm
@kareemgordon-graham4564
@kareemgordon-graham4564 3 ай бұрын
Start from scratch like the others or show the code you start with. Couldn't follow this one
@microhandsltd
@microhandsltd 3 ай бұрын
Great video but you are too fast for me. As a beginner I would like to have time to follow each step. Play at 0.75% don’t know what that means. Is the speed?
@chuaaa8198
@chuaaa8198 3 ай бұрын
hi what seems to be the error I have where my viewModels and liveData cannot be used? Is there anything to do with my build gradle file?
@fabriqr2930
@fabriqr2930 3 ай бұрын
Hey bro how to change color the date selected? And the save the pósiton selected with a api get?
@withMannengcom
@withMannengcom 3 ай бұрын
my input does not appear, I don't know if its because I am using a fragment
@ITSADREX
@ITSADREX 3 ай бұрын
For some reason the the notification isn't coming in fir me any help??
@kareemgordon-graham4564
@kareemgordon-graham4564 3 ай бұрын
Save yourselves the hours debugging by using "" instead of nil in reset. nil will change the underlying value but not the visuals, making your board look the same after clicking reset
@somyaagarwal627
@somyaagarwal627 Ай бұрын
thanks that worked but why did we do that
@kareemgordon-graham4564
@kareemgordon-graham4564 27 күн бұрын
@@somyaagarwal627 No idea maybe because nil isn't a string so it won't produce the same effect as empty string in situations where you're parsing text. Nil has no effect where empty string forces the display to update
@kareemgordon-graham4564
@kareemgordon-graham4564 3 ай бұрын
reset doesnt work
@iSubhoo
@iSubhoo 3 ай бұрын
honestly saying: Nice Tutorial but it's really frustrating to copy the Designing (StoryBoard) part, is very fast. Please make them in normal speed.
@bencorrell
@bencorrell 3 ай бұрын
3 years later and this tutorial is still helping people! Thanks for making it!
@RhiannaMilindra
@RhiannaMilindra 3 ай бұрын
Very helpful indeed! However, I do have a question, every time I pick a time it keeps closing the app. What could be the cause of it?
@pavelegorov6872
@pavelegorov6872 3 ай бұрын
After starting the application and rotating the screen, all Constraints are removed and turn to mush.
@dirkyh8384
@dirkyh8384 3 ай бұрын
Waste of time
@RaneemSarminy
@RaneemSarminy 3 ай бұрын
I named the file with the same file name and copied the code. I did not write it myself, but there are a lot of errors. Does anyone know the reason? error in workingsTV. There are yet other errors.
@LebenWerden
@LebenWerden 3 ай бұрын
If I execute print, I want the print output currently in the console to be cleared, and the new print output to appear there. It's annoying to click on the trash can icon every time. I haven't found anything in the settings.
@thenasutionfam
@thenasutionfam 3 ай бұрын
It had 20 errors. How to fix it?
@gccount
@gccount 3 ай бұрын
I'm curious what a "beginner" is like to follow your speed to learn "basics"? Besides that, the logic your code is clean and neat, the only one I have found in hours.
@user-it6jd1sb6k
@user-it6jd1sb6k 3 ай бұрын
Simple, exactly what I needed. I thought a Picker was an Element like a Button. Are there convenient libraries to handle times? Like having 2 time-picker-buttons and comparing those times, differences, etc.?
@samtibbitts
@samtibbitts 3 ай бұрын
another place to check if your reset is not working, make sure you're calling your initBoard() function in your override func viewDidLoad() function (glossed over at 5:00)
@ConscriptReporting
@ConscriptReporting 3 ай бұрын
This is late, but man you are LEGENDARY. The fact you managed to explain everything so fast while making it as easy and understandable as possible is incredible! Definitely a gem for newer developers :o.
@PerezTheDev
@PerezTheDev 4 ай бұрын
Could you do an xcode game tutorial for bingo?
@mikes3801
@mikes3801 4 ай бұрын
It would be much easier to follow if you could just slow down. Looks like a racing tutorial lol
@Johnlisb
@Johnlisb 4 ай бұрын
Hi from Brazil. Do you have any video that shows the connection to the database?
@ahmedhamadto8756
@ahmedhamadto8756 4 ай бұрын
Thank you for the video, this has been a nice experience! A quick question, who did you write the backspace character as an icon? I have been trying to do that but wasn't able to achieve it.
@Alex.Meyer533
@Alex.Meyer533 4 ай бұрын
Thats waayyyy too fast