Skip to content

PedroRocha84/android-java-click-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Click Counter – My First Android App in Java

This is a simple Click Counter app and my starting point into Android Development using Java. The app displays a number that increases each time a button is clicked, with an option to reset the count.

🚀 Features

  • Clean and minimal UI
  • Increment counter with a single tap
  • Reset button to clear the count
  • Built using Java
  • Log events and check using LogCat the inner activity and debugging.

🛠️ Built With

  • Android Studio
  • Java
  • XML Layouts

📁 Project Structure

app/
├── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── pt/pedrorocha/android/clickcounter/
│ │ │ └── MainActivity.java
│ │ ├── res/
│ │ │ ├── layout/
│ │ │ │ └── activity_main.xml
│ │ │ └── values/
│ │ │ └── strings.xml
│ │ └── AndroidManifest.xml

🧠 Learning Goals

  • Set up a basic Android project in Java
  • Work with buttons, TextView, and onClickListeners
  • Using resources and string values manipulations
  • Learn how to update UI elements programmatically

📱 Screenshots

image image

🔧 How to Run

  1. Clone the repository:
    git clone https://github.com/PedroRocha84/android-java-click-counter.git
    
  2. Open the project in Android Studio
  3. Launch an emulator or connect a device
  4. Click Run (Shift + F10)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages