SkillAgentSearch skills...

BeerFestApp

No description available

Install / Use

/learn @richardthe3rd/BeerFestApp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Android CI License Android API 14+ Java 17

Cambridge Beer Festival Android App

A native Android app for discovering and tracking beers at the Cambridge Beer Festival. Features real-time beer data, brewery information, and festival details.

Quick Start

# Build
./gradlew build

# Run tests
./gradlew test                    # Unit tests
./gradlew connectedCheck          # Instrumented tests (requires device)

# Install on device/emulator
./gradlew installDebug

Tech Stack

  • Language: Java 17
  • Build: Gradle 8.0.0
  • Android SDK: API 14+ (min), 34 (target), 33 (compile)
  • Database: OrmLite 5.0
  • UI: Material Design 1.8.0
  • Testing: Espresso 3.3.0, JUnit 4.13.2

Documentation

👉 See CLAUDE.md for complete developer guide including:

Project Structure

app/                     # Main Android application
├── src/main/java/       # Application code
├── src/main/res/        # Resources, layouts, strings
├── src/androidTest/     # Instrumented tests
└── src/test/            # Unit tests
libraries/beers/         # Shared domain models
docs/                    # Developer guides
.github/workflows/       # CI/CD pipelines

License

Apache License 2.0 – See LICENSE

Maintainer: Richard the Third

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated7d ago
Forks0

Languages

Java

Security Score

80/100

Audited on Mar 26, 2026

No findings