Explore >> Select a destination


You are here

blog.screenshotbot.io
| | whackylabs.com
3.2 parsecs away

Travel
| | What better way to start the new year than trying out the Kotlin Multiplatform.
| | msfjarvis.dev
3.3 parsecs away

Travel
| | Paparazzi enables a radically faster and improved UI testing workflow, and using a small workaround we can bring that to our multiplatform Compose projects
| | blog.blundellapps.co.uk
2.1 parsecs away

Travel
| | 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
| | ashishkakkad.com
22.6 parsecs away

Travel
| Codable is added with Xcode 9, iOS 11 and Swift 4. Codable is used to make your data types encodable and decodable for compatibility with external representations such as JSON. Codable use to support both encoding and decoding, declare conformance to Codable, which combines the Encodable and Decodable protocols. This process is known as making ... Read more