How to Start Building My First App?

0
7
Asked By CuriousCoder99 On

I have no technical background in IT, but I've always wanted to create an app. Now that I've graduated and have some free time, I'm eager to learn. Can anyone share specific resources, like software or books, that could help me get started? Any tips are appreciated!

4 Answers

Answered By AppDevGuru On

Have you considered why you specifically want a mobile app rather than a mobile website? If it's mainly for content, a mobile website can function just as well and provide a quicker experience for users. Plus, there's less complexity since you wouldn't need separate versions for Android and iOS.

Answered By CodeExplorer57 On

I'd suggest diving into hands-on programming. The theory can come later; just start building! Depending on your goals, you might want to focus on web development, especially if you're interested in startups. For practical learning, Frontendmentor is an excellent resource that helped me write actual code instead of just watching tutorials.

Answered By DevNewbie88 On

A great way to start is by using a framework like Cordova. It lets you take standard web pages and turn them into apps for both Android and iOS, so you won't need to learn complicated languages like Java or Objective-C right away.

Answered By TechTraveler23 On

Since you mentioned you have a MacBook, don't worry too much about the negatives. Many developers find they prefer working on a Mac over Linux or Windows, especially for app development. Just use what you have as it’s quite versatile for coding.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.