@@NativeMobileBits can you please mention the version of android studio which you used for this project, I am facing a lot of issues with the newer version
34:00 in really liking you demo. Constructing from the presentation layer is easy to understand. Picking up lots of nice navigation shortcuts. (calling them out occasionally might help). The dependency management really helps. Even in the smallest MVVM, kotlin, dagger, etc it is easy to get stuck in a painful dependency conflict that has you googling random posts.... Learning.. If this had unit tests and git integration it could be a good production example. (maybe that is coming later l). Thanks again.... will probably post other comments over then next couple of days as I work through.
"Wow, this Android video review is a gem! 👏 I really appreciate the in-depth coverage you provided on the latest Android features and improvements. Your presentation was clear and concise, making it easy for viewers like me to understand the intricacies of the OS. It helped me grasp how these changes can impact my daily Android experience. Your attention to detail is truly commendable! The production quality of this video is top-notch, and your enthusiasm for Android shines through. It's evident that you put a lot of effort into researching and delivering this review. I'm eagerly looking forward to more content from your channel. Keep up the fantastic work!
Thank you so much for taking a moment to acknowledging my work, i really really appreciate it, words like this gives me motivation to bring more, please stay connected, now you have Native Mobile bits, as your own Android & Kotlin library WELCOME FRIEND 🥰
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
Yeah kinda true but nowadays you just use new gradle with libs.versions.toml and it's the same as the structure he created here with deps and versions in the objects.
Can't thank you enough bro. The idea to code with you is magnificent. If you posted the github link, I may not learn the whole process properly. Great job.❤
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
Thanks for the video, you are taking lot of efforts while making these videos. Can you also include room data base with paging 3 and write unit test code for this video series. This will help lot of new compose learners. Big Thanks and cheers
Yes, sure Noted. We are having paging, room and testing topics in our loop it will come in upcoming videos friends, stay connected and keep your support with the channel.
Thanks 🙏♥️ do share about channel to your friends learning Android and Do checkout similar videos here - Master Jetpack Compose: Unleash Stunning UIs in 2023: ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
I've added to my watchlist. How I wished you treated Unit testing for the compose and the business logics. By the way, Great Content!! Thanks for helping us
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
Thanks bro please check this playlist, you will like it, Master Jetpack Compose: Unleash Stunning UIs in 2023: ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
I'm struggling a bit on how to integrate unit tests with your implementation of MVVM. Have you created a video on unit testing? Tried search and didn't find anything.
I think you are getting that log because the api returning null values in some of the fields. I also faced the similar issues. After debugging hours finally I able to resolve the issue by adding null value in the *NewsResponse* class. like below: *val description : String ? = null*
Replace your NewsResponse to: data class NewsResponse( val status:String, val totalResults: Int, val articles:List ) data class Article( val author:String? = null, val title:String? = null, val description:String? = null, val url:String? = null, val urlToImage:String? = null, val publishedAt:String? = null, val content:String? = null, val source:Source? = null ) data class Source( val id:String? = null, val name:String? = null )
Glad you are liking the videos, all repos are available in channel membership Level 2 , if you are into same send me a email at nativemobilebits@gmail.com with your GitHub username and email id.
Many videos like this shows API calls that is suspending but returns a flow, I know it works but it shouldn't no be doing that as per documentation. Do you just embrace it or you look for workarounds too? Just curious
where is the link to repository!!!!! :((((((((((((((( third day trying to to resolve errors with dependensies (for using your version of "pager" and etc)... a lot of nerves how do you use VerticalPager without "compose.foundation"? I couldn't implement "foundation" higher than 1.4 but dinamic page count appeared only on 1.5
Yes great observation we will come on to that soon please join us in ongoing threading series meanwhile ua-cam.com/play/PLLwcRoh3a6u7d8FitWpBz9QOBMW13gYtK.html&si=o77ezWMOS_lSMjjE
@@NativeMobileBits Thanks a lot for this video, just finished watching this and i had a similar question like mentioned in the above comment, also please include dagger tutorial videos, though we can see many videos related to dagger in youtube, but i want hear it from you.
Yes sure, @veerendrank2619 , will come up with these in upcoming videos, we will cover all about dagger hilt etc, meanwhile I will recommend you this video in this I cover why actually we need DI. do checkout and share me your thoughts buddy. ua-cam.com/video/8Lyi93dzXio/v-deo.html
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me. @@veerendrank2619
can u please take an app by jetpack compose which will have two kind of users one will be who publish something like some ads items or anything and another user can look the items uploaded on it
This seems your custom project or assignment :) If you want you can take our chief guidance once you book a call in channel membership brogrammer level
🎉🎉great work can you also make a video about POST request and how to pass authorization token and manage login session as well as handle error message like validators sent from server
Yes we will do that, meanwhile do checkout our other videos Android Interview Questions & Answers: ua-cam.com/play/PLLwcRoh3a6u5eesdfyPiz7BE8cow2XdJM.html Master Jetpack Compose: Unleash Stunning UIs in 2023: ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Hi, I find your code explanations to be clear and easily understandable. I applied a similar approach in an Android code test and received the following feedback. Could you please create a new video to address and explain these feedback points? Thanks in advance. Feedback “The project had not demonstrated good architectural patterns and was lacking the reusability and separation of concerns. Data and UI layers are tightly coupled, and data layer is not properly structured. The project was not tested. Positives: Demonstrates a good knowledge of compose although the structure and the reusability could be improved. Good use of Flow to emit data from the repository and an adequate understanding of the coroutines”.
Hello sir, I was building this app but i am getting a dependencies error because of which i am stuck in between of this project. Please provide the code of this project so that i can resolve the issue.
First of all thank you for answering my question. Sir, I am a college student i really can't afford any more expenses. Please guide me what to do.@@NativeMobileBits
Sure I think you are looking for something like this playlist Android Studio - (features and updates) & (tips and tricks): ua-cam.com/play/PLLwcRoh3a6u43pXZfl6V3O1bt_T5tD-q9.html
Hi, I like this tutorial and explanation videos on Jetpack Compose. Could you provide videos on Coroutines usage with ViewModels? especially if keeping data from Internet using ViewModels?
Yes ♥️ we have used Coroutines and viewmodel in this video too. But i am bringing Coroutines series where you will learn all about Coroutines stay tuned. Coming very soon
@@NativeMobileBits yeah but this one is a bit complicated, can you make a separate video discussing only just that (ViewModel with Coroutines) I am really stuck with this two. Thank you for the reply
Yes I understand Coroutines can be little bit difficult to understand that's why I am bringing all about threading in a series you will understand it all in that series stay tuned coming very soon
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
Hi Bro, you made nice tutorial video to follow, i am being stuck at sealed class creation, my android studio does not have it, i use android studio hedgehog 23.1.1 path 1, please help to advise how to solve it Bro, thank you
Every android studio has the support, if you have doubt in sealed class concepts, you can check this video ua-cam.com/video/nX8PF6XZxew/v-deo.htmlsi=eCriiZTI6BStBlhf
i mean when i am doing right click to create new -> kotlin file there is no choice for sealed class, so i select Class then type Sealed Class manually in the file, hope this way is okey😁@@NativeMobileBits
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
Glad you enjoying the videos , the Main idea is to code with me so you will learn by doing and code repos are available to channel members for that you can join the channel and add a comment to me
We have the playlist you want, check it out ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html in this playlist we are covering Jetpack Compose from scratch.
also if you are trying to learn Android from beginning, you should check this playlist, ua-cam.com/play/PLLwcRoh3a6u60ZEVdcKijpnRFTALeJwL-.html its a complete Android development roadmap 2023
@@NativeMobileBits yeah I explored this playlist & that's awsm as it is project based. I need something from 0.......aisa smjho sir mujhe kuch ata hi ni ho jetpack k bare m 😅. Just upload One shot that conatains basics concept if it is possible
It's not only project based if you will see the videos you will find single topics explained as well in starting videos, sort the videos as oldest in this playlist
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
Thank you so much for your work and response. Probably the main difficulty I have is not to skip a line of code somewhere. I have been sitting for 1 hour and watching a section of the video up to the 15:41 mark of the Health implementation code. But so far I'm getting an error and I can't understand the reason. Therefore, if there was a code, it could be compared with its own. But in any case, your material is very important to me. Thank you very much.@@NativeMobileBits
@@NativeMobileBits HI, I appreciate and love the content you are preparing here. It takes lots of efforts to achieve the same. But this part is wrong and I would request you to correct it. MVVM can be built on top of Clean architecture principles. I am happy to connect and explain if it's required.
There is nothing specific for any given architecture, and i have been using both but here I don't complicate things so that people can easily understand, and mvvm and clean architecture both are different, mixing those are not a necessity we are just using mvvm in this code and it's not inspired to be clean, it's mvvm 😊 , if you feel something wrong with due respect you can leave that part out 😇
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
I got this error:- Execution failed for task ':app:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message) Please help. In which file I should look? I am following you
Thanks
Thanks for your generous support ♥️
It took a lot of efforts, please keep your love and support friends ♥🙏 Enjoy the video
@@HussamAlTayeb glad you enjoyed it, noted, we will cover that meanwhile do checkout our other videos
thanks a lot for this, i will always support you
@@NativeMobileBits can you please mention the version of android studio which you used for this project, I am facing a lot of issues with the newer version
Almost half-way through the tutorial , simple and easy to understand. Thanks a lot man🙌
Glad you are enjoying our content do checkout our other videos too
@@NativeMobileBits yupp will do 🤘
Glad 😌
34:00 in really liking you demo. Constructing from the presentation layer is easy to understand. Picking up lots of nice navigation shortcuts. (calling them out occasionally might help). The dependency management really helps. Even in the smallest MVVM, kotlin, dagger, etc it is easy to get stuck in a painful dependency conflict that has you googling random posts.... Learning.. If this had unit tests and git integration it could be a good production example. (maybe that is coming later l). Thanks again.... will probably post other comments over then next couple of days as I work through.
Thanks for liking our videos 😇 keep supporting the channel
"Wow, this Android video review is a gem! 👏
I really appreciate the in-depth coverage you provided on the latest Android features and improvements. Your presentation was clear and concise, making it easy for viewers like me to understand the intricacies of the OS.
It helped me grasp how these changes can impact my daily Android experience. Your attention to detail is truly commendable!
The production quality of this video is top-notch, and your enthusiasm for Android shines through. It's evident that you put a lot of effort into researching and delivering this review.
I'm eagerly looking forward to more content from your channel. Keep up the fantastic work!
Thank you so much for taking a moment to acknowledging my work, i really really appreciate it, words like this gives me motivation to bring more, please stay connected, now you have Native Mobile bits, as your own Android & Kotlin library WELCOME FRIEND 🥰
Do checkout similar videos here - Master Jetpack Compose: Unleash Stunning UIs in 2023: ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
I just stayed for 10 seconds,you immediately pulled me in learnt a new thing buildsrc i luv u mate please keep teaching thanks 🙏❤
Thankyou so much for your kind words, you should watch our other videos too you will like those as well & do share about our channel with friends ♥️
Yeah kinda true but nowadays you just use new gradle with libs.versions.toml and it's the same as the structure he created here with deps and versions in the objects.
Good quality contents with proper explanations. Best of luck. Just subscribed you.
@@MohammadMehediHasan-e3h glad 😌 do watch my other videos & do share with friends
Can't thank you enough bro. The idea to code with you is magnificent. If you posted the github link, I may not learn the whole process properly. Great job.❤
Glad to hear this bro enjoy , consider our channel your online home come here and bring your friends too ❤️
Exactly
Awesome work keep rocking I support you 😊
Thank you so much keep your support
This is great, i managed to create my mvp for my startup thanks man!!!
Glad to hear it, do support the channel my friend
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
Thanks for the video, you are taking lot of efforts while making these videos. Can you also include room data base with paging 3 and write unit test code for this video series. This will help lot of new compose learners. Big Thanks and cheers
Yes, sure Noted. We are having paging, room and testing topics in our loop it will come in upcoming videos friends, stay connected and keep your support with the channel.
Just finnished this. May God bless you brother
Thanks 🙏♥️ do share about channel to your friends learning Android and Do checkout similar videos here - Master Jetpack Compose: Unleash Stunning UIs in 2023: ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
I've added to my watchlist. How I wished you treated Unit testing for the compose and the business logics. By the way, Great Content!! Thanks for helping us
Glad you liked it!
Fantastic video from Peru 👍👍
Thanks 🤩 do checkout our other videos as well you will surely love those too 😍
awesome tutorial man!
Thanks 😍 do checkout more of my videos
Hi Native Mobile Bits Thank you so much for this video. I am learning a lot from these videos. Keep sharing God bless you❤😍
My pleasure thanks for your kind words, I will keep doing hard work to provide good android content
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
really really really really really really really great video bro love u
Thanks bro please check this playlist, you will like it, Master Jetpack Compose: Unleash Stunning UIs in 2023: ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Thank you again, keep going
Glad you enjoyed the video. Keep your support
thanks will build this currently having uni exams : (
thank you again
Sure, you can watch it and built it parallelly later, Best of luck for your exams !
Watching it live sir 😊❤
Thanks a lot ❤ enjoy the coding session
Nice work bro.
Glad you enjoyed, do checkout our other videos
Awesome ⚡
Enjoy this video today evening 5pm with trendy best practices.
Any reason for having chosen hiltCompiler 1.0.0-alpha01 when 1.2.0 is in production?
This video is made long back
Best ❤❤❤ please make more projects
Sure meanwhile check this playlist pls support channel ua-cam.com/play/PLLwcRoh3a6u7VvJ9QuKrsuB7UuNCMtvkq.html&si=A2E0SqfVrcIJmV0f
@@NativeMobileBits Can you make a video about creating chatbot app using gemini api?
Sure point noted bud
@@sadi404 hey did you complete this project, I am facing many issues
10:06 Dependencies ComposeUI listed twice?? typo?
Yup it’s updated in next few seconds 😇
8:28 why have you removed the test implementations?
We are not going to develop test in this project
Hello @NativeMobileBits, Can you pls make a complete tutorial on dagger hilt. I am not sure what is going around with dagger hilt and why is it used.
Why it's used you will completely understand watch this ua-cam.com/video/8Lyi93dzXio/v-deo.html and stay tuned for complete implementation
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
Have not watched such an informative video in long time. Cleared all my doubts 🫶🏻❣️..Keep it up brother
Thanks for acknowledging our content, please watch our other videos we are sure you will love those as well 🤗
@@NativeMobileBits please make a detailed video on JUnit and Mockito testing for this project.
I'm struggling a bit on how to integrate unit tests with your implementation of MVVM. Have you created a video on unit testing? Tried search and didn't find anything.
Noted we will take this for spin some time
Thank you so much🙏🏻
Glad you are enjoying it ❤️
at 7:44 Why are you using lazy initialization in Dependencies? It seems like "=" works fine too.
And lazy initialisation also works just fine.
@@NativeMobileBits Ok. I was wondering if the added complexity of lazy initialization was there for a reason. Apparently not.
In my logcat, it is showing : Inside Loading Inside Loading Inside Error , I am not getting Inside success and i couldn't find any error. Please help.
I didn't get your question..
Inside Error Error(error=Non-null value 'description' was null at $.articles[0].description) @@NativeMobileBits
I think you are getting that log because the api returning null values in some of the fields. I also faced the similar issues. After debugging hours finally I able to resolve the issue by adding null value in the *NewsResponse* class. like below:
*val description : String ? = null*
Replace your NewsResponse to:
data class NewsResponse(
val status:String,
val totalResults: Int,
val articles:List
)
data class Article(
val author:String? = null,
val title:String? = null,
val description:String? = null,
val url:String? = null,
val urlToImage:String? = null,
val publishedAt:String? = null,
val content:String? = null,
val source:Source? = null
)
data class Source(
val id:String? = null,
val name:String? = null
)
Thank you friend!
Your welcome ♥️ please stay connected
excellent content. I joined the channel, as well.
Thanks for enjoying our content do send us a mail with your GitHub account check contact us or about us section for email
Great video bro which tool you use for screen recording?
Thanks
Thanks for great content. But I struggle with codding and errors due to being new to android. Can you share the repo ?
Glad you are liking the videos, all repos are available in channel membership Level 2 , if you are into same send me a email at nativemobilebits@gmail.com with your GitHub username and email id.
no able to sync he build scrit please show what the other things i have to add in that gradle file
Kindly follow the video step by step we do all together in this
now its working it was issue due to multipackages or files pointing to same path @@NativeMobileBits
Many videos like this shows API calls that is suspending but returns a flow, I know it works but it shouldn't no be doing that as per documentation.
Do you just embrace it or you look for workarounds too? Just curious
Embrace it bcs it doesn't give you any problem, and it's used very commonly.
where is the link to repository!!!!! :(((((((((((((((
third day trying to to resolve errors with dependensies (for using your version of "pager" and etc)...
a lot of nerves
how do you use VerticalPager without "compose.foundation"?
I couldn't implement "foundation" higher than 1.4 but dinamic page count appeared only on 1.5
Code repos are included in channel membership
Is there a way to get the folder of the program for editing please ?
Watched though but am encountering issues
@@Dutanewsandsportsupdate code is available only for channel members do consider joining the channel
@@NativeMobileBits how can I join?
@@Dutanewsandsportsupdate next to subscribe button you will see join button follow the instructions there
@@NativeMobileBits subscribed to your channel already
I can’t find the news app on GitHub
thank you very much!
Do checkout our other videos
Thankyou for the detailed steps
1- Question: you havent used the utilities module, using it would have helped us?
Yes great observation we will come on to that soon please join us in ongoing threading series meanwhile ua-cam.com/play/PLLwcRoh3a6u7d8FitWpBz9QOBMW13gYtK.html&si=o77ezWMOS_lSMjjE
@@NativeMobileBits Thanks a lot for this video, just finished watching this and i had a similar question like mentioned in the above comment, also please include dagger tutorial videos, though we can see many videos related to dagger in youtube, but i want hear it from you.
Yes sure, @veerendrank2619 , will come up with these in upcoming videos, we will cover all about dagger hilt etc, meanwhile I will recommend you this video in this I cover why actually we need DI. do checkout and share me your thoughts buddy. ua-cam.com/video/8Lyi93dzXio/v-deo.html
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me. @@veerendrank2619
Thanks, nice videos
Glad you like them! do checkout this playlist for more such videos ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Hello! Thank you for the detailed tutorial!
One question: What Android Studio skin is this?
Thanks, yes, its Android studio, check this video to make your android studio like this ua-cam.com/video/bzNDADcEXzM/v-deo.html
good job
enjoy the video
i need whole crud operation with api intergeration
Noted
Error(data=Non-null value 'id' was null at $.articles[2].source.id) i am getting this error please help me
Please check channel membership program for personal calls and other benefits.
can u please take an app by jetpack compose which will have two kind of users one will be who publish something like some ads items or anything and another user can look the items uploaded on it
This seems your custom project or assignment :) If you want you can take our chief guidance once you book a call in channel membership brogrammer level
Plz bring mvvm,coroutine,dagger i dont knw about these
sure thing, noted, enjoy the video
🎉🎉great work can you also make a video about POST request and how to pass authorization token and manage login session as well as handle error message like validators sent from server
Yes we will do that, meanwhile do checkout our other videos Android Interview Questions & Answers: ua-cam.com/play/PLLwcRoh3a6u5eesdfyPiz7BE8cow2XdJM.html
Master Jetpack Compose: Unleash Stunning UIs in 2023: ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
Can you please make video about it I can provide live APIs for the video @@NativeMobileBits
Hi, I find your code explanations to be clear and easily understandable. I applied a similar approach in an Android code test and received the following feedback. Could you please create a new video to address and explain these feedback points? Thanks in advance.
Feedback
“The project had not demonstrated good architectural patterns and was lacking the reusability and separation of concerns. Data and UI layers are tightly coupled, and data layer is not properly structured. The project was not tested.
Positives:
Demonstrates a good knowledge of compose although the structure and the reusability could be improved.
Good use of Flow to emit data from the repository and an adequate understanding of the coroutines”.
Yes this project is created to showcase how to use compose but it does not have clean architecture.
@@NativeMobileBits could you please create a video that describes the clean architecture?
We will
Hello sir, I was building this app but i am getting a dependencies error because of which i am stuck in between of this project. Please provide the code of this project so that i can resolve the issue.
Hi 👋 code for all projects are available in Chanel membership level 2 , you can checkout by clicking on join
First of all thank you for answering my question. Sir, I am a college student i really can't afford any more expenses. Please guide me what to do.@@NativeMobileBits
I would suggest do pause the video and follow the exact steps while I implement dependencies
How is possible for all different screens sizes ? How can match
We will cover this aspect in upcoming videos, stay tuned. 😊
@@NativeMobileBits thank u upload useful video or shorts plugins for android studio
Sure I think you are looking for something like this playlist
Android Studio - (features and updates) & (tips and tricks): ua-cam.com/play/PLLwcRoh3a6u43pXZfl6V3O1bt_T5tD-q9.html
What are the materials being used?
read description :)
Hi, I like this tutorial and explanation videos on Jetpack Compose. Could you provide videos on Coroutines usage with ViewModels? especially if keeping data from Internet using ViewModels?
Yes ♥️ we have used Coroutines and viewmodel in this video too. But i am bringing Coroutines series where you will learn all about Coroutines stay tuned. Coming very soon
@@NativeMobileBits yeah but this one is a bit complicated, can you make a separate video discussing only just that (ViewModel with Coroutines) I am really stuck with this two. Thank you for the reply
Yes I understand Coroutines can be little bit difficult to understand that's why I am bringing all about threading in a series you will understand it all in that series stay tuned coming very soon
Hi there, I am getting a dependencies error because of which i am stuck in between of this project. Can you please provide the code for this project. It will be very helpful for me.
Thanks!
we want coroutine and di series :::
Hi Bro, you made nice tutorial video to follow, i am being stuck at sealed class creation, my android studio does not have it, i use android studio hedgehog 23.1.1 path 1, please help to advise how to solve it Bro, thank you
Every android studio has the support, if you have doubt in sealed class concepts, you can check this video ua-cam.com/video/nX8PF6XZxew/v-deo.htmlsi=eCriiZTI6BStBlhf
i mean when i am doing right click to create new -> kotlin file there is no choice for sealed class, so i select Class then type Sealed Class manually in the file, hope this way is okey😁@@NativeMobileBits
Yes 🙌
Hi @NativeMobileBits, Can you share this sample repo link?
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
@@NativeMobileBits thanks
Also do enjoy our latest video you will love these internals
what theme are you using in android studio?
Dark theme
@@NativeMobileBits
I did not find
Install the latest stable android studio and enable the new ui
Hello Sir
could you please help to share this project code & template design ?
All project repos are shared with channel membership do check the channel membership option
Once you join send us a email as mentioned in the join description
@@NativeMobileBits need to join Passionate Coder ?
Coding master or brogrammer is having code repos as a benefit do checkout all an d check the description
@@NativeMobileBits please help to check mail:"Request for Repository Access" and grant me access to this project
Can you please provide me the code accidently i deleted the code which I've wrote.
Please check channel membership program for all projects code and other benefits
Need coroutines playlist
World of Threading in Software Development
ua-cam.com/play/PLLwcRoh3a6u7d8FitWpBz9QOBMW13gYtK.html
can you put the repo? ty in advance!
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
Hello! Is it possible to get the sources of the video?
Hi 👋 we encourage coding along while watching the videos , and all the code repos are available for channel members, consider joining membership
Pls how can i get this application
You can join the channel to access the code, channel membership level Parallel Coder & Learner and send us an email at nativemobilebits@gmail.com
Please is that vsc or….
@@Dutanewsandsportsupdate it’s android studio
You need to follow this
Gemini In Android Studio - Supercharge your development
ua-cam.com/video/CLp9UodAkrc/v-deo.html
We also have different playlists where we have one playlist dedicated to android studio updates and using it better
very informative and learning lot from your videos , can i get repo of this.? Thank you
Glad you enjoying the videos , the Main idea is to code with me so you will learn by doing and code repos are available to channel members for that you can join the channel and add a comment to me
@@NativeMobileBits joined as the channel member .
yes coding with you ,want to learn more from you
@@shrutimolage622 thanks send me a email at nativemobilebits@gmail.com with your GitHub username and email id.
could you provide me dependency and vertions .kts
please code along, and wherever I have added dependencies I have explained in video that please pause for a second and code together
1:12:08 - its called backing property
😊
Please teach kotlin flow
Sure thing, coroutines and flow series are coming very soon, we will cover all about these things. Stay connected
Can you share ci cd videos
I want to learn that 😇
Sure, noted I will share about it
Hey..
Can you share the github link for this project?
Hi all code links are included in channel membership, do join and explore
would you give me the github link of this project.
All project code comes under channel membership my friend
can u clear my doubt if i take membership
Sure do check call option in membership
Plz upload tutorials of jetpack from scratch much needed ✌️🙏
We have the playlist you want, check it out ua-cam.com/play/PLLwcRoh3a6u6IsUrXoKaoZNb5LvhOhV8J.html
in this playlist we are covering Jetpack Compose from scratch.
also if you are trying to learn Android from beginning, you should check this playlist, ua-cam.com/play/PLLwcRoh3a6u60ZEVdcKijpnRFTALeJwL-.html
its a complete Android development roadmap 2023
@@NativeMobileBits yeah I explored this playlist & that's awsm as it is project based. I need something from 0.......aisa smjho sir mujhe kuch ata hi ni ho jetpack k bare m 😅. Just upload One shot that conatains basics concept if it is possible
It's not only project based if you will see the videos you will find single topics explained as well in starting videos, sort the videos as oldest in this playlist
ua-cam.com/video/EuZGaxymME0/v-deo.htmlsi=Hl-tqAklCcwBN64D
ua-cam.com/video/2ppQaaIdwuA/v-deo.htmlsi=4ISI-rl54MM9zvs_
Hi, Great video.
I am getting an error when I call API using retrofit "okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR"
Glad you enjoyed it.
Do checkout about api documention and error codes if possible.
thank you very much, dear friend. Can you put the code in the repository?
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
Thank you so much for your work and response. Probably the main difficulty I have is not to skip a line of code somewhere. I have been sitting for 1 hour and watching a section of the video up to the 15:41 mark of the Health implementation code. But so far I'm getting an error and I can't understand the reason. Therefore, if there was a code, it could be compared with its own. But in any case, your material is very important to me. Thank you very much.@@NativeMobileBits
Hilt :)
Please share me the error, I will help u always.
Большое вам спасибо! А как я могу поделиться ? @@NativeMobileBits
Isn't repository part of the data layer and not UI as part of clean architecture.
we follow mvvm here.
@@NativeMobileBits HI, I appreciate and love the content you are preparing here. It takes lots of efforts to achieve the same. But this part is wrong and I would request you to correct it. MVVM can be built on top of Clean architecture principles. I am happy to connect and explain if it's required.
There is nothing specific for any given architecture, and i have been using both but here I don't complicate things so that people can easily understand, and mvvm and clean architecture both are different, mixing those are not a necessity we are just using mvvm in this code and it's not inspired to be clean, it's mvvm 😊 , if you feel something wrong with due respect you can leave that part out 😇
bhai repo bhi share kardo will help a lot
All projects repos are included in channel membership
Why we are using moshi here
idea is to showcase its use for efficient JSON parsing and serialization in our Android project, going forward
Can u plz provide the github repo link for this video ?
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
Sure, thanks.
Can you give me git hub link
Hi friend, main idea is to implement in parallel with the video. Please code with me while watching this video and ping me if you face any difficulty will help
@@NativeMobileBits 👍🙌
+
I got this error:-
Execution failed for task ':app:kaptDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
> java.lang.reflect.InvocationTargetException (no error message)
Please help. In which file I should look?
I am following you
Seems dagger kapt one