0
Where should i start when making an Android app?
Do i start by design? Code? interface?
3 Réponses
+ 5
You can refer to the software development lifecycle (SDLC). Start by analysing the project requirements, objectives, vision. Set your constraints, how long do you plan on working on the app, what should you use to develop the app. Design the interface, design the database, design the activity flow, the layouts, system dialogues. Build the app according to what you planned. Deploy the app, test the app. Get some feedback and repeat the entire process.
0
Thank you! this help loads.
0
So first I should see what I want to build?