korlibs / docs.korge.org

MIT License
1 stars 1 forks source link

Document KorGE and Android, resourcesVfs, etc. #48

Open reymalahay opened 2 years ago

reymalahay commented 2 years ago

Hi all,

I am currently RTFM'ing the documentation.

I need to clarify, when the author uses View in this extract, the original text can be found here

It is a tree structure where View has a parent, and Container has other View as children.

is a KorGE View interchangeable with View in Android speak? Also, can an Android Fragment contain a KorGE scene?

Please advise.

Thanks in advance, rey malahay

soywiz commented 2 years ago

No, nothing like that. They are completely different. KorGE Views are different since it can run on several devices not only Android.

For questions like this that are not bugs or feature requests, please ask them in our discord server (more active): https://discord.korge.org/ or in the forums (less active) https://forum.korge.org/

reymalahay commented 2 years ago

@soywiz,

thank you for the response.

lastly, before i close this issue, just one more question: is the KorGE project structure compatible with a typical Android Studio project structure?

A KorGE project structure:

├── gradle │   └── wrapper └── src     └── main         ├── java         └── res

 A typical Android Studio project structure:

├── app │   ├── build │   │   ├── generated │   │   ├── intermediates │   │   ├── outputs │   │   ├── reports │   │   ├── test-results │   │   └── tmp │   ├── libs │   └── src │       ├── androidTest │       ├── main │       └── test ├── docs └── gradle     └── wrapper

The reason i ask is because how does one integrate KorGE into an existing Android project that was built using Android Studio. Especially if the application needs to access files using resourcesVfs

please advise.

kind regards, rey malahay

No, nothing like that. They are completely different. KorGE Views are different since it can run on several devices not only Android.

For questions like this that are not bugs or feature requests, please ask them in our discord server (more active): https://discord.korge.org/ or in the forums (less active) https://forum.korge.org/

No, nothing like that. They are completely different. KorGE Views are different since it can run on several devices not only Android.

For questions like this that are not bugs or feature requests, please ask them in our discord server (more active): https://discord.korge.org/ or in the forums (less active) https://forum.korge.org/