Can anyone guide me on the process of building a f...
# getting-started
p
Can anyone guide me on the process of building a full-stack Android development project from scratch? I’ve never done it before, and I need to complete one for an assignment. Should I start by building the database, the API, or the frontend? Or should I work on them simultaneously? Also, if the project requires libraries or technologies I haven’t used before, what’s the best way to learn them while developing? Additionally, is it okay to use AI tools for assistance? I’d really appreciate any guidance. Thanks!
g
Hello @Pranav Kataria I could help, just need to know more about your project
p
@GemiDroid Sir i have sent you the details
a
I have done Android fullstack for a couple of years now, and can give you the following advice: • Start small • Try to work on small increments of all layers simultaneously, that way you spot conceptual mistakes or false assumptions very early and can course-correct without wasting much time • When learning and introducing new technologies, also add only small blocks of them to test feasibility, and learning-doing in small fast increments really helps. • After first tests, evaluate if the new technology really helps or if there are better, easier alternatives if the technology is not set in stone
👍 1
p
Thankyou @Arne Jans Sir