Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Tasperen9886y@Zlytherin Not yet I will have it up later today and a beta/alpha tester version in the app store
-
-
Tasperen9886y@SauceBoss I have more plans for it so it's not going to be just a chat app. It's going to be feature packed later. This project is just a branch of a framework project that consist of other projects I will make in the future. They'll all connect together and have its own ecosystem. But yea after the messaging feature is complete, I'll work on the feed feature
-
Tasperen9886y@SauceBoss I plan on taking the best parts of social media apps and messaging apps and put them all in one app. And no worries
-
Tasperen9886y@Zlytherin Thanks. That's actually great to hear. I take time designing and try to make it pleasing to look at
Related Rants
Just spent 6-8 hours or so trying to get image uploading to work with sending messages with firebase. Finally completed it.
Disclaimer: this might not make the most sense as I am completely drained mentally.
The issue was that I wasn't calling the send message method inside the upload image method. Meaning the images would upload but before I would be able to get the Uri back from firebase to put in the hashmap for the messages, the message hashmap would already be sent.
It was a pain in the ass to do. But 5 windows and 40 tabs later, then some doc reading. Then a quick break to eat. And some more stressing about my code. I finally realized that I should have just called the send message inside the incomplete listener in the image upload.
TLDR;
"uploadImage(), sendMessage()"= no Uri; :(
"UploadImage() { sendMessage() } = Uri" :)
PS: Yes, this is me talking to myself on my other account
rant
upload
freedom
uri
android
firebase
android studio
messaging
drained