|
You are here |
www.exploringbinary.com | ||
| | | | |
www.marcogomiero.com
|
|
| | | | | One of the pros of Jetpack Compose (in the rest of the article, I will just call it Compose, for brevity), and generally of declarative UI frameworks, is the capability of defining the UI with the same programming language the rest of the application uses. With Compose, it is not necessary anymore to bridge the UI definitions from XML (e.g. with the [in]famous findViewById), resulting in less context switching between two different environments (XML and Kotlin code). | |
| | | | |
firebase.blog
|
|
| | | | | Adding Crashlytics to a Jetpack Compose app | |
| | | | |
blog.blundellapps.co.uk
|
|
| | | | | 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 things: 1- The AdMob team hasn't got their library up to date (in terms of supporting compose), so it's always | |
| | | | |
skiplang.com
|
|
| | | One of my biggest frustration when I try to learn a new language (Rust, Elm) or work on a language that I haven't touched in a while (OCaml, C++, PHP) is around syntax. I know what I want to write and I have an approximate idea of how it should be written but don't exactly get it right. | ||