You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yangk 28b432159f feat: migrate to MVVM architecture with ViewBinding
- Replace old MainActivity with MVVM structure
- Add MainViewModel for business logic separation
- Implement ViewBinding for type-safe UI access
- Move MainActivity to ui.main package
- Remove Kotlin DSL files (build.gradle.kts, settings.gradle.kts)
- Add Chinese localization support

This refactoring improves code maintainability, testability, and follows modern Android development standards.
3 weeks ago
.idea feat: init project 4 weeks ago
app feat: migrate to MVVM architecture with ViewBinding 3 weeks ago
gradle feat: init project 4 weeks ago
.gitignore feat: init project 4 weeks ago
build.gradle feat: migrate to MVVM architecture with ViewBinding 3 weeks ago
build.gradle.kts feat: init project 4 weeks ago
gradle.properties feat: init project 4 weeks ago
gradlew feat: init project 4 weeks ago
gradlew.bat feat: init project 4 weeks ago
settings.gradle feat: migrate to MVVM architecture with ViewBinding 3 weeks ago
settings.gradle.kts feat: init project 4 weeks ago