Loading repository dataโฆ
Loading repository dataโฆ
Nikki1930 / repository
๐งฎ First-app โ Basic Calculator in Kotlin First-app is a beginner-friendly calculator app built with Kotlin .It performs essential arithmetic operations โ add, subtract, multiply and divide โ through a clean and minimal interface. This project kickstarted my Android journey and helped me understand the building blocks of android development . ๐
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to First-app โ my very first Kotlin-based project using Gradle!
This repository marks the beginning of my journey into app development, where Iโm learning the fundamentals of Kotlin, project structure, and build tools. ๐
This is a very basic setup intended to explore how Kotlin projects are structured and built using Gradle.
A quick look at the main folders and files:
.idea/ โ Android Studio project settings (auto-generated) app/ โ Main application code (Kotlin source files, manifests, etc.) gradle/ โ Gradle wrapper files for build automation .gitignore โ Tells Git which files/folders to ignore build.gradle.kts โ Main Gradle build configuration (Kotlin DSL) gradle.properties โ Central configuration for Gradle gradlew / gradlew.bat โ Scripts to run Gradle on Unix/Windows settings.gradle.kts โ Gradle settings (project name, modules)