tejaskt.hashnode.devKotlin Scope Functions: Write Cleaner and More Idiomatic CodeIntroduction Kotlin’s scope functions (let, run, with, apply, also) are powerful tools for writing concise, readable code. They allow you to perform operations on objects within a temporary scope, reducing boilerplate and improving clarity. Let’s bre...Jun 12, 2025·3 min read
tejaskt.hashnode.devBuild Beautiful UIs with Jetpack Compose Material ToolkitIn this post, you'll explore how Jetpack Compose makes it incredibly easy to build stylish, functional UIs using Material Design principles, composable layouts, and powerful modifiers. ✨ Jetpack Compose UI Toolkit: A Quick Recap So far, you've seen ...Apr 14, 2025·3 min read
tejaskt.hashnode.dev💡 Mastering State in Jetpack Compose: Let the UI React to You!✨ Introduction One of the biggest mindset shifts when moving from traditional XML-based Android UI to Jetpack Compose is how we manage state and UI updates. In the Compose world, we no longer tell the UI how to update — we just say what we want it to...Apr 10, 2025·3 min read
tejaskt.hashnode.devGetting Started with Jetpack Compose: My First Steps in Modern Android UI👋 Introduction As an Android developer currently diving deep into Jetpack Compose, I’ve decided to document my learning journey - not just to help myself revise, but also to help others who are starting out. This is the first post in a series where ...Apr 5, 2025·2 min read