Sasikanth
  • Home
  • About
  • Live
Exploring WindowDraggableArea on Compose Desktop

Exploring WindowDraggableArea on Compose Desktop

Apr 28, 2022 2 min read ComposeDesktop
One of the common things you might see in a lot of popular desktop apps is, that they have a custom title bar that contains fancy toolbar icons or a search bar or
Read Later
Using Firebase for setting update priorities on Android

Using Firebase for setting update priorities on Android

Apr 22, 2022 2 min read AndroidKotlinFirebaseGoogle Play
In this article, we will take a look at how we can use Firebase to have update priorities to nudge users to update their apps.
Read Later

Accessing screen arguments in ViewModels using SavedStateHandle

Nov 2, 2021 2 min read AndroidKotlinDaggerJetpack
Using SavedStateHandle to safely provide runtime arguments to AAC ViewModel
Read Later

Using ViewModels in custom views

Oct 31, 2021 3 min read AndroidJetpackKotlin
Let's take a look at how we can use `ViewModel`'s in custom views using `ViewTreeViewModelStoreOwner`
Read Later

Adopting Jetpack Compose ComposeView

Oct 19, 2021 2 min read AndroidKotlinJetpackComposeUI/UX
Using Compose UI in the existing codebase in important to iteratively migrating over to Compose. Let's take a look at how you can use `ComposeView` and `AbstractComposeView` to do that.
Read Later

Adopting Jetpack Compose Theming

Aug 10, 2021 2 min read AndroidKotlinJetpackComposeUI/UX
So now that Jetpack Compose is stable, let's look at how you can start adopting Compose to your existing project. Starting with theming 🎨
Read Later

Gradle version catalog for better dependency management

Jul 10, 2021 7 min read AndroidGradle
Gradle version catalog feature allows us to share dependencies between different projects or modules. In this article, we will take a look at why we need to use this feature compared to other solutions and how to configure and use Gradle version catalog.
Read Later
Page 1 of 2
Older Posts
Made with ❤️ using Ghost