Skip to content

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

License

Notifications You must be signed in to change notification settings

kleberandrade/aulas-java-android-studio

Repository files navigation

Eletiva - Programação para Dispositivos Móveis

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.

Ferramentas utilizadas durante as aulas

Projeto 1 - Página Simples de uma Empresa

Projeto 2 - Marcador de jogo de truco

  • Layout: LinearLayout
  • Views: TextView, ImageView, Button, ScrollView
  • Dicas: KeepScreenOn e LockOrientation
  • Desafios: Aplicativo 100% funcional; Criar alguma forma de voltar pontos (pelo menos o último ponto); Desativar os botões após algum time marcar 12 ou mais pontos

Projeto 3 - Caluladora de Combustível

Projeto 4 - Empréstimo de Objetos

Projeto 5 - Calculadora de Juros

  • Layout: LinearLayout
  • Views: TextView, ImageView, ScrollView

Projeto 6 - Jogo da Velha (Tic Tac Toe)

  • Layout: LinearLayout
  • Views: TextView, ImageView, ScrollView

Projeto 7 - Chat (Firebase)

  • 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'
    

Projeto 8 - Relatos

  • Layout: LinearLayout
  • Views: TextView, ImageView, ScrollView

Projeto 9 - Internet das Coisas (IoT)

  • Layout: LinearLayout
  • Views: TextView, ImageView, ScrollView

Licença

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages