A simple and elegant Android Portfolio App built using Kotlin and XML layouts.
This app showcases your personal information, skills, and projects — perfect for Android beginners who want to learn or contribute.
- Language: Kotlin
- UI Design: XML Layouts
- IDE: Android Studio
- Build System: Gradle
- Fork this repository
- Clone your fork:
git clone https://github.com/<your-username>/portfolio-app.git
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes in the Kotlin or XML files.
- Commit and push your changes:
git add . git commit -m "Added <feature/fix>" git push origin feature/your-feature-name
- Open a Pull Request (PR) on this repository.