Android Programming Course - Kotlin, Jetpack Compose UI, Graph Data Structures & Algorithms

preview_player
Показать описание
Create an Android app with Kotlin and Jetpack Compose UI. Learn about Graph data structures and algorithms by building a Sudoku app.

Timestamps:
⌨️ (0:00:16) Introduction & Overview: Topics, Source
⌨️ (0:02:39) App Design Approach: 3rd Party Library Minimalism & MV-Whatever Architecture
⌨️ (0:04:50) Domain package: Repository Pattern, Enum, Data Class, Sealed Class, Hash Code, Interfaces
⌨️ (0:34:39) Common package: Extension Functions & Variables, Open-Closed Principle (OCP), Abstract Class, Singleton
⌨️ (0:50:20) Persistence (Storage) package: Clean Architecture Back End w/ Java File System Storage, Jetpack Proto Datastore
⌨️ (1:28:07) UI package: Jetpack Compose UI Basics, Styles, Typography, Light & Dark Themes
⌨️ (1:39:56) UI Components package: Modifiers, Reusable Toolbar & Loading Screens
⌨️ (1:52:08) UI Active Game Feature package: Presentation Logic & ViewModel w/ Coroutines, Kotlin Function Types
⌨️ (2:30:55) UI Active Game Feature package: Sudoku Game with Jetpack Compose UI & Activity Container
Note: In a larger App, I'd suggest using Fragments as Containers; didn't make sense to with this app though
⌨️ (3:15:58) Computation Logic package: Overview, design, and testing of Graph DS & Algos for n-sized *square* Sudokus

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

--

Рекомендации по теме
Комментарии
Автор

This course is a gem !! I be crying that FCC put this up now! :'D

SoulPrints
Автор

This is why I love FCC
Always dropping crazy content🔥🔥

maxwelleaster
Автор

This is a repost from yesterday. We fixed an error.

freecodecamp
Автор

This tutorial is awesome. We need to this professional architecture in ios swift

Histats
Автор

I love how I put on music from YouTube when I go to sleep and wake up to this

xyii
Автор

Thanks for all you are doing. A humble request could you please provide a good long video on react native? Thanks.

sahilkamra
Автор

More Videos about Android Kotlin & Jetpack Compose plz.

kqyoqum
Автор

Thank you for the video i was very helpful with you told in the video.

todogci
Автор

Thanks now i can make kotlin mod menus :)

peacefuldeityspath
Автор

More course on Android (kotlin) please

ackerman
Автор

OMG I saw the first 4 minutes of this video and I am pretty confident this guy is a genius

trocchiettoski
Автор

Can you please make a Ktor course? That would fit so well as a backend for Android apps since it's using kotlin as well.

niranz
Автор

Love this. Thank you immensely. I'm a simple man and I don't know much but @ 1:18:40 ... Alphabetical order :D

jeepaholic
Автор

Hi great tutorial :)
One thing I don't understand. Why you catch and throw exceptions (e.g. in `updateGameData` in` LocalGameStorageImpl`). Whether `objectOutputStream` should not be closed in a finally block ?

silaqui_
Автор

2 mins and already this much of views. Wow! People totally love coding!

shreyagupta
Автор

I just wish companies we're using Jetpack compose :( only a very few are will be a couple years probably.

TheDeeStain
Автор

Re "challenge" at 44:33 - couldn't you just do the zero-padding in (kotlin's) String.format()?

Also, since you checked this < 3600, the '% 3600' is superfluous. So, after if(this >= 3600..., just return String.format("%02d:%02d", this / 60, this % 60)

AlgoFodder
Автор

When did you create the Ktor framework?
I'm waiting

ahmaddimyadi
Автор

Can i watch this course if i basically beginner in understanding kotlin and android features?

PieceOfInternet
Автор

Any course on software architecture itself?

levyroth