eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

215
active users

#JetpackCompose

0 posts0 participants0 posts today
FOSS Android :verified_twtr:<p>📂 File Explorer – A sleek, open-source Android file manager built with Kotlin &amp; Jetpack Compose.</p><p>✅ Modern UI<br>✅ Full file ops (copy, move, delete, etc.)<br>✅ Multi-tab navigation<br>✅ Built-in media viewers<br>✅ Lightweight &amp; smooth</p><p>📥 Download:<br><a href="https://apt.izzysoft.de/fdroid/index/apk/com.raival.compose.file.explorer" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">apt.izzysoft.de/fdroid/index/a</span><span class="invisible">pk/com.raival.compose.file.explorer</span></a></p><p><a href="https://mstdn.social/tags/FOSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FOSS</span></a> <a href="https://mstdn.social/tags/Android" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Android</span></a> <a href="https://mstdn.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> <a href="https://mstdn.social/tags/FileManager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FileManager</span></a> <a href="https://mstdn.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://mstdn.social/tags/kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kotlin</span></a></p>
Christophe B. :android:<p>Version 1.1.0 of my library HTML Converter for Compose Multiplatform is now available!<br>It includes optional colored text support and targets all previously missing platforms: Javascript, WASM and native Mac OS.<br><a href="https://github.com/cbeyls/HtmlConverterCompose/blob/main/CHANGELOG.md#version-110" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/cbeyls/HtmlConverte</span><span class="invisible">rCompose/blob/main/CHANGELOG.md#version-110</span></a></p><p><a href="https://androiddev.social/tags/Kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kotlin</span></a> <a href="https://androiddev.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> <a href="https://androiddev.social/tags/KotlinMultiplatform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KotlinMultiplatform</span></a> <a href="https://androiddev.social/tags/PrideMonth" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PrideMonth</span></a></p>
Daniel Düsentrieb<p>Aus aktuellem Anlass: Jobsuche</p><p>Sucht jemand im Raum Berlin/Potsdam gerade einen Softwareentwickler im Bereich:</p><p>-<a href="https://social.linux.pizza/tags/Android" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Android</span></a>/#Kotlin mit <a href="https://social.linux.pizza/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> <br>-<a href="https://social.linux.pizza/tags/Spring" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Spring</span></a> <a href="https://social.linux.pizza/tags/Backend" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Backend</span></a> mit <a href="https://social.linux.pizza/tags/Java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Java</span></a> oder Kotlin <br>-<a href="https://social.linux.pizza/tags/Webfrontend" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Webfrontend</span></a> mit <a href="https://social.linux.pizza/tags/Typescript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Typescript</span></a> <a href="https://social.linux.pizza/tags/VueJS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VueJS</span></a></p><p>Zuletzt hatte ich vor allem im Bereich Medizinanwendungen (DIGA) zu tun und bin natürlich offen für andere Tech-Stacks</p><p>Gerne <a href="https://social.linux.pizza/tags/boost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>boost</span></a> für Reichweite<br><a href="https://social.linux.pizza/tags/Followerpower" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Followerpower</span></a></p>
Litrik De Roy<p>I should have known that putting a WebView inside a BottomSheet would lead to a world full of shenanigans. <a href="https://mastodon.social/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a> <a href="https://mastodon.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a></p>
Steve Roy<p>What happened to ButtonStyle in <a href="https://mstdn.ca/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a>?</p><p>I see articles referencing it but can’t find it in any library. Looks like it’s from older versions of Compose. But how does one make reusable button styles instead?</p><p><a href="https://mstdn.ca/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a></p>
Steve Roy<p>I’ve been looking for a way to dynamically add pages to a Pager in Jetpack Compose. I’m thinking I’m probably not looking for the right thing.</p><p>The one example I find says to use `HorizontalPager(pageCount = …)` but I don’t see such a constructor in my version of Compose.</p><p>`rememberPagerState()` returns an immutable PagerState, and I can’t use `remember { mutableStateOf(…) }` because PagerState is abstract, so do I have to implement my own PagerState then?</p><p><a href="https://mstdn.ca/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a> <a href="https://mstdn.ca/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a></p>
Jeff C. 🇺🇦<p>The <span class="h-card" translate="no"><a href="https://mas.to/@skiptools" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>skiptools</span></a></span> folks have announced a technology preview of a native Swift toolchain and driver for Android.</p><p>“This toolset enables developers to build and run Swift executables and test cases on a connected Android device or emulator.”</p><p><a href="https://skip.tools/blog/native-swift-on-android-1/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">skip.tools/blog/native-swift-o</span><span class="invisible">n-android-1/</span></a></p><p><a href="https://indieweb.social/tags/SwiftLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftLang</span></a> <a href="https://indieweb.social/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftUI</span></a> <a href="https://indieweb.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> <a href="https://indieweb.social/tags/SkipTools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SkipTools</span></a></p>
Jeff C. 🇺🇦<p>That bit of UIApplication.applicationState was a request, by me, and the Skip folks got it up and running in just a handful of days.</p><p>I continue to be impressed by the responsiveness of this very small team.</p><p><a href="https://indieweb.social/tags/Skip" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Skip</span></a> <a href="https://indieweb.social/tags/iOSDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOSDev</span></a> <a href="https://indieweb.social/tags/SwiftLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftLang</span></a> <a href="https://indieweb.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> <a href="https://mas.to/@skiptools/112689329203082364" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mas.to/@skiptools/112689329203</span><span class="invisible">082364</span></a></p>
Sven Jacobs :androidHead:<p>At this years company <a href="https://androiddev.social/tags/hackathon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hackathon</span></a> our project team created a proof of concept <a href="https://androiddev.social/tags/KotlinMultiplatform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KotlinMultiplatform</span></a> and <a href="https://androiddev.social/tags/ComposeMultiplatform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ComposeMultiplatform</span></a> app for <a href="https://androiddev.social/tags/Android" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Android</span></a>, <a href="https://androiddev.social/tags/iOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOS</span></a> &amp; desktop with a single code base for data layer, business logic and UI, well, for everything!</p><p>Within three days we were able to create a simple but functional application from scratch that accesses a <a href="https://androiddev.social/tags/Firebase" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Firebase</span></a> backend.</p><p>Still some rough edges on iOS but the future is bright for Kotlin Multiplatform!</p><p><a href="https://androiddev.social/tags/Kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kotlin</span></a> <a href="https://androiddev.social/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a> <a href="https://androiddev.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> <a href="https://androiddev.social/tags/REWEdigital" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>REWEdigital</span></a></p>
sinasamaki<p>✨ New article out now</p><p>Recreate <span class="h-card" translate="no"><a href="https://flipboard.social/@Flipboard" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Flipboard</span></a></span> 's page fold animation in <a href="https://androiddev.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> and implement it in vertical orientation as well.</p><p><a href="https://www.sinasamaki.com/page-flip-3d-animation-in-jetpack-compose" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">sinasamaki.com/page-flip-3d-an</span><span class="invisible">imation-in-jetpack-compose</span></a></p><p><a href="https://androiddev.social/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a> <a href="https://androiddev.social/tags/Kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kotlin</span></a></p>
Armoured Wizard<p>More "Where is this documented?" woes!<br>I'm working on my Android App UI, and trying to find out what each UI Element (Text, Button, Column, etc) takes as its default Colour from the theme.color list.<br>I can find that Buttons are Primary, but there does not seem to be a comprehensive list anywhere.</p><p>What am I doing wrong?</p><p><a href="https://dice.camp/tags/androidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>androidDev</span></a> <a href="https://dice.camp/tags/jetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetpackCompose</span></a> <a href="https://dice.camp/tags/material3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>material3</span></a></p>
Nicos Nicolaou :androidHead:<p>Check my Android Library for Image Picker <a href="https://androiddev.social/tags/Android" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Android</span></a> <a href="https://androiddev.social/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a> <a href="https://androiddev.social/tags/jetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jetpackCompose</span></a> <a href="https://androiddev.social/tags/supportMe" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>supportMe</span></a> <a href="https://androiddev.social/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a> <a href="https://androiddev.social/tags/development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>development</span></a> <a href="https://androiddev.social/tags/library" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>library</span></a> <a href="https://androiddev.social/tags/images" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>images</span></a> <a href="https://androiddev.social/tags/video" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>video</span></a> <a href="https://androiddev.social/tags/picker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>picker</span></a> <a href="https://androiddev.social/tags/code" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>code</span></a> <a href="https://androiddev.social/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a> <a href="https://androiddev.social/tags/AndroidDevs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDevs</span></a> <a href="https://androiddev.social/tags/Repost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Repost</span></a> <a href="https://androiddev.social/tags/Like" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Like</span></a><br><a href="https://github.com/NicosNicolaou16/ImagePickerAndroid" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/NicosNicolaou16/Ima</span><span class="invisible">gePickerAndroid</span></a></p>
Rebecca Franks 🌞<p>Learn all about ImageVectors - how to create and animate them - as well as applying a Perlin Noise AGSL RenderEffect to a Composable in this new blog of mine 🐠<br> <a href="https://medium.com/androiddevelopers/making-jellyfish-move-in-compose-animating-imagevectors-and-applying-agsl-rendereffects-3666596a8888" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/androiddevelopers/m</span><span class="invisible">aking-jellyfish-move-in-compose-animating-imagevectors-and-applying-agsl-rendereffects-3666596a8888</span></a></p><p><a href="https://androiddev.social/tags/Animation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Animation</span></a> <a href="https://androiddev.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> <a href="https://androiddev.social/tags/Graphics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Graphics</span></a> <a href="https://androiddev.social/tags/AndroidDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AndroidDev</span></a></p>
Rebecca Franks 🌞<p>Okay, so we are doing intros then?</p><p>Hi :androidHead: I'm Rebecca AKA riggaroo. I've been doing Android since 2012! My favourite app I've worked on is GoDaddy Studio - building many of the fun image editing things inside it ⭐ </p><p>I joined Google at the beginning of this year as a Developer Relations Engineer working on <a href="https://androiddev.social/tags/JetpackCompose" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JetpackCompose</span></a> - all things animations/graphics/layouts etc!</p><p>Moved to 🇬🇧 from 🇿🇦 .</p><p>Happy to help with questions on Compose or take feedback on our docs/samples etc!</p><p><a href="https://androiddev.social/tags/introductions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>introductions</span></a></p>