Project with several examples of simple methods
git clone git@github.com:MurilloComino/android-course-impacta.git
in File > New > Project from Version Control... > git
in URL put: https://github.com/MurilloComino/android-course-impacta.git
and then clone
- Connect via usb your android phone.
- After cloning the project, open the terminal and navigate to the root folder.
gradlew installDebug
./gradlew installDebug
This project is based on the exercises proposed by the Android Developer course by Impacta
- Create up to 100 games with 6 random numbers.
- Calculates the percentage of the amount paid. Used for tip payment.
- Generated photos and videos are shown in a FrameLayout, in addition to being added to the gallery.
- Validation calculation to verify the desired CPF.
- Simple tic-tac-toe
- Capture latitude and longitude by entering the address and the option to view it in Google Maps
- Android Studio 3.5 - The IDE used