Тёмный
No video :(

Full Course For Android Programming w/ Kotlin, Jetpack Compose UI, Sudoku Graph DS & Algorithms 

Ryan Michael Kay
Подписаться 19 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@wiseAss
@wiseAss 3 года назад
Hey cousins, if you don't have a clear definition of what a "Composable" is, I strongly suggest you watch this short video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ijwBr4oeX0I.html
@AtriTripathi
@AtriTripathi 3 года назад
Thanks a lot for this, Ryan. You’re a great teacher. Please don’t change. 🙂
@airbrush187
@airbrush187 7 месяцев назад
Thank you for the Tutorial :) Btw you forgot to Implement the LocalSettingsStorageImpl and LocalStatisticsStorageImpl in the vid
@moataz2415
@moataz2415 7 месяцев назад
very nice a new technical approach that have been used her that i appreciate , I wonder how chess game will be like when run diff models for diff computer level so hope this tutrial exist in android with use of proto buffer and logicEvent Class
@bettertoaster
@bettertoaster 3 года назад
I like the Model-View-Whatever approach :-)
@IUfidi
@IUfidi 2 года назад
Hi cousin Ryan, Initially, I had issues getting kotlinx v.1.6.0 library dep to compile. I viewed your repo, used v.1.5.0 - and bam - my coroutines import is w/o redness; my code compiles. Sweet Liked & Subbed.
@vibinuece4924
@vibinuece4924 3 года назад
Woah...Combining DS with Android Development👀 U are taking this to the next level👽😎
@pradeepkumarreddykondreddy7048
@pradeepkumarreddykondreddy7048 2 года назад
It would have been interesting if you had shown the completed app at the beginning of the video itself.
@hactam7358
@hactam7358 3 года назад
At 46:02 there are no reference to R.string.easy medium and hard so I created them by hand from your source code
@IUfidi
@IUfidi 2 года назад
1:26:44 I have issues with naming -> point taken...
@IUfidi
@IUfidi 2 года назад
Currently Junior dev; Intermediate dev loading...:-)
@grantstudies7895
@grantstudies7895 2 года назад
Hi ryan what are your favorite books to recommend for anything related to software and computer science?
@wiseAss
@wiseAss 2 года назад
Anything by Martin Fowler (I own PEAA, and have read many of his free blogs) Design Patterns Explained - Allan Shalloway and James Trott Operating Systems: Three Easy Pieces (can be found free online); only read this if you want to learn how computers really work at a level above digital circuits but lower level than what the average developer learns Clean Code by Uncle Bob is pretty good too Richard Feynman's textbook on Computer Science is in my opinion the most important book to read for foundational CS concepts. Nobody teaches as well as he does.
@divyanshu5253
@divyanshu5253 3 года назад
Hello sir , Good Morning
@wiseAss
@wiseAss 3 года назад
Good morning to you, cousin.
@kiddoproductions6814
@kiddoproductions6814 3 года назад
Please, how can i import the coroutines packages? I can't it appears red
@wiseAss
@wiseAss 3 года назад
Did you clone the starting point repository which contains the appropriate gradle configurations?
@wiseAss
@wiseAss 3 года назад
In any case you probably want to check the project level and app module level build gradle files to ensure that you have the correct libraries imported.
@kiddoproductions6814
@kiddoproductions6814 3 года назад
@@wiseAss I replaced my project files with the starting point ones but i don't know how to import the libraries
@hactam7358
@hactam7358 3 года назад
This tutorial is really too high level for me :((
@wiseAss
@wiseAss 3 года назад
It is an intermediate/advanced level tutorial. If there's anything you'd like to learn about specifically, I can possibly point you to a different tutorial which explains a specific concept.
@hactam7358
@hactam7358 3 года назад
@@wiseAssI think I can find it myself and thank you very much for all of your videos.