TextScaler is a simple and interactive Android application developed using Kotlin and XML. The app uses a SeekBar (slider) to dynamically adjust the text size in real-time, demonstrating responsive UI handling and modern Kotlin-based Android development.
This project was built as part of my transition from Java to Kotlin, focusing on practical implementation and UI responsiveness.
- Real-time text resizing using SeekBar
- Clean and minimal UI
- Developed using Kotlin + XML
- Smooth and user-friendly interaction
- Lightweight and fast performance
- Language: Kotlin
- UI: XML
- Components: SeekBar, TextView
- IDE: Android Studio
- Minimum SDK: 21
- Sliding the SeekBar to the right increases the text size
- Sliding to the left decreases the text size
- Updates happen instantly (real-time feedback)
- Kotlin syntax and structure
- Working with SeekBar in Kotlin
- Dynamic UI updates
- Real-time UI manipulation
- Converting Java-based logic into Kotlin
Name: Mayank Singh
Role: Android Developer
Focus: Kotlin | Android |
- Add color picker for text
- Support multiple fonts
- Add dark mode
- Save user preferences
⭐ If you liked this project, give it a star and feel free to fork it!