Domen Lanišnik's Avatar

Domen Lanišnik

@landomen.bsky.social

Senior Android Engineer @ DuckDuckGo | ex-Lyft | Speaker | Writer LinkedIn: www.linkedin.com/in/domenlanisnik Medium: https://medium.com/@domen.lanisnik

40 Followers  |  68 Following  |  20 Posts  |  Joined: 29.06.2025  |  1.4678

Latest posts by landomen.bsky.social on Bluesky


Preview
5 Useful Version Control Features in Android Studio Android Studio comes packaged with a powerful Git GUI that can do everything a standalone Git GUI can and more.

Here are five useful version control features that Android Studio (and IntelliJ IDEA) offers.

medium.com/@domen.lanis...

19.02.2026 20:09 — 👍 1    🔁 0    💬 0    📌 0

Thank you @androidweekly.bsky.social for including my article Swipe-to-Dismiss with Compose Material 3.

25.01.2026 19:00 — 👍 3    🔁 2    💬 0    📌 0
Preview
Swipe-to-Dismiss with Compose Material 3 Compose Material 3’s SwipeToDismissBox provides a straightforward way to add swipe gestures to your list items.

Learn how to add Swipe-to-Dismiss to your Compose app.

medium.com/@domen.lanis...

15.01.2026 20:56 — 👍 1    🔁 0    💬 0    📌 0

Thank you @androidweekly.bsky.social for including my article on Git Worktrees in your latest issue.

28.12.2025 17:29 — 👍 2    🔁 1    💬 0    📌 0
Preview
Increase Productivity with Git Worktrees as an Android Developer Git worktrees are a powerful feature of git for multitasking.

Just published a new blog post about Git Worktrees and how to use them as an Android Developer to increase productivity.

medium.com/@domen.lanis...

23.12.2025 19:46 — 👍 2    🔁 0    💬 0    📌 0

Thank you @droidcon.bsky.social for the opportunity to share knowledge at such a great event. I caught up with old friends, made new ones, and learned new things from great speakers.

You can find the slides at speakerdeck.com/landomen/gui...

31.10.2025 17:07 — 👍 0    🔁 0    💬 0    📌 0

Huge thanks to everyone who came to my talk about Foreground Services at #dcldn25 and thanks to everyone who asked great questions. It was nice seeing so much interest on a topic that is not trendy, but still very relevant.

31.10.2025 17:07 — 👍 3    🔁 0    💬 1    📌 0
Post image

Excited to be speaking at @droidcon.bsky.social London 2025 about Foreground Services on Android. See you there!

07.10.2025 17:40 — 👍 2    🔁 0    💬 0    📌 0
Preview
Exploring 5 Lesser-Known Compose Components We explore lesser known components in Compose Material 3 such as TriStateCheckbox, RangeSlider, SegmentedButton, and others.

Take a look at some lesser-known components in Compose Material 3 that can be useful:

proandroiddev.com/exploring-5-...

24.09.2025 04:09 — 👍 1    🔁 1    💬 0    📌 0
Preview
Native or cross-platform: has the future already chosen? – Ljubljana

I'm excited to talk about #ComposeMultiplatform in the upcoming Android Meetup in Ljubljana, organized by Infinum.

infinum.com/events/nativ...

18.09.2025 19:20 — 👍 0    🔁 0    💬 0    📌 0

No worries, I appreciate the feedback!

02.09.2025 19:54 — 👍 0    🔁 0    💬 0    📌 0

Hey Rafael, I just meant that it's not a good practice and we should use APIs from Koin.

02.09.2025 18:36 — 👍 1    🔁 0    💬 1    📌 0

Thank you @androidweekly.bsky.social for featuring my article on Injecting Android Context in Compose Multiplatform with Koin!

02.09.2025 18:33 — 👍 2    🔁 1    💬 0    📌 0
Preview
Injecting Android Context in Compose Multiplatform with Koin How to inject and use Android Context in a Compose Multiplatform app with Koin.

Short post on injecting Android Context in #ComposeMultiplatform with #Koin when using the KoinApplication composable wrapper.

proandroiddev.com/injecting-an...

30.08.2025 18:48 — 👍 2    🔁 0    💬 1    📌 0
Preview
Building a Space Flight News App with Compose Multiplatform for Android, iOS, and Desktop: Part 5 The fifth part of building a Compose Multiplatform app: native interactions.

🚀 Just published Part 5 of building an app with #ComposeMultiplatform for Android, iOS, and Desktop!

Part 5 covers native interactions in Compose Multiplatform apps, specifically opening a web browser and sharing text to other apps.

proandroiddev.com/building-a-s...

13.08.2025 17:05 — 👍 1    🔁 0    💬 0    📌 0
Preview
Guide to Foreground Services on Android - Appdevcon Conference Guide to Foreground Services on Android at Appdevcon Conference. Get to know more about Guide to Foreground Services on Android.

The recording of my talk "Guide to Foreground Services on Android" from Appdevcon is now available.

I want to thank everyone who came to my talk. It was nice meeting new people and sharing experiences. Thank you Appdevcon for having me.

appdevcon.nl/session/guid...

02.08.2025 08:11 — 👍 0    🔁 0    💬 0    📌 0
Preview
Building a Space Flight News App with Compose Multiplatform for Android, iOS, and Desktop: Part 4 The fourth part of building a Compose Multiplatform app: navigating to a details screen.

🚀 Just published Part 4 of building an app with #ComposeMultiplatform for #Android, #iOS, and Desktop!

medium.com/proandroidde...

22.07.2025 18:31 — 👍 0    🔁 1    💬 0    📌 0

Thank you @androidweekly.bsky.social for featuring the 3rd part of my series of articles on #ComposeMultiplatform in your newsletter.

Part 4 coming soon!

proandroiddev.com/building-a-s...

06.07.2025 17:54 — 👍 2    🔁 1    💬 0    📌 0
Preview
Building a Space Flight News App with Compose Multiplatform for Android, iOS, and Desktop: Part 3 The third part of building a Compose Multiplatform app: offline support with SQLDelight.

🚀 Just published Part 3 of building an app with #ComposeMultiplatform for #Android, #iOS, and Desktop!

proandroiddev.com/building-a-s...

04.07.2025 18:58 — 👍 0    🔁 1    💬 0    📌 0
Preview
Building a Space Flight News App with Compose Multiplatform for Android, iOS, and Desktop: Part 2 The second part of building a Compose Multiplatform app, fetching data with Ktor and Koin.

Thank you @kotlinweekly.bsky.social for featuring the 2nd part of my series of articles on #ComposeMultiplatform in your newsletter. And big thanks to #ProAndroidDev for publishing it.

3rd part coming soon!

proandroiddev.com/building-a-s...

29.06.2025 07:09 — 👍 3    🔁 1    💬 0    📌 0

@landomen is following 18 prominent accounts