Skip to content

ITSEC-Research/Stunning-Potato

Repository files navigation

Stunning Potato

A simple Android demo application built with Jetpack Compose.

Features

  • Debug utilities for development builds
  • Structured logging with Timber

Project Structure

  • Main app with Material 3 theming
  • Debug build with additional developer tools
  • Release build with optimized logging

Technical Details

  • Minimum SDK: 24 (Android 7.0 Nougat)
  • Target SDK: 34 (Android 14)
  • Kotlin-based application
  • Jetpack Compose for UI
  • Timber for logging

Development Setup

  1. Clone the repository
  2. Open in Android Studio
  3. Build and run on an emulator or device

Build Types

  • Debug: Includes debug utilities and verbose logging with .debug package suffix
  • Release: Optimized with custom logging implementation

License

Copyright 2025 ITSEC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A simple Android demo app built with Jetpack Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages