Skip to content

Blundell

Android Developer Tutorials

  • Beginner
  • Intermediate
  • Advanced
  • Reference
  • X-Post

Tag: compose

Android Dynamic Animated SVGs (with Lottie Dynamic Properties)

In Intermediate, Tutorial By blundell On 2025-01-04
Android Dynamic Animated SVGs (with Lottie Dynamic Properties)

Learn how to have runtime control of all parts of an animation or image, the color, opacity, scale, rotation .. any property within your SVG animation using Lottie Dynamic Properties. This tutorial is going to…

Read more of Android Dynamic Animated SVGs (with Lottie Dynamic Properties) →

Tagged android, androiddev, animation, compose, lottie, svg

Emoji error! Using the latest Compose with compileSDK < 34

In Reference By blundell On 2023-11-222023-11-19
Emoji error! Using the latest Compose with compileSDK < 34

Wanting to use the latest versions of Compose, but your app compileSdk is falling behind? I’ve been there! If you have a compileSdk < 34 but want to use Compose version > 1.5.0 you’ll come…

Read more of Emoji error! Using the latest Compose with compileSDK < 34 →

Tagged androiddev, compose, gradle

To dip or not to dp, that is the compose question

In Beginner, Reference By blundell On 2021-08-302021-08-30
To dip or not to dp, that is the compose question

I know what you are thinking, why wasn’t this feature shipped with the compose 1.0, a travesty! Well don’t worry because now it’s here, by un-popular demand. No longer do you have to pine for…

Read more of To dip or not to dp, that is the compose question →

Tagged compose

Using AdMob banner Ads in a Compose Layout

In Beginner, Tutorial By blundell On 2021-08-272021-08-27
Using AdMob banner Ads in a Compose Layout

This is a real quick post to give you some pointers of how to use Google AdMob banner ads in an Android Jetpack Compose view layout. Right off the bat I want to say two…

Read more of Using AdMob banner Ads in a Compose Layout →

Tagged admob, androiddev, compose

Fix: Jetpack Compose observeAsState Type Error has no method

In Reference By blundell On 2021-03-06

This quick blog post helps you solve the error “Type state has no method getValue” when first starting to observe state on your ViewModel.

Tagged androiddev, compose, error
© Copyright Blundell. All rights reserved.