ConnectyCube / android-messenger-app

Chat and voice / video calling app using ConnectyCube
https://connectycube.com
Apache License 2.0
51 stars 23 forks source link

In the chat screen senders image(avatar) is not getting displayed #64

Closed jksandesh closed 4 years ago

jksandesh commented 4 years ago

In the chat screen senders image(avatar) is not getting displayed. Only default resource is displaying.. even though i am getting url of image in the data. I checked in ADB log. please help

TatankaConCube commented 4 years ago

This is valid avatar url? Did you try open this url in another app? Please provide it there. For testing I just now added avatar url to user via Connectycube Admin Panel and restarted app and this is worked for me. Please recheck again what url you put to method loadChatMessagePhoto from ChatMessageAdapter

jksandesh commented 4 years ago

The project is in kotlin language. I donno much about kotlin. Is the same project in Java language? That would be very useful.

TatankaConCube commented 4 years ago

Kotlin is official language for development for Android. We are creating android-messenger-app using modern language and modern technologies from Google. Kotlin language is not difficult as you thing, you need just read some articles about Kotlin syntax and you could understand app logic. We don't have the same app on java and don't plan to do it in near future.