[ prog / sol / mona ]

prog


where to find coding glossary enough to make one app

1 2021-11-25 02:21

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.

2 2021-11-25 03:20

You find it within your heart

3 2021-11-25 10:27

>>2 my heart is filled with darkness and suffering

4 2021-11-25 19:48

>>3 Perhaps there are more pertinent tasks to focus on then

5 2021-11-26 02:27

>>4 there isnt one for me.

6 2021-11-26 03:31

>>5 your pertinent task is to find a coding glossary within your heart

7 2021-11-26 06:08

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

8 2021-11-26 06:59

>>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....

9 2021-11-27 11:03

>>7
You can write Android application in C++, that's what the Android Native Development Kit (NDK) is for.

10 2021-11-29 04:18

>>8

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.

11 2021-12-09 14:14

>>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.

12


VIP:

do not edit these