kodehausdev Profile Banner
Pete Profile
Pete

@kodehausdev

Followers
121
Following
4K
Media
86
Statuses
626

Kodehaus 🏡 → Indie Dev life. Android • Firebase • AI experiments Shipping → Failing → Learning → Shipping again....

Joined July 2025
Don't wanna be here? Send us removal request.
@kodehausdev
Pete
3 months
Build now! Flex later 💪🏾 #buildit
2
0
23
@ScoreysHangout
Scorey
9 days
3 Things Everyone MUST Protect Every Day! ‣ Time ‣ Energy ‣ Attention We don’t have hours to waste. We are busy ‣ Lifting ‣ Learning ‣ and Building An Elite Strategy guards all 3 with Simplicity. 🧵 1/5
17
1
33
@kodehausdev
Pete
16 days
App's Ui is a rabbit hole ...
0
0
5
@kodehausdev
Pete
23 days
Community feedback is gold. Day 3: adding serving-size adjustment - first feature inspired by @humbleconduit. The plan? Make every recipe fit your table size, not the other way around.. #mealFlow
2
0
8
@aliByteCode
Ali
23 days
Finally, the subscription got approved.
@aliByteCode
Ali
1 month
It’s been 12 days since the app got approved. The subscription is still stuck on “Waiting for review.” At this point, it’s just frustrating. You’re waiting on something that you can’t control.
3
1
11
@kodehausdev
Pete
24 days
It's liberating to let go of the pressure to fit into someone else's plans or settle for mediocrity ...
2
0
8
@kodehausdev
Pete
26 days
X tarnished my emoji game 🙂
2
0
6
@HarunRRayhan
Harun R.
27 days
Winners are serial losers who tried one more time.
8
3
23
@kodehausdev
Pete
28 days
Omg, Gemini has given me several wrong version numbers, I'm starting to think it's trolling us 😂 ...
0
0
6
@kodehausdev
Pete
29 days
What i learned Git bisect + UI isolation = Sherlock Holmes mode on. Some bugs look like navigation night‑mares but are really UI gremlins in disguise. Now the MealFlow app runs smoothly.. no more surprise crashes ...
0
0
1
@kodehausdev
Pete
29 days
The fix - Replace that funky <layer‑list> placeholder with a valid <vector> drawable. Boom-everything renders smoothly whether the list is empty, half‑full, or a buffet.✨
1
0
0
@kodehausdev
Pete
29 days
What went wrong? I was using painterResource() to load a <layer‑list> XML as a placeholder. painterResource is a bit of a picky eater-it only digests vectors (<vector>) or bitmaps (PNG/JPG). Throw it a complex <layer‑list> and it throws a hissy fit, crashing the whole app.
1
0
0
@kodehausdev
Pete
29 days
and Logcat whispered:
1
0
0
@kodehausdev
Pete
29 days
VICTORY! #MealFlow crash-on-login bug is finally squashed.. TL;DR: The app blew up only when the recipe list was populated. A sneaky line in my AsyncImage composable was the culprit-
@kodehausdev
Pete
30 days
PLOT TWIST in the #MealFlow saga! 🤯 After isolating the bug to my RecipeListScreen, I uncommented all the UI code, expecting it to crash.And it... didn't. 🤔I logged in with a brand new account (0 recipes) and it worked perfectly. I could log in and out. The UI was beautiful.
2
0
2
@kodehausdev
Pete
29 days
What does it take to build a secure SaaS?
1
0
6
@kodehausdev
Pete
30 days
What? I've given you my body and soul!
0
0
3
@kodehausdev
Pete
30 days
Funnily, no one is expecting my calls except mom.. Hey mom, just checking in.. you still want to talk to me, right? 😄
1
0
2
@kodehausdev
Pete
30 days
investigation is now laser-focused. I know the crash happens somewhere inside the else block of my RecipeListContent, where it tries to show the AnimatedContent with the recipe list.The empty state works, the populated state crashes. Time to inspect every modifier and component
0
0
1
@kodehausdev
Pete
30 days
The moment of truth came when I tried to log in with my main account-one that actually has recipes saved.Result: INSTANT CRASH.I confirmed it with the new account: as soon as I saved its first recipe and logged out, it also started crashing on the next login
1
0
2
@kodehausdev
Pete
30 days
PLOT TWIST in the #MealFlow saga! 🤯 After isolating the bug to my RecipeListScreen, I uncommented all the UI code, expecting it to crash.And it... didn't. 🤔I logged in with a brand new account (0 recipes) and it worked perfectly. I could log in and out. The UI was beautiful.
@kodehausdev
Pete
30 days
The detective work on #MealFlow continues. 🕵️‍♂️ After git bisect pointed me to the commit that introduced a crash-on-login bug, I knew the problem was in my RecipeListScreen.The next step? Isolate the problem. I commented out the entire screen's content and replaced it with -
2
0
4
@kodehausdev
Pete
30 days
a single Text composable. voila screen is working. Now the real work begins. I'll start re-introducing the UI components one by one-the search bar, the animations, the LazyColumn-until the crash comes back. tedious, but it's the only way. The hunt is on!
0
0
0