O Marvelnatics é um aplicativo que reune informações das HQs da Marvel, servindo não só de indexador dessas HQs mas também como organizador (se você já leu, está lendo, etc.) e como compartilhador nas redes sociais. O App possui login com redes sociais Facebook e Instagram e possui um cadastro para você entrar com seu Login e Senha criados na Plataforma.
A funcionalidade principal será a organização e indexação de HQs utilizando a API da marvel.
Dentro da plataforma, será possível pesquisar as HQs, personagens, séries ou autores que existem nesse mundo para organizar em sua coleção. Além disso, você poderá compartilhar essa HQ para venda nas redes sociais ou somente por gostar da série/hq em questão. Você também poderá visualizar sua análise de estatísticas de leitura de HQs e coleções.
If you want to use Android Studio, then download it through the website;
Else, you can just use Visual Code or any other IDE that supports Android development with Kotlin;
Install it into your machine;
Go to File>Settings>Go to Pluggins and search and download Kotlin, or if your Android Studio came with it, you do not need to do anything;
Configure the Environment Variables needed at your machine, and download JAVA for the emulator (if using);
Download the project;
Create a file called Credentials under java>br.com.digitalhouse.marvelnaticos.marvelnatics>api (you can just use the CredentialsExample for that matter) and you're ready to modify the app.
The repo for marvel can be found here!
- 0.0.1
- Work in progress prototype
If you found this project useful, if it helped you solve a problem or create another solution, or simply you liked it and you want to thank me, finance me and keep me alive by donating! 😄
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request