Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document KorGE and Android, resourcesVfs, etc. #48

Open
reymalahay opened this issue Jan 19, 2022 · 2 comments
Open

Document KorGE and Android, resourcesVfs, etc. #48

reymalahay opened this issue Jan 19, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@reymalahay
Copy link

reymalahay commented Jan 19, 2022

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
Copy link
Member

soywiz commented Jan 19, 2022

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
Copy link
Author

reymalahay commented Jan 20, 2022

@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/

@soywiz soywiz changed the title KorGE and Android Document KorGE and Android, resourcesVfs, etc. Feb 9, 2023
@soywiz soywiz added the documentation Improvements or additions to documentation label Feb 9, 2023
@soywiz soywiz transferred this issue from korlibs/korge Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Waiting for response
Development

No branches or pull requests

2 participants