Skip to content

onimur/android-course-impacta

Course Impacta (Pt-BR)

Project with several examples of simple methods

Getting Started

Using Git Bash

git clone [email protected]:MurilloComino/android-course-impacta.git

Using Android Studio

in File > New > Project from Version Control... > git

in URL put: https://github.com/MurilloComino/android-course-impacta.git

and then clone

Installing

  • Connect via usb your android phone.
  • After cloning the project, open the terminal and navigate to the root folder.

Windows

gradlew installDebug

Linux & MacOS

./gradlew installDebug

Details

This project is based on the exercises proposed by the Android Developer course by Impacta

It features:

☑ Mega Sena (Brazilian)
  • Create up to 100 games with 6 random numbers.

☑ Gratuity
  • Calculates the percentage of the amount paid. Used for tip payment.

☑ Camera
  • Generated photos and videos are shown in a FrameLayout, in addition to being added to the gallery.

☑ CPF Validator (Registration of Individuals - Brazilian)
  • Validation calculation to verify the desired CPF.

☐ Search Zipcode
☑ Tic-tac-toe
  • Simple tic-tac-toe

☑ Locate me
  • Capture latitude and longitude by entering the address and the option to view it in Google Maps

☑ Notes

☐ Ball Game
☐ Music player
☐ Chat Blue
☐ SMS Messages
☐ Camera
☐ Cannon Game
☐ Settings

Example

Built With

About

Some examples of methods in the Application for Android Studio

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages