class AndroidDeveloper {
val name = "Saurabh Pandey"
val location = "India 🇮🇳"
val role = "Android Developer"
val currentFocus = listOf(
"Server-driven UI Architecture",
"Jetpack Compose Mastery",
"Android NDK & Native Development",
"Performance Optimization"
)
val passions = listOf(
"Clean Code",
"Modern Architecture",
"User Experience",
"Continuous Learning"
)
fun getMotivation() = "Turning ideas into delightful mobile experiences"
}|
Building scalable, maintainable Android apps with Clean Architecture, MVVM, and modern design patterns |
Creating beautiful, intuitive interfaces with Jetpack Compose and Material Design 3 |
|
Optimizing app performance through NDK integration and efficient resource management |
Implementing dynamic, server-controlled interfaces for flexible app experiences |
// Coming soon - exciting projects in development!
val featuredProjects = listOf(
Project(
name = "Modern Android Architecture Template",
tech = listOf("Kotlin", "Compose", "Hilt", "Room"),
status = "In Progress"
),
Project(
name = "Server-Driven UI Framework",
tech = listOf("Kotlin", "Retrofit", "Compose"),
status = "Planning"
)
)
