Skip to content

Matheus-0/Pomodoro-Clock

Repository files navigation

Pomodoro Clock

A simple Android app made in Java for starting Android development in order to learn this paradigm.

Installation

You can download the APK from here and install it on your Android device.

You can also check out the releases section of this repository where you can find the APK file and source code in compressed files.

Deployment (in Android Studio)

Run on a real device 📱

Set up your device as follows:

  1. Connect your device to your development machine with a USB cable. If you develop on Windows, you might need to install the appropriate USB Drive for your device.

  2. Perform the following steps to enable USB debugging in the Developer options window:

  • Open the Settings app.
  • If your device uses Android v8.0 or higher, select "System". Otherwise, proceed to the next step.
  • Scroll to the bottom and select "About phone".
  • Scroll to the bottom and tap "Build number" seven times.
  • Return to the previous screen, scroll to the bottom, and tap "Developer options".
  • In the Developer options window, scroll down to find and enable USB debugging.

Run the app on your device as follows:

  1. In Android Studio, select your app from the run/debug configurations drop-down menu in the toolbar.
  2. In the toolbar, select the device that you want to run your app on from the target device drop-down menu.
  3. Click Run! ✅

Technologies

Contributors