Discover and read the best of Twitter Threads about #appdevelopment

Most recents (5)

Hello everyone! I want to talk about inconsistencies i’ve experienced in App Store Review process. This is my personal experience, I’m an Spanish dev that have uploaded 15 apps in the last 2.5 years with 40+ updates. Here are my thoughts about the whole process.
1. Whole review related time is a mystery. I don’t know why my app could be more than 24h In Review and other less than 45 minutes. This happens every time, doesn’t matter if i made really little changes or even is the same compilation.
2. Inorganic feedback. When i’ve had a message from Review team, is so long and could be hard to understand whats exactly the problem. This improved in the last years but is far to be great. More concise and user friendly message will improve the whole experience.
Read 12 tweets
Interested in setting up a mentioning system in your social networking app?

Here's a short thread on how I've implemented one in #Flutter.

I've included code snippets, important packages, and some tasty tech tips. Check it --> 🧵

#appdevelopment #cs
First, you'll want to make sure that each username is formatted correctly.

For implementing "mentions" like Twitter, your usernames cannot have spaces.

This lets you tag users in posts by typing the at-sign and then the name. Examples: @NoboxApp, @ParaSightApp, @BigIdeaski
In #Flutter you can prevent spaces using the FilteringTextInputFormatter and setting the maxLines property to 1.

This maxLines setting prevents new line characters.

@carbon_app TextFormField(   focusNode:...
Read 9 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!