Reallogic /
JavaEssencialAndroid
Código fonte dos exercícios do eBook Java Essencial para Android.
Active repository
JavaApache-2.0
⑂ 8 forks◯ 0 issuesUpdated Sep 12, 2016
Loading repository data…
kleberandrade / repository
Código fonte dos aplicativos desenvolvidos na disciplina do terceiro semestre do curso de Análise e Desenvolvimento de Sistemas na Faculdade de Tecnologia de Americana. Todas as aulas são baseadas em pequenos projetos de aplicativos funcionais
Disciplina do segundo semestre do curso de Análise e Desenvolvimento de Sistemas na Faculdade de Tecnologia de Americana. Todas as aulas são baseadas em pequenos projetos de telas funcionais.
Layout: LinearLayout
Views: TextView, ImageView, ScrollView
Dependencias:
// Design
implementation 'com.android.support:design:28.0.0'
// Firebase
implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.google.firebase:firebase-auth:16.0.5'
implementation 'com.google.firebase:firebase-database:16.0.3'
// Needed to fix a dependency conflict with FirebaseUI'
implementation 'android.arch.core:runtime:1.1.1'
// Butter Knife
implementation 'com.jakewharton:butterknife:9.0.0-rc1'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc1'
Copyright 2018 Kleber de Oliveira Andrade
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Selected from shared topics, language and repository description—not editorial ratings.
Reallogic /
Código fonte dos exercícios do eBook Java Essencial para Android.