Live data from Hacker News

Show HN: My first native iOS app – Cone, a real time color picker

coneapp.io

121–130 of 164 posts

Re: Show HN: My first native iOS app – Cone, a real time color picker

#121
post #117
post #112

Looks great! Really love the landing page! How long did the app take you to build?

Thank you! It took me about a month to build this from scratch. I am familiar with JavaScript so that helped me in picking up Swift quickly.

Being familiar with JavaScript did you consider something like React Native over Swift?

Re: Show HN: My first native iOS app – Cone, a real time color picker

#123
post #25

Hi, HN! Really excited to share my little project here. Being a colorblind designer, it was often hard for me to figure the color names and decide which colors to use. Hence, I decided to make this app. Cone lets you pick colors in real time using the phone's camera. It lets you build color palettes while on the run, capturing and recording color for later comment/discussion, sending the colors to someone else quickl…

Awesome. Great idea, even better execution. Would you be interested in an Android developer for developing an Android version?

Re: Show HN: My first native iOS app – Cone, a real time color picker

#124
This is very well done and looks beautiful. What an iPhone app is made to look like.

For everyone who is wondering how he got the hex, and names, etc. there are links in the bottom of the coneapp.io page. Here are the links:

> The Resene RGB Values List is copyrighted to Resene Paints Ltd, 2001. Name That Color by Chirag Mehta

Resene RGB Values List: http://people.csail.mit.edu/jaffer/Color/resenecolours.txt Resene Paints Ltd: http://www.resene.co.nz/ Name That Color: http://chir.ag/projects/ntc/

Re: Show HN: My first native iOS app – Cone, a real time color picker

#125
post #25

Hi, HN! Really excited to share my little project here. Being a colorblind designer, it was often hard for me to figure the color names and decide which colors to use. Hence, I decided to make this app. Cone lets you pick colors in real time using the phone's camera. It lets you build color palettes while on the run, capturing and recording color for later comment/discussion, sending the colors to someone else quickl…

Being severely chromatically challenged myself, I instantly fell in love with this app - a much better execution than the apps I've tried in the past.

I'd upvote you twice if I could.

Re: Show HN: My first native iOS app – Cone, a real time color picker

#126
post #25

Hi, HN! Really excited to share my little project here. Being a colorblind designer, it was often hard for me to figure the color names and decide which colors to use. Hence, I decided to make this app. Cone lets you pick colors in real time using the phone's camera. It lets you build color palettes while on the run, capturing and recording color for later comment/discussion, sending the colors to someone else quickl…

I like how you kept the site and dependencies simple. 34.7KB of js (~21 is mostly color definitions), and 4.2KB of css. Just FYI: 1. You could save ~15.75kb by minifying your JS/CSS (a bit nit-picky since your resources are a fraction of what most sites have) 2. The 1MB background image comes out to 570.6 KB through tinypng.com (47% off!). If lossless is more your thing, you could save about 5% by running it through…

30MB for the app itself seems excessive, though.

Re: Show HN: My first native iOS app – Cone, a real time color picker

#127
post #108
post #73

Not sure how many people this affects but clicking on the download button from the website on Chrome (iOS) takes you to an iTunes page that doesn't contain the app. Clicking on it via Safari (iOS) sends you to the app store to the app proper. Video of the issue in Chrome (iOS) - http://imgur.com/ntTmynl

Thank you so much for reporting that. I just copied the link from my iTunes connect account which only has one additional parameter "?ls=1" that seems to work in Chrome. Does anyone know what that parameter means?

This article is a couple of years old but it appears LS is Load Store: http://blog.geni.us/2013/12/06/parameter-cheat-sheet-for-itu...
Post reply on HN