Thank you very much, I was tired of searching for lectures on Android Architecture. finally found your channel, keep going and I request you to make a video covering all about android architecture jetpack thank you once again
I have done almost all android tutorials in java, watch these playlists: th-cam.com/video/RrFkQ6o70d4/w-d-xo.html th-cam.com/video/ooP8kkhvRQI/w-d-xo.html th-cam.com/video/rNYaEFl6Fms/w-d-xo.html th-cam.com/video/qO56SL856xc/w-d-xo.html th-cam.com/video/9rcrYFO1ogc/w-d-xo.html Subscribe like share
Thanks, nice job man. You can simplify creating data binding layout tags, must have cursor on root layout, next, on Windows alt+enter (on Mac option+return) and choose create data binding layout.
wow superb explanation. Very simple and effective.. Thanks for providing it.. U have videos on MVC,MVM,MVP model on android. Please make videos on this. As there is no video tutorials available. If your channel is having videos of the that playlist please provide the link.
I think ur asking about this ActivityMainBinding.inflate(getLayoutInflater()) , that here we are not providing a layout id, if yes, then the answer is that: This class ActivityMainBinding is automatically generated from the layout file so therefore No need to reference the layout itself...
Im looking for the code you used in this tutorial as Im unable to use glide for some reason, I went to your github and only shows the codelab from google. Do you still have the code from this video on github?
have you made a video on using Facebook for developers (developers.facebook.com) to sign In / Log In - using Facebook accounts yet ? If not, can you please make one or help me with that bhai ? I'm working on a project and they want a Facebook sign In too.....Google sign In was much easier to implement but it feels that something is missing in the Facebook's documentation. I have nearly watched every tutorial out there and i think Facebook changed something recently which is causing this because even following a 4 months old tutorial isn't working for me, i just can't move after the OnError() method inside the Facebook Callback. Any help appreciated from your side !
If u want u can use Facebook auth with firebase In the most simple way but if u prefer only Facebook auth then it’s a nice idea I’ll prepare a video for the same in some time
Unable to start the daemon process PLEASE HELP @yoursTRULY i tried this solution below by its still not working 1.Open the projects gradle.properties file in android studio 2.Added this line at end of file org.gradle.jvmargs=-Xmx1024m & Save the file 3.Close & reopen the project
How long time I losted for understand it and you can teaching me it in 24 min. Amazing, thanks.
Thanks a lot, I don't think no one can explain like this. Thank you so much
Simple explanation 🙏👍
Best Explanation of data binding.. woooow
woww great for a beginner ....me as a beginner found this a best video
I've been using viewBinding but never knew that dataBinding covers all and extends it's application into ViewModelling . Thanks, so much brother
thank you so much i was stuck in it before one hour
Thank you very much, I was tired of searching for lectures on Android Architecture.
finally found your channel, keep going and I request you to make a video covering all about android architecture jetpack
thank you once again
please keep doing the same in JAVA or if you shift in Kotlin make another video in JAVA🙏
Valuable, it's simply amazing😍👍
Your explanation and flow of video is awesome 🔥🔥😄
Thank you 🙌
khatarnak explaination
This is an amazing tutorial. Thank You very much.
Great lesson! Thanks a lot :)
Thanks sir.... Great explanation with deep knowledge and explain everything... 👍 Fantastic
Wow! This truly reflected the title. Amazing one man ❤️👍
This was so helpful brother ❤️ Much needed 🤟
Another fantastic video. Thanks
amazing video
This is a great video to understand DataBinding. Please do the video in Java for all Android Architecture components. Thanks a lot.
I have done almost all android tutorials in java, watch these playlists:
th-cam.com/video/RrFkQ6o70d4/w-d-xo.html
th-cam.com/video/ooP8kkhvRQI/w-d-xo.html
th-cam.com/video/rNYaEFl6Fms/w-d-xo.html
th-cam.com/video/qO56SL856xc/w-d-xo.html
th-cam.com/video/9rcrYFO1ogc/w-d-xo.html
Subscribe like share
Thanks very clear explanation
subscribe like share
@@mafiacodes I already done this
Awsome tutorial.
Reaaly helped me thanks. for this amazing video
nice explanation brother keep it.
Thanks and welcome
Thanks alot. This video helped
Ótimo vídeo! BRASIL
Thanks, nice job man. You can simplify creating data binding layout tags, must have cursor on root layout, next, on Windows alt+enter (on Mac option+return) and choose create data binding layout.
Yes ur right
awesome, thanks
Great video! Just what I needed, thanks!
Awesome video
wow superb explanation.
Very simple and effective..
Thanks for providing it..
U have videos on MVC,MVM,MVP model on android.
Please make videos on this. As there is no video tutorials available.
If your channel is having videos of the that playlist please provide the link.
Thankyou sir
Healthy tutorial, 👍
Keep going doing great things ♥️
Exactly got what I need thanks a lot 🌹
at 5:22, In the second way of setting the content view, where are we setting the layout id, Please clarify this.
I think ur asking about this ActivityMainBinding.inflate(getLayoutInflater()) , that here we are not providing a layout id, if yes, then the answer is that: This class ActivityMainBinding is automatically generated from the layout file so therefore No need to reference the layout itself...
great video 👌👌
thanks man
Bro try to video on constraint layout
thank you very much..
Google developers theme, and font Operator Mono
Thanks, keep going.
Subscribe like share
@@mafiacodes I always suggest your videos to new learners. Cos, your videos are very easy to understand. 😀
thank you for uploading this it is very helpful can you please post a video about two way binding or about how to bind in edit text
Your videos and explanations are great.. But when do you plan to move to Kotlin?
Very soon!
what theme are you using please ?
Google developers
@@mafiacodes how do i download
i meant the color theme ?
@@mafiacodes i meant the color theme ..
Yup that’s the name of theme
please make video on SingleLiveEvent it most importance topic when using ViewModel or Livedata in our project
Can we use view binding and data binding at the same time?
Yes, it’s explained in my MVVM series
Thx man!
Im looking for the code you used in this tutorial as Im unable to use glide for some reason, I went to your github and only shows the codelab from google. Do you still have the code from this video on github?
These repos might help:
github.com/trulymittal/DataBinding_intro
github.com/trulymittal/DataBinding_RecyclerView
@@mafiacodes
I'll give th a try thank you!
How to pass parameter in onClick button from user class?
Whats the difference between data binding and view bindings?
watch at 17:45 where I implement view binding along with data binding and you will get your answer.
how to reach you in person?mail or anything?need to talk
@@mafiacodes whenever you are free,do check your inbox please
have you made a video on using Facebook for developers (developers.facebook.com) to sign In / Log In - using Facebook accounts yet ?
If not, can you please make one or help me with that bhai ? I'm working on a project and they want a Facebook sign In too.....Google sign In was much easier to implement but it feels that something is missing in the Facebook's documentation. I have nearly watched every tutorial out there and i think Facebook changed something recently which is causing this because even following a 4 months old tutorial isn't working for me, i just can't move after the OnError() method inside the Facebook Callback. Any help appreciated from your side !
th-cam.com/video/qAN9KYhOSec/w-d-xo.html
@@syedovaiss already watched it, didn't work
If u want u can use Facebook auth with firebase In the most simple way but if u prefer only Facebook auth then it’s a nice idea I’ll prepare a video for the same in some time
@@mafiacodes appreciate it, I implemented it now though was just missing the hash key
viewBinding.enabled = true
Add this also, then only that working properly
Viewbinding and data binding are different bro.
Waiting for your video in which i can learn mvvm+data binding with kotlin
Mvvm Databinding coming in a couple of days but with Java 😉 - remember one thing java code can be easily ported to kotlin but reverse is not true.
@@mafiacodes thanks for sticking with Java. Really grateful for your work.
05:11
Unable to start the daemon process
PLEASE HELP @yoursTRULY i tried this solution below by its still not working
1.Open the projects gradle.properties file in android studio
2.Added this line at end of file org.gradle.jvmargs=-Xmx1024m & Save the file
3.Close & reopen the project
May be this can help:
stackoverflow.com/questions/25009717/android-studio-gradle-project-unable-to-start-the-daemon-process-initializatio