I just get error: incompatible types: android.widget.Toolbar cannot be converted to androidx.appcompat.widget.Toolbar setSupportActionBar(toolbar); When i first try to run and I've followed you exactly
Hello Sir I have used firebase Google authentication in my android app. While uploading it on Google Play console what selections do i have to make in data safety. Thanks in Advance
You are using Firebase Authentication, it means you are collecting user's data like their name, email, phone numbers etc. You will have to mark yes in data safety that you collect user's data. Further you have to declare that what types of data you are collecting, are you sharing their data also and why you are collecting or sharing their data. Everything will be just written above the selections, what to do and how to do, just follow along. All the Best! 👍
@@codewithsurya101 thanks sir, It'll be very helpful if you create a detailed video on the internal and closed testing thing on the Google Play Console :)
@@codewithsurya101 one last thing sir, The SHA-1 which I provided while testing was debug but when I upload the app authentication won't work. How do I resolve this issue?
You can prefer my this tutorial. ruclips.net/video/f2FHc77CbO0/видео.html This is a detailed explanation about fragment implementation with BottomNavigationBar. It is going to be same process for Options menu also. If it didn't help, I will create a separate video tutorial about it.
@@codewithsurya101When add library swipe reveal ( implementation("com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.1") ) in build.gradle.kts (:app) but in file xml still haven't that library. I saw that error same me in web saying "This lib is on jcenter but jcenter is shut down " . Can you create video tutorial fix for me about that? thanks for watching.
Open your " _settings.gradle.kts_ " file and add " _jcenter()_ " inside the " _dependencyResolutionManagement_ " >>> " _repositories_ " : dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() *_jcenter()_* maven(url = "jitpack.io") } } It worked for me, let me know if it also works for you. Thanks!
@@codewithsurya101 thanks, it really usefull for me, but 'jcenter(): MavenArtifactRepository!' is deprecated. Deprecated in Java. Does it have any effect for my project?
thanks you from bottom of my heart
thank you very much, because i can make to appear option menu. This video is very useful which I am finding
Thanks for appreciation! 👍
Thanks man, that's helpful.
I just get error: incompatible types: android.widget.Toolbar cannot be converted to androidx.appcompat.widget.Toolbar
setSupportActionBar(toolbar);
When i first try to run and I've followed you exactly
In your import section, replace "android.widget.Toolbar" with "androidx.appcompat.widget.Toolbar".
If you didn't get it, let me know.
Sir kindly ek video may full koi be app project bna day jis may all type of menu bar, fragments cover ho jay. Thanks
Ok sure, I will try.
Thank you very much, I was asking my self why it doesn't work but you showed us the Toolbar ❤
Hello Sir
I have used firebase Google authentication in my android app. While uploading it on Google Play console what selections do i have to make in data safety.
Thanks in Advance
You are using Firebase Authentication, it means you are collecting user's data like their name, email, phone numbers etc.
You will have to mark yes in data safety that you collect user's data.
Further you have to declare that what types of data you are collecting, are you sharing their data also and why you are collecting or sharing their data.
Everything will be just written above the selections, what to do and how to do, just follow along.
All the Best! 👍
@@codewithsurya101 thanks sir,
It'll be very helpful if you create a detailed video on the internal and closed testing thing on the Google Play Console :)
Of course, I will.
@@codewithsurya101 thank you!
@@codewithsurya101 one last thing sir,
The SHA-1 which I provided while testing was debug but when I upload the app authentication won't work. How do I resolve this issue?
Thanks man!
Please make functions detail fragment(blank) in android studio java 😅
You can prefer my this tutorial.
ruclips.net/video/f2FHc77CbO0/видео.html
This is a detailed explanation about fragment implementation with BottomNavigationBar. It is going to be same process for Options menu also.
If it didn't help, I will create a separate video tutorial about it.
@@codewithsurya101When add library swipe reveal ( implementation("com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.1")
) in build.gradle.kts (:app) but in file xml still haven't that library. I saw that error same me in web saying "This lib is on jcenter but jcenter is shut down " . Can you create video tutorial fix for me about that? thanks for watching.
Open your " _settings.gradle.kts_ " file and add " _jcenter()_ " inside the " _dependencyResolutionManagement_ " >>> " _repositories_ " :
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
*_jcenter()_*
maven(url = "jitpack.io")
}
}
It worked for me, let me know if it also works for you. Thanks!
@@codewithsurya101 thanks, it really usefull for me, but 'jcenter(): MavenArtifactRepository!' is deprecated. Deprecated in Java. Does it have any effect for my project?
No, It should not have any effect on your project.
Xml in 2024?
What do you mean?
Why write the title in english if its not in fucking english ?