KKenStarryinkenstarry.hashnode.dev·Dec 27, 2023 · 6 min readFlutter Multi-Wayed SVG StylingIntroduction Yes, it never gets as basic as this. However, while working with SVGs can seem simple enough, can you tell me 4 different ways of styling an SVG? I like the way you are looking to the ceiling to try and think of the possible ways to styl...01C
KKenStarryinkenstarry.hashnode.dev·Apr 23, 2023 · 3 min readCustom Theming in Jetpack ComposeThe material theme API in Jetpack compose comes furnished with a set of predefined colors, typography, themes etc. On many occasions, we may want to create custom themes to use throughout our compose UI. Let's get started. Layout In our root director...00
KKenStarryinkenstarry.hashnode.dev·Jul 13, 2022 · 2 min readJava Lang: Number Format ExceptionIntroduction I recently encountered a java.lang.NumberFormatException: For input string: "null" exception when writing an Android program as I was quering data from an API and passing the data to a model class. The code below was the main cause of th...00