Hello, I've just learned about KorGE. The website ...
# korge
m
Hello, I've just learned about KorGE. The website says:
You can also use KorGE as a library and for example integrated it in your android-only project.
But I don't see that anywhere in the documentation. How can I use KorGE as a library for an Android app? I.e. I have an existing Android app project, and I want to add a new screen where I use KorGE (imagine an easter egg game screen in a normal non-game app). So I'd need to put KorGE in an Android
View
or
Fragment
.
👋 1
d
@Pablo Caviglia Hey Pablo. What did you do here? You created a custom View, right?
p
hey!
👋 1
yeah, right
one sec, let me share it with you
🙏 1
you'll need to cleanup all the imports related to 'senaptec'
that's the project I'm working right now and i haven't isolated this custom korge's classses with my own project
d
Hey Pablo, can I add those to KorGW, so other people can use them?
p
of course you can, in fact if you do that i'll start using your implementation
👍 1
sorry i said i'd do it but i'm really complicated with deliverables at my work and weren't able to do the PR
d
Yeah, don’t worry. I’d prefer the PR since you would get credit, but I can add a comment or something if you want in the code to state that
p
nah man, no problem, if there's someone who should have the credits is you
i'm just using your great work
🙏 1
d
Thanks. Okay, I’ll add it. Feel free to make PRs to do adjustments if you find issues there 👍
p
👏
m
Uhh, so getting back to my question, I guess support for a KorGE View is getting merged soon then? 😅
d
I’ll try to merge that soon, though maybe in the weekend, depending on the time I have. You can use those clases yourself in the meantime 🙂
m
That's great. Thank you.
p
yeah, the only downside is that there's some custom code of my project, as i told you remove anything imported that contains the word 'senaptec'
you should go on fine after that