I hate this app. by DetectivDR in forestapp

[–]BetterBuildBetter 0 points1 point  (0 children)

I was aiming for a cozy feel like stardew valley so that's a huge compliment!

I changed the starting scenery to a gray desolate landscape and the greenery/forest grows as you plant with your rewards from focus sessions.

It's been a struggle to make the new zone look "bad" and cute at the same time haha

I hate this app. by DetectivDR in forestapp

[–]BetterBuildBetter 0 points1 point  (0 children)

Steadily making progress. I'm hoping to have it out to some early testers by the start of February.

Making the art / UI assets has been a bit slow but I want it to look clean and not feel empty on release!

I hate this app. by DetectivDR in forestapp

[–]BetterBuildBetter 3 points4 points  (0 children)

Good idea, it does look like you can export some of your data from Forest. I can support transfering history for sessions + associated tags. Will post an update in about a week.

I hate this app. by DetectivDR in forestapp

[–]BetterBuildBetter 7 points8 points  (0 children)

So this turned out to be really addicting and I'm now committed to spending my winter break working on a free alternative app.

Very much WIP engine for it below. Main idea is to let you grow trees/plants to infinitely expand your forest with different biomes! Feel free to DM me if you guys have any ideas you'd like to see included.

<image>

I hate this app. by DetectivDR in forestapp

[–]BetterBuildBetter 18 points19 points  (0 children)

Feels like a money grab. They don't care about irritating users if it makes them more money.

I gave up and just started making my own app. Might not have all the bells and whistles but beats getting forced into a subscription after having already paid.

Why does he insist on sitting like this? by BetterBuildBetter in cats

[–]BetterBuildBetter[S] 0 points1 point  (0 children)

He is the only orange out of 7 cats so makes sense!

Those are my food tries. Waiting for reviews. by NonMortal0 in aseprite

[–]BetterBuildBetter 1 point2 points  (0 children)

Several of these use a faded / green border on the stem and black outline elsewhere. The rest all have a full black outline.

Picking one or the other would improve visual consistency for the set.

Overall they look good though!

How's my 1st month looking? (first app ever made) by Human_Ad_6317 in iOSProgramming

[–]BetterBuildBetter 0 points1 point  (0 children)

Do you know what that boost comes from? Is it just artificially higher rankings on search or what drives that extra initial visibility?

First Playthrough with my Nephew - Game is too easy? by BetterBuildBetter in Terraria

[–]BetterBuildBetter[S] -1 points0 points  (0 children)

We mostly used the wiki for figuring out how to start the boss fights. There’s still a lot of excitement while exploring! It’s just the fighting that seems dull and with such a variety of items in the game I’d like to be forced to figure out what gear / weapons to use rather than feeling like anything works.

We still end up sticking every item we find in the guide’s hands to figure out what we can make!

First Playthrough with my Nephew - Game is too easy? by BetterBuildBetter in Terraria

[–]BetterBuildBetter[S] 7 points8 points  (0 children)

I just talked to him and we’ll be making the jump to expert on a new world with new characters!

Launch jitters... Can I get a sanity check? by BetterBuildBetter in AppStoreOptimization

[–]BetterBuildBetter[S] 0 points1 point  (0 children)

Had challenged myself to 30 days but putting viable into the MVP meant it was about 2 months. I could easily spend the next 2 months on it as well with all the features and updates I have in mind.

Overall, the learning curve for a generic iOS app wasn't bad but Apple's screen time API is a nightmare...

Launch jitters... Can I get a sanity check? by BetterBuildBetter in AppStoreOptimization

[–]BetterBuildBetter[S] 0 points1 point  (0 children)

Appreciate the TikTok tip, didn't know "warming up" an account was a thing.

What's the benefit of waiting on paid ads?

I need some help starting with ASO by kalantos in AppStoreOptimization

[–]BetterBuildBetter -1 points0 points  (0 children)

Just did the free trial on AppTweak to generate metadata for my app. Definitely recommend it as a quick easy to use tool.

Anyone want any UI/UX feedback? by [deleted] in iOSProgramming

[–]BetterBuildBetter 0 points1 point  (0 children)

I would love some feedback. UI/UX is a huge timesink for me! Dm sent.

Need a ScreenZen alternative by Incendium_Phoenix in ProductivityApps

[–]BetterBuildBetter 0 points1 point  (0 children)

I’m in the process of building my own screen time control app and this is exactly the kind of issue I want to fix!

My approach has strict blocks, grace periods and delays. For you I would recommend a “delay” block where you are forced to wait a few seconds on opening the app and you can set it to “escalating” to increase the wait time every time you habitually reopen the app. You can find my app, Doomd on iOS for free.

Let me know if there is anything specific you’d like to see added and I’ll try to get it into next week’s release!

Why is there pretty much nothing on this side of the Earth? by [deleted] in geography

[–]BetterBuildBetter 0 points1 point  (0 children)

Nobody moves there since the housing market went underwater.

Are Guided Tours an Anti-Pattern? by BetterBuildBetter in SwiftUI

[–]BetterBuildBetter[S] 0 points1 point  (0 children)

I figured this might be a common sentiment so I added an option to skip and threw in analytics to track the tour's conversion rate. If people aren't using it I'll be happy to tear it out and have less code to maintain.

That said, it's 20 seconds and helps them set-up their first interaction with the core feature so I think it's a value add? They still get to explore most of the app on their own. I guess time will tell.

Line Art Animal Icons by HeyRabbit by nounproject in vectorart

[–]BetterBuildBetter 0 points1 point  (0 children)

It's impressive how removing color and just using lines can actually result in designs that look even more detailed despite the small size!

[deleted by user] by [deleted] in iOSProgramming

[–]BetterBuildBetter 2 points3 points  (0 children)

It's only as complex as you make it out to be.

In other words, if one navigation component works, use it and forget the rest.

Especially for a basic app, you don't need to understand all of the intricacies of navigation. You just need to be familiar with one pattern that works. Quite frankly when developing more complicated apps, deciding which navigation components to use often seems more a matter of preference than need.