/Android_Counter_App

Simple counter app with an increment and decrement button.

Primary LanguageJava

Android Simple Counter App

Description

This app includes

  1. An increment button
  2. A decrement button
  3. Text View that gets updated when the buttons are pressed
  4. Built using a simple Linear Layout
  5. Toasts that inform the user when counter is incremented or decremented as shown in the image above.

To Run This App:

  • Have Java installed
  • Install Android Studio
  • Follow this guide to download an emulator or use your android device to run this application
  • Create an Android project or import this project

A great resource to follow along when building your first android app is the android developer documentation.

Best of luck!