A simple Android demo application built with Jetpack Compose.
- Debug utilities for development builds
- Structured logging with Timber
- Main app with Material 3 theming
- Debug build with additional developer tools
- Release build with optimized logging
- Minimum SDK: 24 (Android 7.0 Nougat)
- Target SDK: 34 (Android 14)
- Kotlin-based application
- Jetpack Compose for UI
- Timber for logging
- Clone the repository
- Open in Android Studio
- Build and run on an emulator or device
- Debug: Includes debug utilities and verbose logging with
.debug
package suffix - Release: Optimized with custom logging implementation
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.