You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently Libgdx started using gradle to create new projects (with aim to replace setup-ui iirc). The idea behind this template is very very close to what we have here. It might be good to check what settings/customisation options they have, and what is project layout - then decide if we want to reuse some of those for g8 template. The url is:
First thing we can borrow is res directory content and some improvements to AndroidManifest.xml to use them (like @style/AppTheme) or placeholder for custom icon.
Right now I'm not sure that layout present there will help us anyway in making Eclipse integration any easier, so changes to res/manifest would be only things we might benefit from right now. How do you think?
Recently Libgdx started using gradle to create new projects (with aim to replace setup-ui iirc). The idea behind this template is very very close to what we have here. It might be good to check what settings/customisation options they have, and what is project layout - then decide if we want to reuse some of those for g8 template. The url is:
https://github.com/libgdx/libgdx-gradle-template
It doesn't seem like there is much customisation, but their project seems to work with Eclipse and Idea, so we should at least check out its layout.
The text was updated successfully, but these errors were encountered: