Make An Android App Like TINDER - part 12 - MASSIVE CODE CHANGES

Make An Android App Like TINDER - part 12 - MASSIVE CODE CHANGES

SimCoder

6 лет назад

10,477 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@narkotrillergang6479
@narkotrillergang6479 - 29.05.2022 22:03

Если у вас проблемы с отображением карт, то обратите внимание на эти строчки
Database reference userDb = usersDb.child(user.getUid());
userDb.addListenerForSingleValueEvent(new ValueEventListener() {
The second line should be userDb, not usersDb

Ответить
@silvergoose7932
@silvergoose7932 - 04.03.2021 18:36

For anyone having the issue of not seeing the cards in main activity . . make sure you check the spelling in the 'case' section of checkUserSex . . In mine, I had used lower case male and female instead of Male and Female . . once I change that it worked perfectly.

Ответить
@mounishbadireddi311
@mounishbadireddi311 - 04.12.2020 06:56

HALLOO, my database just doesnt show any children. users are getting registered in authentication but my realtime database is showing nothing. my data is not getting saved on the real time database. it worked perfectly fine before the changes in the structure but it doesnt now and this is causing error in mainactivity because there is no body to get the Uid from. i checked the forum but i couldnt find anything

Ответить
@znpr0
@znpr0 - 11.11.2020 13:31

Hello sim coder the profiles are not shown, in the card view

Ответить
@tenzinchoeney8094
@tenzinchoeney8094 - 15.08.2020 22:24

On CheckUserSex() method he had addChildEventListiner and than at the end he has addListenerForSingleValueEvent and ValueEventListener gives me an error

Ответить
@jaypark1544
@jaypark1544 - 12.05.2020 17:15

I found the problem. The problem is there anyway when someone sends a message the page automatically scrolls down, because now when someone for example sends a lot of messages you'll have to scroll down to see them.

Ответить
@dannyvo6962
@dannyvo6962 - 20.04.2020 10:11

hi everyone, I have a problem with my card, It's doesn't show anything. However I fixed it, Check item.xml -> frame, check for layout_height to "wrap_contend" , It was 0dp that's wrong!! I hope this helps.

Ответить
@malithileperuma9831
@malithileperuma9831 - 09.02.2020 08:36

Same here . my code is exactly same as yours and everything works fine but swipe cards are not showing. and there are no any solutions in your forum . found any solution?? @SimCoder

Ответить
@mesutyldz831
@mesutyldz831 - 23.12.2019 22:46

I watch and write same time, But ı have two problems,
1a- Glide.clear(mProfileImage); from SettingsActivity
1b- Uri downloadUrl = taskSnapshot.getDownloadUrl();
and
2- Glide.clear(image); from arrayAdapter


ı implemented these;


implementation 'com.github.bumptech.glide:glide:4.0.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'


What can ı do now ?
ı search many forum but not solved

Ответить
@DatNguyen-fj9lp
@DatNguyen-fj9lp - 11.11.2019 20:17

Why my cards are not displayed ? I have followed your video but my cards are not displayed ? Can you help me ?

Ответить
@kipkemoiderrick1742
@kipkemoiderrick1742 - 23.05.2019 00:12

Thank you. This fixed my problem.

Ответить
@hotwuk212
@hotwuk212 - 02.12.2018 04:26

i dont understand the point of this. only that it has made my app not work correctly. no cards are showing now and i have done evcerything preoprly. may stop here. good videos but not clear enough sorry

Ответить
@patrykzackiewicz8683
@patrykzackiewicz8683 - 23.08.2018 23:48

After this code change I can't see any results in MainActivity. I've watch video three times and I'm pretty sure I've done everything exactly the same way. Please SimCoder, help.

Ответить
@irenkebadics4165
@irenkebadics4165 - 01.05.2018 17:46

I really like your videos, they are a huge help for my work. Could you please help me with one thing though?
I have implemented your code and made some code changes regarding the data and I added one more imageview to item.xml.
Do you have any idea why my swiping cards move too slowly? Thanks in advance for your help. Iren

Ответить
@fazzkarimi
@fazzkarimi - 24.04.2018 15:33

my main activity goes into a crash loop when i made these code changes

Ответить
@777colin
@777colin - 14.03.2018 19:05

I'm a bit confused, did you create the name, phone and profileimageUrl fields in the database or did the code generate them. Just wondering because I'm getting a signup error now after the code changes

Ответить
@IgnacioAinol
@IgnacioAinol - 08.01.2018 04:59

Perfect!!! lml

Ответить
@myclemushie9557
@myclemushie9557 - 25.10.2017 18:11

Dam sim. Back at it again with the great code.

Ответить
@kwanburadinsahim2953
@kwanburadinsahim2953 - 25.10.2017 17:01

Thank you so much... Can't wait to see Tinder app series completed ..

Ответить
@RacenDory
@RacenDory - 25.10.2017 16:49

Thanks! :D

Ответить