We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, content is being dynamically created from our JSON files here: https://github.com/Comic-ConMuseum/ccm-android/tree/master/app/src/main/res/raw
We need more quality content to populate our app for testing purposes. Add some more categories, content, experiences, etc.
Note: If you add another experience, you need to add it to the carousel here: https://github.com/Comic-ConMuseum/ccm-android/blob/master/app/src/main/java/com/comic_con/museum/ar/MainActivity.kt#L26
This is adding it to a list, so order of when the new exhibit is added determines where it appears in the carousel.
So far I just used amazon, google images, and wikipedia
The text was updated successfully, but these errors were encountered:
bbchristians
No branches or pull requests
Currently, content is being dynamically created from our JSON files here:
https://github.com/Comic-ConMuseum/ccm-android/tree/master/app/src/main/res/raw
We need more quality content to populate our app for testing purposes. Add some more categories, content, experiences, etc.
Note: If you add another experience, you need to add it to the carousel here:
https://github.com/Comic-ConMuseum/ccm-android/blob/master/app/src/main/java/com/comic_con/museum/ar/MainActivity.kt#L26
This is adding it to a list, so order of when the new exhibit is added determines where it appears in the carousel.
So far I just used amazon, google images, and wikipedia
The text was updated successfully, but these errors were encountered: