Тёмный
No video :(

Core Business Model (Recipe Domain Model) 

CodingWithMitch
Подписаться 145 тыс.
Просмотров 14 тыс.
50% 1

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

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@codingwithmitch
@codingwithmitch 3 года назад
Turns out todays video is not a little shorter
@mytubekt
@mytubekt 3 года назад
Great content and explanation! No worries :)
@Heba-ys9jv
@Heba-ys9jv 3 года назад
Actually yeah I almost spent a day to get 'kotlin-parcelize' plugin working 😅🤦‍♂️ It seems that is solved in alpha08, using the following versions // Just update & unify compose dependencies version with compiler extension version def kotlin_compiler_extension_version = "1.0.0-alpha08" def compose = "1.0.0-alpha08" // And unify Kotlin compiler version with Kotlin version def kotlin_compiler_version = "1.4.20" ext.kotlin_version = "1.4.20" Also "androidx.ui:ui-tooling" dependency updated to be "androidx.compose.ui:ui-tooling" in alpha08 Thank you so much Mitch for the awesome course as usual & for your ENGAGEMENT 💪
@codingwithmitch
@codingwithmitch 3 года назад
Classic pain in the behind
@abrarwiryawan
@abrarwiryawan 3 года назад
Just FYI, 'kotlin-parcelize' is working now without the need of any workaround using Arctic Fox Canary 9
@KIRILLINGUSS21
@KIRILLINGUSS21 3 года назад
WOW! Mitch after watching this video got upgrade from junior to senior with 15 years ex. Thanks bro
@codingwithmitch
@codingwithmitch 3 года назад
No problem
@ShethMilan
@ShethMilan Год назад
Your chapters help me to use the latest and updated components, clean architectures, business layer, and UI. Thanks mitch
@feryadialoi2244
@feryadialoi2244 3 года назад
I think the kotlin extension mean to pointing to xml view by it's id like tv_title , so no need to search search the view using findViewById(R.id.tv_title) In the new version we can use view binding, then we need the enable viewbinding in gradle module, After that we can use: binding.tvTitle Yeah it automatically convert the tv_title to tvTitle
@tonnie7079
@tonnie7079 2 года назад
Super video, learnt tons in this beginners course, you made easy for me.
@logmymeals
@logmymeals 3 года назад
I love your videos!!!!! Thanks for teaching things so well!
@feryadialoi2244
@feryadialoi2244 3 года назад
Although rather than using @Parcelize annotation I prefer use @SerializedName annotation on each of data class property data class Recipe ( @SerializedName('name') val name: String ) From GSON lib
@naveen1251
@naveen1251 3 года назад
Any Tutorial on Creating REST API endpoint and host it?
@sanushradalage4091
@sanushradalage4091 3 года назад
Hi Mitch, I love your amazing explanations! Why aren't you using JSON to Kotlin Class plugin when convert JSON to data classes?
@codingwithmitch
@codingwithmitch 3 года назад
I didn't know they existed
@WesleyFranks
@WesleyFranks 3 года назад
This is awesome! I might as well use this awesome knowledge and fix my recipe app! LOL Just need to figure out the iOS side.
@junecnol79
@junecnol79 3 года назад
2:28 postman 11:43 core business model
@gofudgeyourselves9024
@gofudgeyourselves9024 3 года назад
No longer facing the issue with id 'kotlin-parcelize'
@LucasdeAlmeidaMarciano
@LucasdeAlmeidaMarciano 3 года назад
Hi man, you API goes out, and thanks for the material
@gshan994
@gshan994 3 года назад
y not use gson and serialzable? @CodingWithMitch
@armandoavila4615
@armandoavila4615 3 года назад
Not short at all 😂, but great video, thank you! I've been using interfaces instead of data classes for domain models and then implementing them in a data class in the outter layers, but I don't know if it is a good practice or not, what do you think about it?
@codingwithmitch
@codingwithmitch 3 года назад
I would use data classes
@hirendesai8261
@hirendesai8261 3 года назад
is there any bug in android studio canary 4.2? cause whenever i make changes in jetpack compose app i need to uninstall the app and then have to install it again in order to see changes. I'm not able to see changes after running app or instant run feature.
@codingwithmitch
@codingwithmitch 3 года назад
Could be. I've been running on a real device mostly. Emulator seems to bug out a lot
@myexperience_me_4646
@myexperience_me_4646 3 года назад
Almost every devloper do they move there life like version management in project. That solve the problem of client or boss who has in hurry
@shehramjamil966
@shehramjamil966 3 года назад
can we name it business package instead of domain?
@codingwithmitch
@codingwithmitch 3 года назад
Usually it's /business/domain/
@bboydarknesz
@bboydarknesz 3 года назад
Maybe they solve this bug today. Mine no error for @Parcelize
@nadourhy8991
@nadourhy8991 18 дней назад
i've tried to send a postman request the response was Not Found The requested resource was not found on this server.
@hanamanth_vlogs6565
@hanamanth_vlogs6565 3 года назад
How to develop API like food2fork API
@codingwithmitch
@codingwithmitch 3 года назад
Here is the code github.com/mitchtabian/Food2Fork Also I have a course codingwithmitch.com/courses/build-a-rest-api/
@hanamanth_vlogs6565
@hanamanth_vlogs6565 3 года назад
@@codingwithmitch thank u
@BigCarso
@BigCarso 3 года назад
I think it would be more accurate to call this the application model, not business model. I think business model is not really a good name for any data structure
@codingwithsam4992
@codingwithsam4992 2 года назад
Remember! Food to fork is not alive now: please refer to this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-wEyPyesv4_c.html
@akshmehta576
@akshmehta576 3 года назад
Don't use beef.
@mal7othify
@mal7othify 3 года назад
Here is your ENGAGEMENT
Далее
Recipe Network Entity (Retrofit Model)
9:22
Просмотров 11 тыс.
Mapping a Domain Model to a Network Entity on Android
16:04
Row Layouts with Jetpack Compose
17:29
Просмотров 23 тыс.
The Explainer: What is a Business Model?
2:05
Просмотров 345 тыс.
Network Layer Setup (Retrofit Android Example)
14:55
Просмотров 15 тыс.
10 Business Models for Every Entrepreneur
4:32
Просмотров 257 тыс.
Software Engineering Interviews at Big Tech (Square)
31:06
Animations Introduction (Jetpack Compose)
22:44
Просмотров 8 тыс.
Power Apps Model Driven Apps FULL COURSE for Beginners
3:23:34