|
You are here |
adambennett.dev | ||
| | | | |
builtin.com
|
|
| | | | | What is software engineering? It is a field directly related to computer science, where engineers apply systematic and disciplined methods to the development, operation and maintenance of software. | |
| | | | |
www.marcogomiero.com
|
|
| | | | | Recently, Ive started to work on (yet another) side project: Money Flow. As the name suggests, this is an application to help me track all the expenses and incomes. Ive thought and designed it almost a year ago but only now Ive found the time to start writing actual code. A first design iteration, that will change a bit Ive decided to make this project a personal playground for a Kotlin Multiplatform mobile app. | |
| | | | |
www.romainguy.dev
|
|
| | | | | Hash maps are extremely common data structures, and Jetpack Compose unsurprisingly takes advantage of them for various tasks. Kotlin makes it easy to create a new mutable hash map by calling the mutableMapOf() function. Most developer will - and should - stop there, and use the map however they need to. Things are however a bit different when working on a toolkit like Jetpack Compose as we need to ensure the toolkit's behavior is as unintrusive as possible for the app. | |
| | | | |
runswiththedug.wordpress.com
|
|
| | | Visit the post for more. | ||