One month after releasing my first Android app
The author reflects on the first month since launching their Android app, Fino, which is designed as a simple expense tracker. They have made several improvements based on user feedback, including enhancing onboarding and redesigning the paywall. The author is actively seeking feedback and offers promo codes for users to try the app.
- ▪The app Fino is a minimal expense tracker focused on simplicity.
- ▪Improvements made in the first month include onboarding enhancements and a redesigned paywall.
- ▪The app now supports 11 languages and has integrated subscriptions and analytics.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3915307) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Codemanager Posted on May 26 One month after releasing my first Android app #android #devjournal #showdev #sideprojects About a month ago I released my first Android app — Fino. It’s a minimal expense tracker focused on simplicity and fast expense logging. I wanted something lightweight because many finance apps felt overloaded and too complicated for everyday use.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).