How to Write an App Using Google

Do you have 1) a great idea for an app and 2) minimal coding experience?

Step 1 — Google Broadly

Start by Googling a basic description of what you’re trying to do, something like “how to use a scrolling picker in Swift.” Chances are, you’ll find a rather simple solution — and by simple I mean that it will have only a few steps. However, those steps will likely use terminology you’ve never even heard before, things like “view controller” and “app delegate.” For an experienced coder, these are simple steps. For you, not so much (and that’s OK!). Which brings us to Step 2…

Step 2 — Google Specifically

Dive deeper into what you’re trying to learn by Googling any terms you don’t understand. Turns out you place UI elements inside a view controller, but what the heck are constraints? Google that too! This takes time and effort to effectively learn and piece together information. But it does work, and it does pay off in the end.

Except when you can’t find what you’re looking for. Which brings us to step 3…

Step 3 — Ask!

Stack Overflow is a wonderful resource to find other people who’ve had the same problem as you and who have already found a solution. I used to be hesitant to post my own questions to Stack Overflow. To be perfectly honest, I was too lazy and too impatient, thinking an answer would take days.

If you think so too, you’re completely wrong. The few times I’ve posted to Stack Overflow, I’ve gotten an educated response within an hour. It’s an amazing community.

Now, make sure you do your homework. First, be sure the question hasn’t been asked before on Stack Overflow. If something similar has been asked, make sure you cite that question in your post, and explain what makes your situation different. Second, be specific. Include large blocks of your own code. This is the only way anyone will be able to understand what you’re trying to accomplish and, more importantly, what you’re doing wrong.

Conclusion

I recently published my first app. Before starting the project, I had some basic experience with coding, minimal experience with iOS programming, and lots of experience with Google. But enough about me, this is about you! With a little determination and a lot of patience, it is possible to Google your way through almost any programming problem. Happy hacking!

 

Advertisement

One thought on “How to Write an App Using Google

Leave a Comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s