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
-
Looks good, but that FAB seems a bit non-matching to me. Maybe choose a less bright turquoise as color.
-
I mean your color palette seems to have two accent colors. Which is fine I guess but you probably shouldn't use both of them on the same UI element.
Other than that, I like it! I like the icons! -
Fab should be one color. The hearts could be blue too. Make sure you're using equal margins. 8, 16, 32
-
That bright blueish-green tone with the intense blue inside it makes me sick..😵
Go for pastel colors with your white/grey background. -
makarand6017y@AlgoRythm yup.. the guy who created the wallpaper took it from the kurzkezagst or something like that
-
makarand6016y@ewpratten yeah I would very much like to do that but I am currently stuck at a problem.
If you want to know what is the problem and help me with it, read further. I have to warn you its boaring and long rant though. Its 3.20 in the morning and English is not my mother tongue. So, Here it comes.
Snackbar uses firebase as backend, and I built this app around it so far. But the problem is Firebase isn't good at filtering data.
So if a user posts something and I want his/her friends to see the post and no one else then it can't be done at firebase. I have to do it at client side, which is crazy for obvious reasons.
At the time it wasn't a problem but when I started coding the main ingredient, 'user connections'. Firebase isn't a good option for that. So I had to switch over some graph database which I know very little of.
So the project is stuck there. Even after I get enough knowledge of graph db (neo4j), I'll have to write Snackbar from scratch again.
So that was the problem. -
@makarand well...you could try doing the sorting client side. It might not be great, but it would work.
-
makarand6016yIt would. But there is basic design flaw in firebase, the clients will have to download whole set of data even before the sorting. And most of the data will not be needed to them.
I think firebase is great but its only limited for prototype applications. -
isizombie0335dMaybe it would be better to have less "complex" icons. Minimalism is often the key :)
Related Rants
# Need review about user interface.
// Its a social media application.
// Following screenshot is the Feed page.
// Inspired by Vero.
rant
android
android studio
social media
user interface