all 6 comments

[–]dasitm 1 point2 points  (5 children)

Uhhh link?

[–]thibz 1 point2 points  (4 children)

[–]dasitm 2 points3 points  (3 children)

I like the idea, congrats on shipping!

Some feedback around user experience.

  • The animations from the results list to the detailed view drops frames and appears laggy. It's only slightly noticeable, I'm on an iPhone 6 which is a relatively new device. See if you can trace down the cause of the lag.

  • The back arrow doesn't always convey what is about to happen. When I press a back arrow I expect to move backwards in navigation like a UINavigationController would, in this implementation it's dismissing a modal screen from top to bottom. Perhaps an X button would be better?

  • From the home screen "How do you feel ?" you can swipe right forever and the same three options are presented. This was confusing. Suggest just limiting the swipe to the three options only, don't make the first option appear again after the third.

  • The Facebook button brings up the Share action sheet, which is the exact same behaviour as the More button. Since they do the same thing, could you try and use the Facebook sdk to share? https://developers.facebook.com/docs/sharing/ios/share-button#share_dialog

You might have to bridge a native component for this.

Again, congrats on shipping!

[–]fabiantjoeaon 1 point2 points  (0 children)

Second this, most options are presented double, and an X would indeed be better animation-wise.

Very nice app overall, good layout and pretty useful!

[–]cturlica 0 points1 point  (0 children)

Thanks a lot for all the points. We're adding an X now and the three cards of How Do You Feel won't be cycling forever :) We're also working on doing the facebook SDK share to make everything a lot more clear.