File tree 7 files changed +91
-2
lines changed
7 files changed +91
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >Covid19 Brasil</name >
4
+ <comment >Project Covid19Brasil created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
16
+ </natures >
17
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ arguments =
2
+ auto.sync =false
3
+ build.scans.enabled =false
4
+ connection.gradle.distribution =GRADLE_DISTRIBUTION(WRAPPER)
5
+ connection.project.dir =
6
+ eclipse.preferences.version =1
7
+ gradle.user.home =
8
+ java.home =/usr/lib/jvm/java-8-openjdk-amd64
9
+ jvm.arguments =
10
+ offline.mode =false
11
+ override.workspace.settings =true
12
+ show.console.view =true
13
+ show.executions.view =true
Original file line number Diff line number Diff line change
1
+ # Covid19 Brazil
2
+
3
+ A simple app that reports COVID-19 statistics in Brazil.
4
+
5
+ [ Portuguese version] ( ./README.md )
6
+
7
+ <img src="./screenshots/screenshot_1_en.png" alt="Screenshot 1"
8
+ width="270"> <img src="./screenshots/screenshot_2_en.png"
9
+ alt="Screenshot 2" width="270" hspace="20"> <img src="./screenshots/screenshot_3_en.png" alt="Screenshot 3"
10
+ width="270">
11
+
12
+ ## Download
13
+ You can download it by clicking on this [ link] ( https://github.com/Vitor238/covid19brasil/raw/master/covid19-brasil.apk )
14
+
15
+ ## Libraries and sources used to create the project
16
+
17
+ * [ Retrofit] ( https://github.com/square/retrofit )
18
+ * [ Glide] ( https://github.com/bumptech/glide )
19
+ * [ COVID-19 Brazil API] ( https://github.com/devarthurribeiro/covid19-brazil-api ) - [ Arthur Ribeiro] ( https://github.com/devarthurribeiro )
20
+ * [ Infographic by freepik] ( https://br.freepik.com/fotos-vetores-gratis/infografico" )
21
+ * Base logo icon - [ Anthony Ledoux] ( https://www.iconfinder.com/Vntole )
22
+ * Bottom navigation icons - [ Mangsaabguru] ( https://www.iconfinder.com/mangsaab ) e [ KonKapp] ( https://www.iconfinder.com/konkapp )
23
+ * [ Ministry of Health of Brazil] ( https://coronavirus.saude.gov.br/ )
24
+
25
+
26
+ ## License
27
+
28
+ This project is licensed under [ MIT license] ( https://opensource.org/licenses/MIT ) - see the [ LICENSE] ( LICENSE ) file for more details.
Original file line number Diff line number Diff line change 2
2
3
3
Um aplicativo simples que informa estatísticas sobre a COVID-19 no Brasil.
4
4
5
- :us : A simple app that reports COVID-19 statistics in Brazil. Available in English.
5
+ :us : [ English version ] ( ./README-EN.md )
6
6
7
7
<img src="./screenshots/screenshot_1.png" alt="Captura de tela 1"
8
8
width="270"> <img src="./screenshots/screenshot_2.png"
@@ -16,7 +16,7 @@ Você pode fazer o download clicando neste [link](https://github.com/Vitor238/co
16
16
17
17
* [ Retrofit] ( https://github.com/square/retrofit )
18
18
* [ Glide] ( https://github.com/bumptech/glide )
19
- * [ COVID-19 Brazil API] ( https://github.com/devarthurribeiro/covid19-brazil-api )
19
+ * [ COVID-19 Brazil API] ( https://github.com/devarthurribeiro/covid19-brazil-api ) - [ Arthur Ribeiro ] ( https://github.com/devarthurribeiro )
20
20
* [ Infográfico por freepik] ( https://br.freepik.com/fotos-vetores-gratis/infografico" )
21
21
* Icone base do logo - [ Anthony Ledoux] ( https://www.iconfinder.com/Vntole )
22
22
* Icones do bottom navigation - [ Mangsaabguru] ( https://www.iconfinder.com/mangsaab ) e [ KonKapp] ( https://www.iconfinder.com/konkapp )
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/" />
4
+ <classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
5
+ <classpathentry kind =" output" path =" bin/default" />
6
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >app</name >
4
+ <comment >Project app created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ </buildSpec >
19
+ <natures >
20
+ <nature >org.eclipse.jdt.core.javanature</nature >
21
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
22
+ </natures >
23
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ connection.project.dir =..
2
+ eclipse.preferences.version =1
You can’t perform that action at this time.
0 commit comments