Hi guys,
I love to hear some opinions about how to learn creating mobile apps for SFOS.
This year I have started to learn python. The main reason was that I am interested in how that stuff (coding / creating software) works. Another important reason is that I want to create apps for SFOS - well I want to start with one app first
By now I have a simple quiz app written in python. I thought before I implement more and more features like players, game modes, etcā¦ I could start a gui and develop the python and gui part together.
Considering that I want to create an app for SFOS, I tried to start with Qt/qml. But to be honest I didnāt get that far. I have watched several tutorials about the model-view-controller concept and Qt/qml but I never got something working with my python app.
I do understand the basics (variables , loops, functions, lists etcā¦) of python. Nevertheless I am questioning if I am doing it right. Does it make sense to think about creating a mobile app / qt-gui that early or should I go on with python and when I have a well feature python then I move to tkinter first? After that I try again the mvc and after that I learn qt/qml.
Does anyone have an idea how a good roadmap (for me) could be?
For those who learned coding by theselves - how did you do it?
Do you have recommendations for good tutorials/websides to learn?
Learning the basics of python wasnāt that hard. I bought a book, which is well structured. The GUI part, because of the lack of structured information, is much harder - at least for me