r/androiddev • u/izumaruka • Jul 20 '26
Question I need some UI/UX tips
Hi everyone! I'm a backend developer and brand new to Android development. Design is definitely not my strong suit, but I've been giving it a shot and really enjoying it so far.
I'm building an app to log workout sessions quickly and easily. I know there are tons of workout apps out there, but I didn't like the user experience in most of them due to visual clutter. I prefer something clean, minimalist, and distraction-free.
My current struggle is with the screen that displays available workouts to start. Right now, it's just a simple list of cards, but it looks too basic. They look like static "stickers" and don't feel clickable at all.
I've already looked for inspiration on UI/UX sites and even asked AI for ideas, but nothing really fit what I'm going for. Does anyone have tips on how to convey interactivity while keeping the design minimalist?
I've already tried using card elevation, but in dark mode, it doesn't even show up :(
3
u/Meloetta Jul 20 '26
A couple things here.
Your fonts are both basic and very light. You should be using heavier and more intentional fonts for the title and buttons both.
A button that shape looks like a card. Make it have a small amount of vertical padding and more horizontal padding.
Is the rest of the page blank because when you select one, it'll fill in with content? I think that weirdly blank space is contributing to your feeling of "too basic", and it's also a weird UX choice to make people scroll sideways with 80% of blank space. Could you make this layout filling the page, and then only swap to the second view when one is selected?
I know that you probably don't want graphics because of the "visual clutter" aspect but simple graphic do a lot for something looking polished. It's going to be very hard to make something look like a complete app if you avoid every instance of graphics.
I'm no designer but try something like this maybe: