Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I know a bit of programming(but still average). I want to start developing an app and I don't know where to begin. I know a bit of C, python, and javascript. How do I start and where? I can't seem to figure it out, I've solved a bit of problems using C but how do I make an application and make it work?

What I have tried:

I've not really tried anything, This is my first try right here.
Posted
Updated 5-Jan-20 9:43am
Comments
Member 14544459 5-Jan-20 15:36pm    
Do you want to make a windows-form-application or what ?

1 solution

Start by deciding what you are trying to produce. That can be as simple as "I wanna make a text editor" to a pretty solid idea of exactly what you want to use / sell.

Then decide what environment you want it to work in. It this Cloud based? Web? Windows? iPhone? Android? Linux? The more environments you add, the more complex you are making the job.

Then sit down and write a specification: describe how the app is going to do what it does. This should be reasonably full: It's not a development specification it's a functional spec.

And that provides you with the next two design docs you need: the dev spec, and the test spec. The later is important - it gives you a "end point" for the project, a point at which you can start to consider releasing it.

You can then start using the dev spec to design the actual software ...

And to be honest, I wouldn't start a "modern app" these days from a basis of "C, Python, and Javascript"!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900