What's the best way to learn how to program a mobile application?
I'd like to program an app (just a small one to begin) in Swift. I have a Windows laptop, but I know that Swift works on Linux as well and I have a linux partition. What would be the best way for me to start learning how to program an app? #software
5 answers
Tova’s Answer
Hi Cassia, great question!
Using a Mac is a typical prerequisite for developing iOS apps. If you definitely want to start with iOS apps and Swift, your best bet would be to get ahold of a Mac (think about buying one secondhand - that may be more reasonably priced). That said, there are some other options for Windows users who want to build iOS apps; see here: https://learnappmaking.com/develop-ios-apps-on-windows-pc/.
Another option would be to start your journey with developing Android apps; Android Studio runs on Windows. Alternatively, you could learn a cross-platform framework like Xamarin, React, Flutter, etc.
As others have mentioned, the best way to learn to code is to use some online tutorials, jump right in and start working on a project that interests you. Best of luck!
Rohan’s Answer
Follow below steps:
- Learn core Java first.
- Learn advanced java.
- Search in Youtube: "build complete application for android/IOS"(For IOS you need to learn objective C). You will get plenty of videos.
- Set up your environment according to the instructions from the video.
- Build the application described in the video.
- Then come up with an idea and try to implement that/include that in the same app or create a new app.
- Until and unless you will start to work on a project you won't get stuck and unless you get stuck you won't learn how to code an app.
Deepak’s Answer
First of all you need to decide for which development you wanted to go for Android or IOS. Depending upon that there are many online courses offered free and paid. You can opt for any course and install the programing language eg: android studio and swift. You can also check you tube videos for beginners. Start practicing and developing phone apps. I hope this helps you.
Bijaya Kumar’s Answer
https://www.spinxdigital.com/blog/mobile-app-development-languages/
Then, I suggest to take one classroom/online course which will guide you with a more detailed step by step approach of app development. You can get online courses from Udemy , PluralSight etc.
Prerna’s Answer
Hi Cassia,
Great Question!
Now the best way totally depends on what is the best way you can learn something.
For eg. there are many great courses available as ebook , but somehow I can't study using ebooks. So even though the ebooks might have a lot to teach and could be a great source of learning, it is not the best source for me.
On same lines , there are all the courses available both online and offline both available as instructor-led or self paced . You can chose the combination as per your preference. Use the reviews available to find out which ones provide you exactly what you are looking for.
Find the course , set yourself a timeline and find a mentor or guide you can reach out to if you get stuck somewhere and you are good to go.
All the Best!