WeSearch

One month after releasing my first Android app

·1 min read · 0 reactions · 0 comments · 11 views
#android#appdevelopment#financetools
One month after releasing my first Android app
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)