where? like from blank vscode to a single working marlin firmware or apk, like writing all those dot h (.h) and dot cpp and so on so forth until you can call it a day,compile, done and use the thing and have it work like you want.
You find it within your heart
>>2 my heart is filled with darkness and suffering
>>3 Perhaps there are more pertinent tasks to focus on then
>>4 there isnt one for me.
>>5 your pertinent task is to find a coding glossary within your heart
apk is for android.
android is powered by java and cannot use c++
just download an ide like android studio, thatll generate some bare minimum shit to compile some blank app.
also lol >>3
>>7 yes i do have a bunch of app generation tools, but making those "features".... i need all the important(and working) tutorials to do them....
>>7
You can write Android application in C++, that's what the Android Native Development Kit (NDK) is for.
Sounds like you need a basic programming tutorial. Once your done with this you should be able to figure out most of the other stuff yourself.
Given your target is Android you might have a slightly less steep learning curve going for java. You can still do parts in C++ using JNI but i don't really see why you would need it for a basic app.
>>9 i do use NDK and similar tool but im looking something even lower level
10 i have done those. theyre very basic, i believe. and i stll dont know the answer to my questions.