andrew_sereda Profile Banner
andrew Profile
andrew

@andrew_sereda

Followers
5
Following
131
Media
27
Statuses
51

UI/UX designer trying to build own ios app with zero coding knowledge ⚡️

Joined March 2024
Don't wanna be here? Send us removal request.
@andrew_sereda
andrew
6 months
Day 14: Implemented displaying amounts in local currency when a different currency is selected. 👉🏻 Interestingly, when switching to $, the dollar symbol is placed before the amount, whereas other symbols appear after. This is common practice for the dollar, pound, or Japanese
@andrew_sereda
andrew
6 months
🚨 Day 7-8: Solved the NIGHTMARE of recurring expenses in my expense app. The most complex feature I've built yet 🤯. Implemented recurring expenses to track monthly subscription costs. This was the most intricate logic I've tackled from both technical and UX perspectives. The
0
0
1
@andrew_sereda
andrew
6 months
🚨 Day 7-8: Solved the NIGHTMARE of recurring expenses in my expense app. The most complex feature I've built yet 🤯. Implemented recurring expenses to track monthly subscription costs. This was the most intricate logic I've tackled from both technical and UX perspectives. The
@andrew_sereda
andrew
6 months
Day 6 of making an expense management iOS app. Played a bit with selected categories' animations. Really love adding these small interactions to the app to make it feel more alive.
0
0
1
@andrew_sereda
andrew
6 months
Day 6 of making an expense management iOS app. Played a bit with selected categories' animations. Really love adding these small interactions to the app to make it feel more alive.
@andrew_sereda
andrew
7 months
Day 5: update to my monthly budget limit feature 📊. The feature will let you set spending limits per category and track spending progress. Coming next: category spending stats with smart limit suggestions based on your average spending!. Implementing monthly limits by category
0
0
0
@andrew_sereda
andrew
7 months
Day 5: update to my monthly budget limit feature 📊. The feature will let you set spending limits per category and track spending progress. Coming next: category spending stats with smart limit suggestions based on your average spending!. Implementing monthly limits by category
@andrew_sereda
andrew
7 months
Day 2: learned my first dev lesson the hard way 😅. Stored all the data in UserDefaults (because I had no idea what CoreData is), then spent hours wondering why my expenses kept disappearing when I reopened the app. Finally took time to properly set up the project with CoreData.
0
0
2
@andrew_sereda
andrew
7 months
Day 4: Almost all expense apps just change the currency symbol when switching default currency. Now I painfully understand why 😅. My 'simple' idea: JUST convert all expenses when default currency changes!.Reality: discovers historical exchange rates exist + finds tons of bugs in
Tweet media one
Tweet media two
@andrew_sereda
andrew
7 months
Perks of being your own app's designer & developer:. Open list of supported currencies. Select russian rub. Delete. Done. 💅
0
0
2
@andrew_sereda
andrew
7 months
Perks of being your own app's designer & developer:. Open list of supported currencies. Select russian rub. Delete. Done. 💅
@andrew_sereda
andrew
7 months
🤯Update: just figured out that SwiftUI has built-in .numericText transition. 👉🏻 Before: 100+ lines of custom animation code.👉🏻 After: ONE line using native transition and this looks sooo smoooth 🔥. The amount of time I could've saved if I'd known this earlier. Well, at least
1
0
1
@andrew_sereda
andrew
7 months
I mean, wtf is this, @instagram
Tweet media one
0
0
0
@andrew_sereda
andrew
7 months
Make wireframes great again 🔥.Taking a code break to wireframe my expense app
Tweet media one
@andrew_sereda
andrew
7 months
🤯Update: just figured out that SwiftUI has built-in .numericText transition. 👉🏻 Before: 100+ lines of custom animation code.👉🏻 After: ONE line using native transition and this looks sooo smoooth 🔥. The amount of time I could've saved if I'd known this earlier. Well, at least
0
0
0
@andrew_sereda
andrew
7 months
🤯Update: just figured out that SwiftUI has built-in .numericText transition. 👉🏻 Before: 100+ lines of custom animation code.👉🏻 After: ONE line using native transition and this looks sooo smoooth 🔥. The amount of time I could've saved if I'd known this earlier. Well, at least
@andrew_sereda
andrew
7 months
Played a bit animating the total amount section 🎨 Still not ideal, but seeing those numbers transition is oddly satisfying ✨
0
0
1
@andrew_sereda
andrew
7 months
Played a bit animating the total amount section 🎨 Still not ideal, but seeing those numbers transition is oddly satisfying ✨
@andrew_sereda
andrew
7 months
Day 3: added multi-currency support to my expense app! 🌎. Small but crucial UX detail: showing the actual expense amount first, then the converted value below. Makes scanning transactions so much easier when you're looking for that €45 dinner in Paris, instead of having to
1
0
1
@andrew_sereda
andrew
7 months
Day 3: added multi-currency support to my expense app! 🌎. Small but crucial UX detail: showing the actual expense amount first, then the converted value below. Makes scanning transactions so much easier when you're looking for that €45 dinner in Paris, instead of having to
@andrew_sereda
andrew
7 months
Played around adding some limits to my expense app 🔢.Turns out typing numbers needs some boundaries - nobody really tracks 0.999 cents or expenses in billions (unless you're dealing with hyperinflation 😅). Made the numbers scale down while typing to keep everything visible, and
1
0
1
@andrew_sereda
andrew
7 months
Played around adding some limits to my expense app 🔢.Turns out typing numbers needs some boundaries - nobody really tracks 0.999 cents or expenses in billions (unless you're dealing with hyperinflation 😅). Made the numbers scale down while typing to keep everything visible, and
@andrew_sereda
andrew
7 months
Day 2: learned my first dev lesson the hard way 😅. Stored all the data in UserDefaults (because I had no idea what CoreData is), then spent hours wondering why my expenses kept disappearing when I reopened the app. Finally took time to properly set up the project with CoreData.
0
0
2
@andrew_sereda
andrew
7 months
Day 2: learned my first dev lesson the hard way 😅. Stored all the data in UserDefaults (because I had no idea what CoreData is), then spent hours wondering why my expenses kept disappearing when I reopened the app. Finally took time to properly set up the project with CoreData.
@andrew_sereda
andrew
7 months
And here's how it actually works! 👇.No animations or proper error handling yet, but the basic flow of adding an expense is there ⚡️
0
0
1
@andrew_sereda
andrew
7 months
And here's how it actually works! 👇.No animations or proper error handling yet, but the basic flow of adding an expense is there ⚡️
@andrew_sereda
andrew
7 months
Day 1 of making my first iOS app 🚀.No fancy UI yet - focusing on making things work first. Set up a basic home screen, created an "Add expense" flow where you can input amount with categories, and got a simple transaction history list running with top spending categories.
Tweet media one
0
0
2
@andrew_sereda
andrew
7 months
Day 1 of making my first iOS app 🚀.No fancy UI yet - focusing on making things work first. Set up a basic home screen, created an "Add expense" flow where you can input amount with categories, and got a simple transaction history list running with top spending categories.
Tweet media one
@andrew_sereda
andrew
7 months
Spent months searching for the perfect expense manager but nothing felt right. As a UX designer, I kept thinking "this could be simpler" 🤔.So here I am, building my own ios app with zero coding knowledge. 🚀.
0
0
2
@andrew_sereda
andrew
7 months
Spent months searching for the perfect expense manager but nothing felt right. As a UX designer, I kept thinking "this could be simpler" 🤔.So here I am, building my own ios app with zero coding knowledge. 🚀.
0
0
2
@andrew_sereda
andrew
7 months
I'm happy for Adobe users.
Tweet media one
0
0
1
@andrew_sereda
andrew
1 year
@figma thanks @sketch
Tweet media one
0
0
1
@andrew_sereda
andrew
1 year
hey @figma maybe it's a time to do something with vector work?.I just tried to outline the icon 🥲
Tweet media one
1
0
1