Тёмный
Code With Cal
Code With Cal
Code With Cal
Подписаться
Android & iOS App Developer.

Android Studio Tutorials. Swift & Xcode Tutorials.

Kotlin, Java, Swift, SwiftUI.
Комментарии
@aparecidoserrano
@aparecidoserrano День назад
Excellent tutorial
@user-is6hu6rl7z
@user-is6hu6rl7z 3 дня назад
Thank You very Much Cal , Love you
@haffy.886
@haffy.886 5 дней назад
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 11 дней назад
Sorry, prefer Java
@rianskischipanski3951
@rianskischipanski3951 22 дня назад
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 22 дня назад
Hello, ,do the filter tabs work together using recycle views instead of using list views ?
@somyaagarwal627
@somyaagarwal627 24 дня назад
dude you are going too fast for a beginer course and above that you dont even explain what you do
@Hamza_BR00
@Hamza_BR00 25 дней назад
finally some great content on youtube ! subscribed
@namrahabib315
@namrahabib315 28 дней назад
hello sir....how to save the events in Firebase or SQL lite?
@ousaidanass1383
@ousaidanass1383 29 дней назад
Thank you so much
@qlapp1
@qlapp1 Месяц назад
best tutorial ever <3
@Drop_XP
@Drop_XP Месяц назад
I love how I copy everything exactly and it’s still doesn’t come out the way it’s supposed to
@LoganDavinci
@LoganDavinci Месяц назад
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 Месяц назад
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 Месяц назад
when I click the board to place button nothing happens and entire code is put in
@user-dd1zk8kr8j
@user-dd1zk8kr8j Месяц назад
Thank you, this tutorial was very helpful
@vkompis
@vkompis Месяц назад
This was going 100 miles an hour
@aldolunabueno2634
@aldolunabueno2634 Месяц назад
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 Месяц назад
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 Месяц назад
Works for me
@ZiaUddin002
@ZiaUddin002 Месяц назад
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 2 месяца назад
Start from scratch like the others or show the code you start with. Couldn't follow this one
@microhandsltd
@microhandsltd 2 месяца назад
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 2 месяца назад
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 2 месяца назад
Hey bro how to change color the date selected? And the save the pósiton selected with a api get?
@withMannengcom
@withMannengcom 2 месяца назад
my input does not appear, I don't know if its because I am using a fragment
@ITSADREX
@ITSADREX 2 месяца назад
For some reason the the notification isn't coming in fir me any help??
@kareemgordon-graham4564
@kareemgordon-graham4564 2 месяца назад
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 24 дня назад
thanks that worked but why did we do that
@kareemgordon-graham4564
@kareemgordon-graham4564 2 месяца назад
reset doesnt work
@iSubhoo
@iSubhoo 2 месяца назад
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 2 месяца назад
3 years later and this tutorial is still helping people! Thanks for making it!
@RhiannaMilindra
@RhiannaMilindra 2 месяца назад
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 2 месяца назад
After starting the application and rotating the screen, all Constraints are removed and turn to mush.
@dirkyh8384
@dirkyh8384 2 месяца назад
Waste of time
@RaneemSarminy
@RaneemSarminy 2 месяца назад
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 2 месяца назад
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 2 месяца назад
It had 20 errors. How to fix it?
@gccount
@gccount 2 месяца назад
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 2 месяца назад
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 2 месяца назад
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 2 месяца назад
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 3 месяца назад
Could you do an xcode game tutorial for bingo?
@mikes3801
@mikes3801 3 месяца назад
It would be much easier to follow if you could just slow down. Looks like a racing tutorial lol
@Johnlisb
@Johnlisb 3 месяца назад
Hi from Brazil. Do you have any video that shows the connection to the database?
@ahmedhamadto8756
@ahmedhamadto8756 3 месяца назад
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 3 месяца назад
Thats waayyyy too fast
@beautygallery1680
@beautygallery1680 3 месяца назад
thank u, this tut is very helful. but i wonder that, by this method how we can set it push daily notification.
@radzs9939
@radzs9939 3 месяца назад
Hi I have managed to do your tutorial. The applications runs, however when I select the Weekly Text on top my application crashes. Can you please help with this issue?
@radzs9939
@radzs9939 3 месяца назад
I did my digging and found out that the WeekViewActivity cannot be accessed. When you press the weekly button, it immediately crashes.
@alinawei7010
@alinawei7010 3 месяца назад
What's the benefits of storing selectedDay in CalendarUtil vs. viewModel?
@amalmohamed7127
@amalmohamed7127 3 месяца назад
how to dragged label into the `UIViewController` the text field i done but the label is not work