First UI - Feedback, Tips?
-
Hi,
I just finished the first UI with Pythonista, its part of a larger script for time tracking - this is just for checking the current task. I am a bit proud of it and just wanted to share, maybe I can get some feedback on the ui design?
I still have a lot to do to make it usable on other screen sizes (the layout is fixed for iPhone X(S) at the moment. Maybe you have some good tips for me?
When I finish this project I will open source it, but itâs gonna take some time. ;)
What do you think:
(Link to the screenshot)
-
Looks very nice! đ I think you could make this work on other screen sizes relatively easily, by setting the
flex
attribute for each of the view appropriately, though the timer display might require some manual work inlayout
.
-
Jup, sieht echt gut aus, erst recht weil ich ein Fan von minimalistischen Designs bin. Wahrscheinlich weil ich zu faul bin, etwas komplexes zu programmierenđ. Soll die App einfach nur eine Stoppuhr sein? Weil wenn die fĂŒr lĂ€ngere Zeit laufen soll wirst du damit Probleme haben, das Programm im Hintergrund auszufĂŒhren... Aber wenn das nicht der Fall ist, ist das logischerweise irrelevant. Wie @omz bereits gesagt hat, kannst du das UI ganz einfach an verschiedene BildschirmgröĂen adjustieren, indem du die flex Variablen richtig einstellst. Falls ich dir das detaillierter erlĂ€utern sollte, gerne. Ist irgendwie schön, einen anderen Deutschen hier zu sehen :)