Greetings from Brazil!! Thank you very much for the content! ब्राज़ील से नमस्ते!! सामग्री के लिए बहुत बहुत धन्यवाद!
@himanshugaur6846 ай бұрын
Love your comment bro 😜😜
@randominone6 ай бұрын
Wow 😮😮😮😮 most wanted content ❤❤❤
@YasirAlam026 ай бұрын
Valuable content ❤. Please add pagination in this project in future.🎉
@HarishPhoenix-wu9dy6 ай бұрын
First of all, great video. Was looking into one of your older multi module videos yesterday and then this suddenly dropped. Btw, I just have one doubt. At 18:00, we are create a repo interface in the domain layer and implementing in the data layer. Why would we need do that? As the main work of repo is to be a data source giving layer which in either way both the repo interface and the impl should have been in data layer and the domain should have had only usecases and the model as those are the ones which interacts with data layer to get the required stuff which Ui needs.
@AliAhmad-dev2 ай бұрын
The overall architecture of the app is well-structured. However, I believe there's an opportunity to further enhance the modularization implementation. While you've effectively applied best practices throughout the project, I suggest exploring the use of build scripts and Gradle management to create more distinct and reusable modules. This would allow for better organization and maintainability.
@skarloti6 ай бұрын
Could this be a project KMP (iOS, Android) being used KOIN, Serialization and KTOR? Thanks for the video. It was interesting to see Clean Architecture DP! ❤
@alessandrog4982 ай бұрын
This is exactly what i wanted tried a few di videos from years ago and too many problems with dependencies
@azizashurov9236 ай бұрын
Dear Himanshu Gaur How to implement to this main screen (RecipeListScreen) BottomNavagationBar?
@AlfredSLotsu6 ай бұрын
This is so cool, thank you
@dhawalmahajan99616 ай бұрын
Hi whats the theme and font you using? Thanks for great content bdw.
@mustafatoktas22 күн бұрын
Good video 🟢 good tutorial 🟢 good guide
@asadmukhtar14 ай бұрын
Why you make three different modules for each feature, why you didn't go directly like feature:search and in which you just create simple packages, like UI, domain, data? Is there any specific reason for creating three different modules for domain, data and UI?
@SuperCanon20103 ай бұрын
I'm doing similar approach but the difference is my domain layer is pure kotlin library so it will force mo to use android specific libraries including the dependecy injection away from my domain module
@Eziz-oq4ti6 ай бұрын
Hi bro you can create a PrayerTime module ?
@Briogus5 ай бұрын
Informative!
@asadmukhtar14 ай бұрын
Why is the di package outside the data module? as it simply provides the objects using @Binds or @Provides?
@adeleyejeremiah405913 күн бұрын
wonderful video and very nice content you put up here. Thank you for this. However, from my knowledge with backend dev with java springboot, I feel repositories should be the one declaring the methods of @GET and the likes and it should not have been the service because the repository is the backbone of data which communicates the data up to others. The service should just declare the structure for the implementation and repositories should have handled data declaration.
@himanshugaur68413 күн бұрын
Duly noted brother 😊
@madansharma66603 ай бұрын
bhaiya I was about to start this playList but i wanted to ask that should I watch the modularization lecture playlist your gave in android vision hindi first?
@himanshugaur6843 ай бұрын
Start from here and then go to my second channel playlist 🤞
@madansharma66603 ай бұрын
@@himanshugaur684 ok bhaiya , i have started but wanted to ask that currennlty i have changed the package names according to my name , so should i name the modules as you named them? or should i name then with respect to my package name?
@madansharma66603 ай бұрын
@himanshugaur684 please please reply
@technopradyumn6 ай бұрын
How to get job as android Developer even i don't know DSA, Please guide me to get a job as I am Frehser
@shivvratraghuvanshi5226 ай бұрын
Nothing for fresher quit android
@pranshusingh78076 ай бұрын
There is no need of DSA in android
@radheshyampatel55782 ай бұрын
29:34
@samirdesigner33246 ай бұрын
bravo make story book for kids text strings with pictuer but get text from strings file
@virajsahare26806 ай бұрын
Hard to understand 😢 first time.
@himanshugaur6846 ай бұрын
Don't worry ☺️. Try this one kzbin.info/www/bejne/qYiqh3duec1_odE I hope it helps 🙏
@jopadjrАй бұрын
248th... Thanks Himanshu
@Michelbouf2 ай бұрын
im having some problems at the start with the build.gradle.kts in the "alias" None of the following functions can be called with the arguments supplied.