leanpub, to Software
@leanpub@mastodon.social avatar

Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $54.99; get it for $32.79 with this coupon: https://leanpub.com/sh/0434fA7W #Software #ComputerProgramming #Java #Kotlin #SoftwareArchitecture #SoftwareEngineering

mez, to android

Curious to know how other (or ) libraries handle Android process death. Or do they?

I have an SDK that requires a suspended initialisation before being allowed to access other functions for that library. This is because a data set needs to be loaded. On process death the usual initialisation seems to be skipped causing users of my SDK issues.

I'm convinced this isn't something the SDK should be aware of but want to cover all bases thoroughly.

leanpub, to Software
@leanpub@mastodon.social avatar

Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $54.99; get it for $32.79 with this coupon: https://leanpub.com/sh/GO2aQaUH #Software #ComputerProgramming #Java #Kotlin #SoftwareArchitecture #SoftwareEngineering

androidweekly, to androiddev German
@androidweekly@androiddev.social avatar

Latest Android Weekly Issue 619 is out!
https://androidweekly.net/issues/issue-619

hamoid, to Kotlin
@hamoid@genart.social avatar

I'm very happy that I figured out how to place the icons in columns (responsive) and the names under the thumbnails. I find aligning things in Swing even harder than in CSS.

This is in my https://codeberg.org/hamoid/idea-thumbnails plugin which currently works for and programs, but would be easy to adapt to other languages / frameworks supported by the Idea IDE.

If anyone uses Idea for creative coding, I'm open for contributions :-) I'm a noob at writing Idea plugins.

hamoid,
@hamoid@genart.social avatar

Small improvements in the layout of my Thumbnailer IntelliJ Idea plugin.

jeffsheets, to Kotlin
@jeffsheets@hachyderm.io avatar

Demystifying GenAI and ChatGPT
-- harness the practical and pragmatic parts of AI
-- you don't have to run your own models and LLMs
-- call out to OpenAI straight from your Kotlin/Java SpringBoot codebase
-- the real magic is finding a good use-case
-- most of what you hear and see out there today isn't a good use for LLMs in the first place

https://sheetsj.com/blog/calling-openai-gpt-4-from-kotlin-with-spring-ai/

#genai #kotlin #llm #springboot

dkandalov, to Kotlin

In case you want to try an alternative JSON (de)serialization library for #Kotlin, Kondor https://github.com/uberto/kondor-json by @ramtop is great. No annotation magic, just functions explicitly defining the mapping. No external dependencies. As fast as Jackson.

khalidabuhakmeh, to Kotlin
@khalidabuhakmeh@mastodon.social avatar

Today I learned you can use #kotlin with #godotengine https://godot-kotl.in/.

Yes, please. Sign me up.

Crell, to php
@Crell@phpc.social avatar

> , part 20. Or maybe just > ecosystem.

FTW.

androidweekly, to androiddev German
@androidweekly@androiddev.social avatar

Latest Android Weekly Issue 618 is out!
https://androidweekly.net/issues/issue-618

daridrea, (edited ) to random
@daridrea@graphics.social avatar

TIL: 1. Kotlin Multiplatform takes advantage of Kotlin's ability to compile for several platforms, resulting in native libraries that may be used by native apps.

  1. Kotlin's native approach allows for efficient execution at runtime, as it doesn't require an additional layer to communicate with device hardware and compiles to native binaries for faster execution.

++ Kotlin has an extremely clear codebase. React N. yoü have a worthy rival.

#kotlin #kotlinlang #kmp

jeffsheets, to random
@jeffsheets@hachyderm.io avatar

The latest IntelliJ Idea with local machine learning line completion is really surprisingly great so far! Love that it does the magic without training on any client code or sending anything to the cloud. A+ so far #kotlin #javascript #java https://blog.jetbrains.com/blog/2024/04/04/full-line-code-completion-in-jetbrains-ides-all-you-need-to-know/

svenjacobs, to Kotlin
@svenjacobs@androiddev.social avatar
androidweekly, to androiddev German
@androidweekly@androiddev.social avatar

Latest Android Weekly Issue 617 is out!
https://androidweekly.net/issues/issue-617

jeffsheets, to Kotlin
@jeffsheets@hachyderm.io avatar

GenAI is all the hype -- so here's a quick primer on using Kotlin with Spring-AI to call OpenAI GPT 4 via a REST API -- really showcasing how simple it can be. #kotlin #genai #SpringBoot #openai #chatgpt https://sheetsj.com/blog/calling-openai-gpt-4-from-kotlin-with-spring-ai/

Crell, to Kotlin
@Crell@phpc.social avatar

#Kotlin is to #Java as #TypeScript is to #JavaScript.

Up to you if that's a complement or an insult.

ethauvin, to Kotlin
@ethauvin@mastodon.social avatar
leanpub, to Software
@leanpub@mastodon.social avatar

Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $54.99; get it for $32.79 with this coupon: https://leanpub.com/sh/rsQh8Tpg #Software #ComputerProgramming #Java #Kotlin #SoftwareArchitecture #SoftwareEngineering

androidweekly, to androiddev German
@androidweekly@androiddev.social avatar

Latest Android Weekly Issue 616 is out!
https://androidweekly.net/issues/issue-616

mohsenoid,

Dear @androidweekly,

Thanks again for spreading the word for another "Android Developer Tips" video:
https://youtube.com/@AndroidDeveloperTips/

#ADT #AndroidDeveloperTips #Video #YouTube #Android #AndroidDev #Kotlin #KotlinDev #Compose

leanpub, to Kotlin
@leanpub@mastodon.social avatar

Big Kotlin pack https://leanpub.com/b/kotlin_mm by Marcin Moskała is the featured bundle on the Leanpub homepage! https://leanpub.com #Kotlin #Android #Java #ComputerProgramming #Engineering

hamoid, to genart
@hamoid@genart.social avatar

I'm quite happy with the real time animated version :-)

jeffsheets, to random
@jeffsheets@hachyderm.io avatar

Kotlin's mapNotNull is beautiful magic

jeffsheets,
@jeffsheets@hachyderm.io avatar

kotlin async code is so friendly -- this is super contrived here but the point is still valid I think:

return accounts.mapNotNull { account ->  
 async { fetchFromOtherSystem(account) }  
}.awaitAll()  

#kotlin

jeffsheets,
@jeffsheets@hachyderm.io avatar

constants are weird in Kotlin. every language has one or two things that should be simple but are weird. I still love kotlin but still struggle with constants, and how copy/pasting files will drop them in IntelliJ every time because they are top-level and semi-classless

https://stackoverflow.com/questions/44038721/constants-in-kotlin-whats-a-recommended-way-to-create-them

#kotlin

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines