Is there an API exposed? BTW, I'm loving this app! Thanks!
Show HN: Spendy – a simple money tracker (iOS app)
21–30 of 57 posts
Re: Show HN: Spendy – a simple money tracker (iOS app)
#22So I've been working with iOS for over a year. Some employed time, freelance and I've hung around a lot in the jb-community. Despite that I did not have one finished application of my own, lots of prototypes, but nothing in the App Store. So this is my first one, it is highly targeted to me, which you will notice if you read some of the text in the link. But I hope it is also something others will like. Link to app i…
The Add Transaction screen was pretty much where I lived in my app (http://imgur.com/DobW80r), so good work keeping it simple and efficient!
Some feedback:
* Might be worth making the user's current currency (you can get it from NSLocale) the default currency so that out of the box on first use they can start entering data, it's not great to have to go to settings first time you use it.
* If you must stick with hamburger menu, consider making the view tappable everywhere and not just on the hamburger icon, to dismiss it. Though I would argue it's worth using something like UITabBar to switch between log and charts if charts is something you use a lot.
* When tapping on a transaction to bring up the context buttons, consider allowing tapping anywhere on the screen to dismiss it, not just on cells.
* Consider a custom input view for the amount field, here's an example of what I did for my app (http://imgur.com/yp27cxK), gets rid of the ugly "dialer" style ABC/DEF/GHI annotations. More maintenance though.
* Understand its for you mainly, but tag editing would be nice :)
* When you have a couple of thousand transactions in there (I had 20,000), being able to quickly whip up some adhoc queries for interesting stats becomes a lot easier if you have an SQL backed data model, and I used SQLite+transactions just because I was paranoid of some stupid bug corrupting all the data. Knowing myself, I would delete an app the first time it lost any data.
However, long term, I think the solution for this kind of app is direct integration with banks (one of the reasons I lost interest, because I started getting super tired of typing in the data on a phone)!
Best of luck, and keep on iterating! Never forget what the first version of popular slick apps looked like, a lot of them were pretty basic.
Re: Show HN: Spendy – a simple money tracker (iOS app)
#23So I've been working with iOS for over a year. Some employed time, freelance and I've hung around a lot in the jb-community. Despite that I did not have one finished application of my own, lots of prototypes, but nothing in the App Store. So this is my first one, it is highly targeted to me, which you will notice if you read some of the text in the link. But I hope it is also something others will like. Link to app i…
Re: Show HN: Spendy – a simple money tracker (iOS app)
#24I think you need to fix the flow for the first time users. If every first time user must add a currency, why not have first time user screen be the add currency screen? Also, the add currency screen should have suggestions. It wasn't initially clear that I needed to type 'USD' instead of 'dollar'. It also wasn't clear that the currency needed to be in capital letters. I had usd in lowercase and clicking the check mark did nothing. There should at least be feedback.
The app is great once getting past the first screen. Nice job.
Re: Show HN: Spendy – a simple money tracker (iOS app)
#25Great app, I've been looking for a simple, bare bones budget tracking app. I think you need to fix the flow for the first time users. If every first time user must add a currency, why not have first time user screen be the add currency screen? Also, the add currency screen should have suggestions. It wasn't initially clear that I needed to type 'USD' instead of 'dollar'. It also wasn't clear that the currency needed…
Re: Show HN: Spendy – a simple money tracker (iOS app)
#26So I've been working with iOS for over a year. Some employed time, freelance and I've hung around a lot in the jb-community. Despite that I did not have one finished application of my own, lots of prototypes, but nothing in the App Store. So this is my first one, it is highly targeted to me, which you will notice if you read some of the text in the link. But I hope it is also something others will like. Link to app i…
Good job shipping! This was the kind of app I first worked on as well, but I never ended up putting it on the store, and kind of lost interest halfway through porting it to iOS 7 :) The Add Transaction screen was pretty much where I lived in my app ( http://imgur.com/DobW80r ), so good work keeping it simple and efficient! Some feedback: * Might be worth making the user's current currency (you can get it from NSLocal…
Tag editing is something which is in the works.
I use, as you might read, a plain text file now. But I do miss writing queries and I am looking at SQLite.
I've mentioned this a couple of times now, but where I'm from we don't have bank APIs. But I wish we did. I kind of like manually entering things though, keeps my mind on "what am I spending money on".
Anyway thanks for the feedback.
EDIT: Saw your input view and that does look nice, especially the + - buttons, smooth. I might implement this actually. It has happened once or twice that I wanted to do some addition.
Re: Show HN: Spendy – a simple money tracker (iOS app)
#27Re: Show HN: Spendy – a simple money tracker (iOS app)
#28So I've been working with iOS for over a year. Some employed time, freelance and I've hung around a lot in the jb-community. Despite that I did not have one finished application of my own, lots of prototypes, but nothing in the App Store. So this is my first one, it is highly targeted to me, which you will notice if you read some of the text in the link. But I hope it is also something others will like. Link to app i…
IMHO this should be product rule #1 - BE THE USER, if you can't then do everything you can to be as close as possible. When I started in tech people would say "Hey I need a database" and I'd say "Nope, teach me how to do the job you need done as if I you were going to hire me". Then a couple of days later I'd say "You need a _____ system and yea we'll use a database to save some of the data". Basically if you don't l…
I actually have a couple of more products that I made to scratch my own itches, so I definitely agree with this.
Re: Show HN: Spendy – a simple money tracker (iOS app)
#29I have tried heaps of apps for this, 'cost' and 'spendee' are the ones I found to be the best so far. Will give yours a try soon.
Re: Show HN: Spendy – a simple money tracker (iOS app)
#30Nice work. I have tried heaps of apps for this, 'cost' and 'spendee' are the ones I found to be the best so far. Will give yours a try soon.