No one can beat your UI/UX designs bro... background colours, font selection, subtle animations, modifying views etc., is wonderful bro... Thanks for your another skilful work sharing...
Hats off man u are doing a great job👍👍.just started using Android studio that's why watching 10 months ago vedio , I will come to this soon just came here to comment ❤️❤️........OMG JUST edited after seeing the intro,that was 😍😍😍
Sir, How's work nearby location feature. I have registered on Google API but I don't know how to show data in ListView or Recycleview. Can you please with new video. I hope full detailed video will uploaded soon.
Excellent video..i learnt a lot ....can you please send a link for the signup aspect of the code. You said we just need to replicate the same for the login code and just add about 2 more textviews or so. I am new to android studio and will be glad if you can help me out with the signup code.
I can't use this login with fragment to insert data in firebase real time database. Can you make a video on how to insert data with this format of login . TIA
Best style of teaching. In the past few days I have learnt a lot in this field and i am finally able to get that confidence of making a complete Application. I am a freelance Web developer, Now all thanks to you. I can also develop android applications. Thanks a ton! May god bless you
Ur Style is just op.... and u clear the concepts easily, one problem though, login text and signup text are not visible, can u please help. i have tried everything and u r my last option
Sir could you add documents used in this video. It will be greatfull for a beginner like me . Your videos are so beautiful and I am one of your fan. I hope you will do nessary step in favour of my request. God bless u and your family 💗
Sir i used floating action bar and gave a src image as well and there are no errors showing up yet my img is not showing in design I also added implementation 'com.google.android.material:material:1.2.0-alpha02' in gradle build
6:05 It didn't curve when i applied the background. But it did curve with a Linear Layout. Is there any way i can fix it? 8:39 The button is facing similar issue as well. Only the button's color is not applied. Great tutorial btw thanks!
Please make a video on multiple auth. First login with gmail/email and check user is new or wasn't phone verified. If not display form with phone number and verify it with firebase. Then accept name and others data. Both authentication should be using firebase.
Sir; everything is ok but when I click on login or signup it doesn't switch between fragments, It only switch when I slide the screen... How can I switch between fragment when I click on tabs login and signup? thnx for everything you do :)
Ur Style is just op.... and u clear the concepts easily, one problem though, login text and signup text are not visible, can u please help. i have tried everything and u r my last option Please Help
@@CodingwithT Could you do a tutorial on how we can get current maps location or person A and B like in uber in 2022. If you have it, kindly share the link.
Man, the tab layout did not work because I think you skipped on the SignupFragment part, perhaps next time do not skip parts of the program else just provide the code so we can explore properly
hey your tutorial is great i am new to android studio, and in this tutorial u have directly shown the onboarding fragment 1, 2, 3 which i did not understand could you please help
In case you are unable to shift between tabs... input this code after the viewpager.addOnPageChangeListener(new TabLayout.TabLayoutOnPageChangeListener(tabLayout)); : tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener(){ @Override public void onTabSelected(TabLayout.Tab tab) { viewpager.setCurrentItem(tab.getPosition()); } @Override public void onTabUnselected(TabLayout.Tab tab) { } @Override public void onTabReselected(TabLayout.Tab tab) { } });
@@wajdhallak2485 i hope it can help you: final LoginAdapter adapter = new LoginAdapter(getSupportFragmentManager(), this , tabLayout.getTabCount()); viewPager.setAdapter(adapter); viewPager.addOnPageChangeListener(new TabLayout.TabLayoutOnPageChangeListener(tabLayout)); tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() { @Override public void onTabSelected(TabLayout.Tab tab) { viewPager.setCurrentItem(tab.getPosition()); } @Override public void onTabUnselected(TabLayout.Tab tab) { } @Override public void onTabReselected(TabLayout.Tab tab) { } }); tabLayout.setTranslationY(300); tabLayout.setAlpha(v); tabLayout.animate().translationY(0).alpha(1).setDuration(1000).setStartDelay(100).start();
When i add fab, google or twitter image then it show just black boxes. Infact i change theme no action bar but invain. And one other question i use Linear layout but the program is just crash.why?
Liquid swipe and onboarding working nicely but login and Signup Fragment not showing on Login Activity? what is the cause, there is no logcat Error showing
@@CodingwithT Hmm. Kinda weird. I've just followed your every step and when I'm on signup fragment and enter any edit text, the signup button overlaps with these edit buttons. Same with floating buttons. They're on top of edit texts and the button and it looks really bad.
bro it would be a lot of help to me if u make a tutorial on tinder like swipe cards plzz.....its my req..there is not at all perfect vdeo on this topic...nd since i like ur teaching style and like ur vdeos ....it would be fun learning from u ...
android development has always been about being responsive. So the question is: is it a responsive design? especially with that pink constraint layout widget on the top? Thanks
I am having trouble with 15:22 the skip part does not show what to declare above for email, pass, forgotpass, and login.. please help i am stuck to that part
while watching this video, i was like "wow.... slow down, Mr. Turbo..." real fast and magnificent job you did there!
Thank you so much 😊
lol, Android studio even has gui tools to help with the design without having to write up xml code.
No one can beat your UI/UX designs bro... background colours, font selection, subtle animations, modifying views etc., is wonderful bro... Thanks for your another skilful work sharing...
Thank you so much bro ❣️
With your support, I'll keep improvising it👍
sir your UI skill is just wow!
Professional development ❣❣❣❣❣❣
Thanx dear , may god bless u
Thanks
please add more videos man on daily basis .....just looking like a wowwwww
sir ur so wesome sir ur vidios helping aaa lot to me thank you so much sir
thank you I'm pretty bad in UX/UI this was amazing
bro literally one of the best professional developper i have ever seen in this videos deiserve subs like and more.
Appreciate that
Hats off man u are doing a great job👍👍.just started using Android studio that's why watching 10 months ago vedio , I will come to this soon just came here to comment ❤️❤️........OMG JUST edited after seeing the intro,that was 😍😍😍
You loved that! Thank you😍
Ur work is really appreciable
Hi, I have a problem with FragmentPager adapter it shows that it is deprecated. What should I do?
Really nice. Thanks
Sir, How's work nearby location feature. I have registered on Google API but I don't know how to show data in ListView or Recycleview. Can you please with new video. I hope full detailed video will uploaded soon.
Could you show to to setup things before starting activity...
thank you so much for making this tutorial for us once again thank you so much
So nice of you ☺️
amaxing ! how it is possible without any library ! great
Thanks 👍
Excellent video..i learnt a lot ....can you please send a link for the signup aspect of the code. You said we just need to replicate the same for the login code and just add about 2 more textviews or so. I am new to android studio and will be glad if you can help me out with the signup code.
Sir I have an doubt regarding this coding
Please help me in solving this coding errors
Which is better Frame Layout or Constraint Layout ?
Both have benefits but constraint is easy and better
I can't use this login with fragment to insert data in firebase real time database. Can you make a video on how to insert data with this format of login .
TIA
Best style of teaching. In the past few days I have learnt a lot in this field and i am finally able to get that confidence of making a complete Application. I am a freelance Web developer, Now all thanks to you. I can also develop android applications.
Thanks a ton!
May god bless you
thanks.. keep supporting
Thank you for this informative tutorial!
Where can I find the code for the user to input values into the login or sign up?
Such an amazing designing ✨, and I'm pretty sure your videos are Underrated.
Thank you 😊 please help me spread my content.
fabulous
Thank you 😊
Great work somi
wonderful it's amazing thank you so much
Hi Sir, thank you for all your knowledge, if you could, I would be great if you could make a serie but in Kotlin. Thanks again from Mexico
how did you Add that text flowing right to left!
Ur Style is just op.... and u clear the concepts easily, one problem though, login text and signup text are not visible, can u please help. i have tried everything and u r my last option
Do me WhatsApp on wa.me/+923060000606
how you solve this problem
Sir could you add documents used in this video. It will be greatfull for a beginner like me . Your videos are so beautiful and I am one of your fan. I hope you will do nessary step in favour of my request. God bless u and your family 💗
Do contact with me on Instagram
@@CodingwithT could you also send me the github link please?
Sir i used floating action bar and gave a src image as well and there are no errors showing up yet my img is not showing in design
I also added
implementation 'com.google.android.material:material:1.2.0-alpha02' in gradle build
Hello, in which playlist this video is located? can you please give the playlist link
Here you go
th-cam.com/play/PL5jb9EteFAOAO16th6HQa76-pdyT3y4L5.html
Bro eagerly waiting fro your next video....
when is it coming?
6:05 It didn't curve when i applied the background. But it did curve with a Linear Layout. Is there any way i can fix it?
8:39 The button is facing similar issue as well. Only the button's color is not applied.
Great tutorial btw thanks!
Did your's work ? My curves worked but the two fragments don't work or rather the sign up and log in fragments do not appear on the tabs
Having the same issue can u tell how to fix it ? It will be very helpful
@@AllanBenABJ Hi, did you find the solution?
add android:background="@drawable/vie_bg" into tablayout brr
hey, did you find the solution? My logo color is changed for some reasons in Button too
Please make a video on multiple auth. First login with gmail/email and check user is new or wasn't phone verified. If not display form with phone number and verify it with firebase. Then accept name and others data. Both authentication should be using firebase.
Sure
Sir;
everything is ok but when I click on login or signup it doesn't switch between fragments, It only switch when I slide the screen...
How can I switch between fragment when I click on tabs login and signup?
thnx for everything you do :)
I will show you in upcoming videos
Coding With Tea we are waiting u :)
tablayout.setupWithViewPager(viewPager);
Do me WhatsApp on wa.me/+923060000606
viewPager.addOnPageChangeListener(new TabLayout.TabLayoutOnPageChangeListener(tabLayout));
tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
@Override
public void onTabSelected(TabLayout.Tab tab) {
viewPager.setCurrentItem(tab.getPosition());
Log.i("TAG", "onTabSelected: " + tab.getPosition());
}
@Override
public void onTabUnselected(TabLayout.Tab tab) {
Log.i("TAG", "onTabUnselected: " + tab.getPosition());
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
Log.i("TAG", "onTabReselected: " + tab.getPosition());
}
});
Ur Style is just op.... and u clear the concepts easily, one problem though, login text and signup text are not visible, can u please help. i have tried everything and u r my last option Please Help
Please Help
Please check the code from the site
Hello, good work. Kindly share the social media icons you used on the fabs
Thank you dear, Due to copyright issues I'm afraid I cannot directly share icons. But you can easily get those from icons8.com
@@CodingwithT Could you do a tutorial on how we can get current maps location or person A and B like in uber in 2022. If you have it, kindly share the link.
I need it for my project implementation....
No you have to teach us how to make a really cool intro like that 🔥🔥🔥
Will do someday 🤠
Thank you so much sir 😀
You welcome 😁
Man, the tab layout did not work because I think you skipped on the SignupFragment part, perhaps next time do not skip parts of the program else just provide the code so we can explore properly
hey your tutorial is great i am new to android studio, and in this tutorial u have directly shown the onboarding fragment 1, 2, 3 which i did not understand could you please help
Heyy!! Could u please provide the validation using firebase for the same ui
I've firebase and validation videos on City Guide app tutorials.
how did u do the "email" "password" animation at login after fragment on boarding? to pop ups one by one until Facebook logo gmail logo etc.
what are ids imageview and imageview2 are for? Unable to find anything regarding that in video. Please help. Watching videos from start
Start watching the series from the start
Good Job
Thanks :)
genial video gracias por compartir saludos desde mexico
Wowowowo
@@kishoreN2572 get lost
Sir you creating a live project 😍😍😍
In case you are unable to shift between tabs... input this code after the viewpager.addOnPageChangeListener(new TabLayout.TabLayoutOnPageChangeListener(tabLayout)); :
tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener(){
@Override
public void onTabSelected(TabLayout.Tab tab) {
viewpager.setCurrentItem(tab.getPosition());
}
@Override
public void onTabUnselected(TabLayout.Tab tab) {
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
}
});
I had this problem and I feel so lucky to see your cmt
thankssss
I added the code but unfortunately it's still not working for me, what should I do?
@@wajdhallak2485
i hope it can help you:
final LoginAdapter adapter = new LoginAdapter(getSupportFragmentManager(), this
, tabLayout.getTabCount());
viewPager.setAdapter(adapter);
viewPager.addOnPageChangeListener(new TabLayout.TabLayoutOnPageChangeListener(tabLayout));
tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
@Override
public void onTabSelected(TabLayout.Tab tab) {
viewPager.setCurrentItem(tab.getPosition());
}
@Override
public void onTabUnselected(TabLayout.Tab tab) {
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
}
});
tabLayout.setTranslationY(300);
tabLayout.setAlpha(v);
tabLayout.animate().translationY(0).alpha(1).setDuration(1000).setStartDelay(100).start();
Did you use Java language to do project?
yes
How would you change this for view pager2?
can i use other layouts like relative layout or scroll view?
yes.. but dont use percentage width and height in scroll view
okay thank you
Amazing bro... Keep it up...
Thanks 👍
Ap kis pr run krty hain android studio?
PC ya laptop. Kindly specs b bta den jis ko use krty hain us device ki. Thanks 😊
When i add fab, google or twitter image then it show just black boxes. Infact i change theme no action bar but invain.
And one other question i use Linear layout but the program is just crash.why?
add this line inside your fab xml:
app:tint="@null"
Please check the code from the site
Rocking bro!!
can you tell how to the backend of login and signup in fragments using firebase auth
Nice
Thank you 😊
Can you bring a tutorial on developing a ipad os like tab interface for tablet apps. I mean the dual panel layot.
Yeah will do
Awesome 👍
Designs are so excited 😍😍😍❣❣
Bhai on boarding k lye shared preferences py video bnao jb bhi app open krta ho on boarding screen ajati h plz is py video bnao
Will show in upcoming videos. Thank you
thank you
plss do some tutorial on that onboarding screen
It's already created! For City guide app series
Hey can you please make a vedio on adding webview?
Yeah definitely
@@CodingwithT thanks a lot bro
Hey make videos on tutorial of Android studio with cpp language
Hi i did not want to put animation to the login part so I skipped after 14:00 min. But the sign up fragment is not working. Am i missing something?
Also no error is showing but the fragment is not working
basically case 0 is working but not case 1? Please suggest what error can it be?
@@tiyashadas5247 Check ViewPager Adapter code in main activity
@@flutter_crafter thank you I'll look into it
add these lines:
tabLayout.addOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
@Override
public void onTabSelected(TabLayout.Tab tab) {
viewPager.setCurrentItem(tab.getPosition());
Log.i("TAG", "onTabSelected: " + tab.getPosition());
}
@Override
public void onTabUnselected(TabLayout.Tab tab) {
Log.i("TAG", "onTabUnselected: " + tab.getPosition());
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
Log.i("TAG", "onTabReselected: " + tab.getPosition());
}
});
Do you have the resources that you use in the app(images)?
Do me WhatsApp on wa.me/+923060000606
Nice work 👌
Faraz Bhai ✌
maShAllah Allah bless you bro 💞💞💞💞
Keep it up ,very good
I very much need to learn how to use webview
Beautiful 🤩🤩🤩
Thank you so much 💖
@@CodingwithT provide login_background image please
You're THE best!
Thank you
Please show us a activity onboarding fragment1,2,3
It has been Uploaded
Sir, ap issi form mai SQlite database Add kr k video bana len . plzz.
I'll do it with APIs
@@CodingwithT sir mai ne try kiya tha but apne login and signup ke fragment alag banaen hain to database ki coding kis file mai karon???
Prooooo
So kind of you 😊
Cheers 🥂 😃
Good work 😺
How can i get the logos please, every time i search for it i find it too large, or may be there any way to resize it?
Write this line in your floating action button (logo) xml:
android:scaleType="fitXY"
Waiting for more parts ❤️❤️
I'm trying to upload the tutorials asap, Stay Tuned 👌👍
Awesome sir please do store login data in firebase
I'll use retrofit ❣
I want to change the login fragment with say forgot password fragment when I click on forgot password text view. Can you help me with that ?
Thank u vro🥰
Liquid swipe and onboarding working nicely but login and Signup Fragment not showing on Login Activity? what is the cause, there is no logcat Error showing
I wanna add onclicklistener on button login in which activity do i have to implement my command need urgent help
Everything is great, but does it all still fit well when you enter the for example password edit text?
Yes it does
@@CodingwithT Hmm. Kinda weird. I've just followed your every step and when I'm on signup fragment and enter any edit text, the signup button overlaps with these edit buttons. Same with floating buttons. They're on top of edit texts and the button and it looks really bad.
Hello there..where can i put the code for log in and register??
How can I implement dark mode for the background drawable?
bro it would be a lot of help to me if u make a tutorial on tinder like swipe cards plzz.....its my req..there is not at all perfect vdeo on this topic...nd since i like ur teaching style and like ur vdeos ....it would be fun learning from u ...
Will do definitely
@@CodingwithT thank u😀
android development has always been about being responsive. So the question is: is it a responsive design? especially with that pink constraint layout widget on the top? Thanks
Yeah
Sir kindly share all images you used in all these partd
I'm afraid due to copyright distribution issues I cannot distribute them. But you can get at icons8.com
I am having trouble with 15:22
the skip part does not show what to declare above for email, pass, forgotpass, and login.. please help i am stuck to that part
thank's , very good and proffesional knowlage .
where can i find logo's with no background like Google & Facebook for free ?
Well there are many sites online proving such services and some are free but many are paid.
So the suggestion is to use Photoshop
thanks
Thanks man 😊
sir we havnt created any onboardig screen .java file yet
Then make it
9:50 where is this "attachToRoot:" from ?? i have an error
Good work man!
Glad you liked it!
Plz sir do video for saving a data in database
Yeah I'll
@@CodingwithT Sir please go for it
I can’t go from the login screen to another screen did setonclickliaterner for the logon button and put intent but the app keeps crashing.
show your code
Please check the code from the site