#composeui hasil pencarian

✨Desktop app with Kotlin & Compose UI #8 . Graphics in Compose👇 🔸2nd way of drawing lines - drawPoints() with PointMode.Polygon / Lines #composeui #composedesktop #buildinpublic #tradingbot

mobiledev_pro's tweet image. ✨Desktop app with Kotlin & Compose UI #8 . Graphics in Compose👇

🔸2nd way of drawing lines - drawPoints() 

with PointMode.Polygon / Lines

#composeui #composedesktop #buildinpublic #tradingbot

Yesterday I have an enjoyable time with #composeui and learned a lot since it is my first contact with the UI toolkit. Thanks #AndroidDevChallenge for pushing me further.

Brunohensel's tweet image. Yesterday I have an enjoyable time with #composeui and learned a lot since it is my first contact with the UI toolkit. Thanks  #AndroidDevChallenge for pushing me further.
Brunohensel's tweet image. Yesterday I have an enjoyable time with #composeui and learned a lot since it is my first contact with the UI toolkit. Thanks  #AndroidDevChallenge for pushing me further.

✨️Building Desktop app with Kotlin & Compose UI #5 🔸️Getting real-time data updates from a WebSocket - Ktor HTTP client. Source code + short explanation 👇 mobiledevpro.gumroad.com/p/kotlin-ktor-… #composeui #composedesktop #buildinpublic


✨️Building Desktop app with Kotlin & Compose UI #3 🔸️Solved issue with database creation The main issue was SQLDelight refers to 'commonMain' source, but IntelliJ IDEA creates the project for a single (desktop) platform without 'commonMain'. #buildinpublic #composeui #kmm

mobiledev_pro's tweet image. ✨️Building Desktop app with Kotlin & Compose UI #3

🔸️Solved issue with database creation

The main issue was SQLDelight refers to 'commonMain' source, but IntelliJ IDEA creates the project for a single (desktop) platform without 'commonMain'.

#buildinpublic #composeui #kmm
mobiledev_pro's tweet image. ✨️Building Desktop app with Kotlin & Compose UI #3

🔸️Solved issue with database creation

The main issue was SQLDelight refers to 'commonMain' source, but IntelliJ IDEA creates the project for a single (desktop) platform without 'commonMain'.

#buildinpublic #composeui #kmm

Introducing light and dark modes for Reflective UI in Compose Multiplatform! 🌙🌞 Repo link: lnkd.in/dPqUAmrQ #ComposeUI #MobileDevelopment #reflectiveui #CrossPlatform #Kotlin #kmp #experience #jetbrains #android #ios


Been playing around #Jetpack #ComposeUI and created a simple demo of @gmail app on #Android I must say its a very pleasant experience to create UI and business logic using the same beloved language @kotlin Will write about it soon in details #AndroidDev #Kotlin #IntelliJ #GDE


✨Building desktop app with Kotlin & Compose UI #11 Dependency injection - Koin library 🔸io.insert-koin:koin-core:{version} #composeui #composedesktop #buildinpublic

mobiledev_pro's tweet image. ✨Building desktop app with Kotlin & Compose UI 
#11 Dependency injection - Koin library

🔸io.insert-koin:koin-core:{version}

#composeui #composedesktop #buildinpublic

✨Building desktop app with Kotlin & Compose UI #10. Settings with selecting value from a dropdown menu 👇 🔸️TextField() + DropdownMenu() wrapped by Box() #composeui #composedesktop #kmm #buildinpublic

mobiledev_pro's tweet image. ✨Building desktop app with Kotlin & Compose UI #10. 
Settings with selecting value from a dropdown menu 👇

🔸️TextField() + DropdownMenu() wrapped by Box()

#composeui #composedesktop #kmm #buildinpublic
mobiledev_pro's tweet image. ✨Building desktop app with Kotlin & Compose UI #10. 
Settings with selecting value from a dropdown menu 👇

🔸️TextField() + DropdownMenu() wrapped by Box()

#composeui #composedesktop #kmm #buildinpublic

OK 👍 Jetpack CRUD 🗡️ MVVM Clean Arch (Data / Domain [w/ UseCases] / Presentation #ComposeUI) #Kotlin 🌊 Flow / Channel with unit, UI and end 2 end testing running in CI/CD. Thanks 🙏 @androidstudio & @Bitbucket for magical 🪄 tools and @plcoding for base. #AndroidDev Now iOS 🍎!

biocodes's tweet image. OK 👍 Jetpack CRUD 🗡️ MVVM Clean Arch (Data / Domain [w/ UseCases] / Presentation #ComposeUI) #Kotlin 🌊 Flow / Channel with unit, UI and end 2 end testing running in CI/CD. Thanks 🙏 @androidstudio & @Bitbucket for magical 🪄 tools and @plcoding for base. #AndroidDev
Now iOS 🍎!

✨Building Desktop app with Kotlin & Compose UI #6 🔸Drawing a chart - Canvas() I was trying to find a ready-to-use library but failed. Few days of researching and decided to draw the chart on my own. Continue in the thread 👇 #composeui #composedesktop #buildinpublic

mobiledev_pro's tweet image. ✨Building Desktop app with Kotlin & Compose UI #6

🔸Drawing a chart - Canvas()

I was trying to find a ready-to-use library but failed. Few days of researching and decided to draw the chart on my own.  

Continue in the thread 👇
#composeui #composedesktop #buildinpublic
mobiledev_pro's tweet image. ✨Building Desktop app with Kotlin & Compose UI #6

🔸Drawing a chart - Canvas()

I was trying to find a ready-to-use library but failed. Few days of researching and decided to draw the chart on my own.  

Continue in the thread 👇
#composeui #composedesktop #buildinpublic

🚀 Exciting news, I built this recipe app using Compose Multiplatform. I explored the following libraries in this project, ✅ Koin ✅ Voyager ✅ Moko Resources ✅ ImageLoader Repo Link: github.com/JunydDEV/kmp-r… #KMP #ComposeUI #Multiplatform #Andorid #iOS

JunaidDev's tweet image. 🚀 Exciting news, I built this recipe app using Compose Multiplatform.  I explored the following libraries in this project, 
✅ Koin
✅ Voyager
✅ Moko Resources 
✅ ImageLoader 

Repo Link: github.com/JunydDEV/kmp-r…

#KMP #ComposeUI #Multiplatform #Andorid #iOS

👨‍💻 Started building Desktop app with Kotlin & Compose UI. As it's my first experience with Kotlin Multiplatform I see no much difference comparing to building Android apps. #1 Connecting to API 🔸️io.ktor:ktor-client #buildinpublic #composeui #kotlinmultiplatform


Building Desktop app with Kotlin & Compose UI #2 Got stuck with caching data into app database and configurating 🔸️SQLDelight 2.0.0-alpha05 Went through docs, should work, but it doesn't. There is no reference to AppDatabase 🙄 #buildinpublic #composeui #sqldelight

mobiledev_pro's tweet image. Building Desktop app with Kotlin & Compose UI #2

Got stuck with caching data into app database and configurating 

🔸️SQLDelight 2.0.0-alpha05

Went through docs, should work, but it doesn't. There is no reference to AppDatabase 🙄 

#buildinpublic #composeui #sqldelight

LayoutInspector just failed to inspect the #ComposeUI in Android Studio (Android Studio Jellyfish | 2023.3.1 Patch 1). Any idea ? 🙃

rayworks007's tweet image. LayoutInspector just failed to inspect the #ComposeUI in Android Studio (Android Studio Jellyfish | 2023.3.1 Patch 1).  Any idea ? 🙃

Thanks to Pau Guillamon, now I know that we can have the #ComposeUI in #AR!!! 🤓 #dcbln24

mohsenoid's tweet image. Thanks to Pau Guillamon, now I know that we can have the #ComposeUI in #AR!!! 🤓
#dcbln24

Any #ux people have opinions on drop downs in mobile apps? It actually feels nicer than I expected, and it's super easy to implement with #compose now. #composeui #kotlin #androiddev

Luca_Spinazzola's tweet image. Any #ux people have opinions on drop downs in mobile apps? It actually feels nicer than I expected, and it's super easy to implement with #compose now.

#composeui
#kotlin
#androiddev

Using #JetpackCompose created this simple profile view! And fetching profile data using GitHub Open Api. Learning Compose by creating inspirational UI! #AndroidDev #ComposeUI #JetpackCompose

ImtiazDipto's tweet image. Using #JetpackCompose created this simple profile view! And fetching profile data using GitHub Open Api. 
Learning Compose by creating inspirational UI! 

#AndroidDev #ComposeUI #JetpackCompose

Hey #AndroidDev I'm attending this Android Study Jam by @imShreyasPatil. Here he talks about Jetpack Compose. Thanks to @GDSC_NITD for organizing this. #jetpackCompose #composeui

hardik__sachan's tweet image. Hey #AndroidDev 
I'm attending this Android Study Jam by @imShreyasPatil. Here he talks about Jetpack Compose.

Thanks to @GDSC_NITD for organizing this.

#jetpackCompose #composeui

It's strange to see that the advocates of the most fancy and flexible UI framework have excuses to make their app adaptive. They made a fan following by bashing and completely ignoring the View system, I thought it could be done very easily with Compose. #AndroidDev #ComposeUI


Okay, so XML vs. Jetpack Compose, right? What's the damn deal? Honestly, Compose code just reads way better, less of that XML bullshit. Plus, declarative UI? Fewer freaking bugs. Who isn't sick of XML bloat? 🙄 #JetpackCompose #Android #ComposeUI


Compose hack alert! 🔧 Tired of wasted space in BasicTextField? Learn how to add smart content padding that only shows when scrolled to the bottom. Devs, this one's for you! #ComposeUI #AndroidDev 🚀 blog.zachklipp.com/basictextfield…

blog.zachklipp.com

BasicTextField bubble wrap

A little hack for adding (content) padding to your (decoration) boxes.


Struggling with Compose UI design? 🎨 Official design systems save time & headaches. Choose wisely: go standard, create custom, or chaos awaits! Your app's look is a strategic decision, not just a designer's whim. #ComposeUI #MobileDesign commonsware.com/blog/2025/01/0…


🔍 Struggling with text truncation in Compose? Learn how to create a slick "Show More/Less" component that gives users control over their reading experience! 📱✨ #AndroidDev #ComposeUI t.me/android4n00bs


🎨 First-ever online tool for #JetpackCompose UI previews is here – AppForceStudio! 📷#AndroidDev #ComposeUI #AppForceStudio #kotlin appforcestudio.com/generate-desig…


✨Building Desktop app with Kotlin & Compose UI #7 🔸Drawing lines val path = Path() path.moveTo(startX, startY) path.lineTo(pointX, pointY) [email protected](path, color, style) #composeui #composedesktop #buildinpublic #tradingbot

mobiledev_pro's tweet image. ✨Building Desktop app with Kotlin & Compose UI #7

🔸Drawing lines

val path = Path()
path.moveTo(startX, startY)
path.lineTo(pointX, pointY)
this@DrawScope.drawPath(path, color, style)

#composeui #composedesktop #buildinpublic #tradingbot

✨Desktop app with Kotlin & Compose UI #8 . Graphics in Compose👇 🔸2nd way of drawing lines - drawPoints() with PointMode.Polygon / Lines #composeui #composedesktop #buildinpublic #tradingbot

mobiledev_pro's tweet image. ✨Desktop app with Kotlin & Compose UI #8 . Graphics in Compose👇

🔸2nd way of drawing lines - drawPoints() 

with PointMode.Polygon / Lines

#composeui #composedesktop #buildinpublic #tradingbot

OK 👍 Jetpack CRUD 🗡️ MVVM Clean Arch (Data / Domain [w/ UseCases] / Presentation #ComposeUI) #Kotlin 🌊 Flow / Channel with unit, UI and end 2 end testing running in CI/CD. Thanks 🙏 @androidstudio & @Bitbucket for magical 🪄 tools and @plcoding for base. #AndroidDev Now iOS 🍎!

biocodes's tweet image. OK 👍 Jetpack CRUD 🗡️ MVVM Clean Arch (Data / Domain [w/ UseCases] / Presentation #ComposeUI) #Kotlin 🌊 Flow / Channel with unit, UI and end 2 end testing running in CI/CD. Thanks 🙏 @androidstudio & @Bitbucket for magical 🪄 tools and @plcoding for base. #AndroidDev
Now iOS 🍎!

Yesterday I have an enjoyable time with #composeui and learned a lot since it is my first contact with the UI toolkit. Thanks #AndroidDevChallenge for pushing me further.

Brunohensel's tweet image. Yesterday I have an enjoyable time with #composeui and learned a lot since it is my first contact with the UI toolkit. Thanks  #AndroidDevChallenge for pushing me further.
Brunohensel's tweet image. Yesterday I have an enjoyable time with #composeui and learned a lot since it is my first contact with the UI toolkit. Thanks  #AndroidDevChallenge for pushing me further.

✨️Building Desktop app with Kotlin & Compose UI #3 🔸️Solved issue with database creation The main issue was SQLDelight refers to 'commonMain' source, but IntelliJ IDEA creates the project for a single (desktop) platform without 'commonMain'. #buildinpublic #composeui #kmm

mobiledev_pro's tweet image. ✨️Building Desktop app with Kotlin & Compose UI #3

🔸️Solved issue with database creation

The main issue was SQLDelight refers to 'commonMain' source, but IntelliJ IDEA creates the project for a single (desktop) platform without 'commonMain'.

#buildinpublic #composeui #kmm
mobiledev_pro's tweet image. ✨️Building Desktop app with Kotlin & Compose UI #3

🔸️Solved issue with database creation

The main issue was SQLDelight refers to 'commonMain' source, but IntelliJ IDEA creates the project for a single (desktop) platform without 'commonMain'.

#buildinpublic #composeui #kmm

✨Building desktop app with Kotlin & Compose UI #11 Dependency injection - Koin library 🔸io.insert-koin:koin-core:{version} #composeui #composedesktop #buildinpublic

mobiledev_pro's tweet image. ✨Building desktop app with Kotlin & Compose UI 
#11 Dependency injection - Koin library

🔸io.insert-koin:koin-core:{version}

#composeui #composedesktop #buildinpublic

✨Building desktop app with Kotlin & Compose UI #10. Settings with selecting value from a dropdown menu 👇 🔸️TextField() + DropdownMenu() wrapped by Box() #composeui #composedesktop #kmm #buildinpublic

mobiledev_pro's tweet image. ✨Building desktop app with Kotlin & Compose UI #10. 
Settings with selecting value from a dropdown menu 👇

🔸️TextField() + DropdownMenu() wrapped by Box()

#composeui #composedesktop #kmm #buildinpublic
mobiledev_pro's tweet image. ✨Building desktop app with Kotlin & Compose UI #10. 
Settings with selecting value from a dropdown menu 👇

🔸️TextField() + DropdownMenu() wrapped by Box()

#composeui #composedesktop #kmm #buildinpublic

LayoutInspector just failed to inspect the #ComposeUI in Android Studio (Android Studio Jellyfish | 2023.3.1 Patch 1). Any idea ? 🙃

rayworks007's tweet image. LayoutInspector just failed to inspect the #ComposeUI in Android Studio (Android Studio Jellyfish | 2023.3.1 Patch 1).  Any idea ? 🙃

✨Building Desktop app with Kotlin & Compose UI #6 🔸Drawing a chart - Canvas() I was trying to find a ready-to-use library but failed. Few days of researching and decided to draw the chart on my own. Continue in the thread 👇 #composeui #composedesktop #buildinpublic

mobiledev_pro's tweet image. ✨Building Desktop app with Kotlin & Compose UI #6

🔸Drawing a chart - Canvas()

I was trying to find a ready-to-use library but failed. Few days of researching and decided to draw the chart on my own.  

Continue in the thread 👇
#composeui #composedesktop #buildinpublic
mobiledev_pro's tweet image. ✨Building Desktop app with Kotlin & Compose UI #6

🔸Drawing a chart - Canvas()

I was trying to find a ready-to-use library but failed. Few days of researching and decided to draw the chart on my own.  

Continue in the thread 👇
#composeui #composedesktop #buildinpublic

🚀 Exciting news, I built this recipe app using Compose Multiplatform. I explored the following libraries in this project, ✅ Koin ✅ Voyager ✅ Moko Resources ✅ ImageLoader Repo Link: github.com/JunydDEV/kmp-r… #KMP #ComposeUI #Multiplatform #Andorid #iOS

JunaidDev's tweet image. 🚀 Exciting news, I built this recipe app using Compose Multiplatform.  I explored the following libraries in this project, 
✅ Koin
✅ Voyager
✅ Moko Resources 
✅ ImageLoader 

Repo Link: github.com/JunydDEV/kmp-r…

#KMP #ComposeUI #Multiplatform #Andorid #iOS

Been playing around #Jetpack #ComposeUI and created a simple demo of @gmail app on #Android I must say its a very pleasant experience to create UI and business logic using the same beloved language @kotlin Will write about it soon in details #AndroidDev #Kotlin #IntelliJ #GDE


kotlinjs 中透過 query string 就可以在同一個頁面透過不同query顯示不同主題,配合compose ui block,可以很簡單的判別要顯示的ui block #kotlinjs #composeui #composeforweb #kotlin

icools's tweet image. kotlinjs 中透過 query string 就可以在同一個頁面透過不同query顯示不同主題,配合compose ui block,可以很簡單的判別要顯示的ui block

#kotlinjs #composeui #composeforweb #kotlin

Building Desktop app with Kotlin & Compose UI #2 Got stuck with caching data into app database and configurating 🔸️SQLDelight 2.0.0-alpha05 Went through docs, should work, but it doesn't. There is no reference to AppDatabase 🙄 #buildinpublic #composeui #sqldelight

mobiledev_pro's tweet image. Building Desktop app with Kotlin & Compose UI #2

Got stuck with caching data into app database and configurating 

🔸️SQLDelight 2.0.0-alpha05

Went through docs, should work, but it doesn't. There is no reference to AppDatabase 🙄 

#buildinpublic #composeui #sqldelight

Using #JetpackCompose created this simple profile view! And fetching profile data using GitHub Open Api. Learning Compose by creating inspirational UI! #AndroidDev #ComposeUI #JetpackCompose

ImtiazDipto's tweet image. Using #JetpackCompose created this simple profile view! And fetching profile data using GitHub Open Api. 
Learning Compose by creating inspirational UI! 

#AndroidDev #ComposeUI #JetpackCompose

Hey #AndroidDev I'm attending this Android Study Jam by @imShreyasPatil. Here he talks about Jetpack Compose. Thanks to @GDSC_NITD for organizing this. #jetpackCompose #composeui

hardik__sachan's tweet image. Hey #AndroidDev 
I'm attending this Android Study Jam by @imShreyasPatil. Here he talks about Jetpack Compose.

Thanks to @GDSC_NITD for organizing this.

#jetpackCompose #composeui

Any #ux people have opinions on drop downs in mobile apps? It actually feels nicer than I expected, and it's super easy to implement with #compose now. #composeui #kotlin #androiddev

Luca_Spinazzola's tweet image. Any #ux people have opinions on drop downs in mobile apps? It actually feels nicer than I expected, and it's super easy to implement with #compose now.

#composeui
#kotlin
#androiddev

Thanks to Pau Guillamon, now I know that we can have the #ComposeUI in #AR!!! 🤓 #dcbln24

mohsenoid's tweet image. Thanks to Pau Guillamon, now I know that we can have the #ComposeUI in #AR!!! 🤓
#dcbln24

Best way to learn Jetpack Compose, 1. Learn the Basics of Compose 2. Then Pick a Figma file 3. Start recreating that UI with Compose checkout on GitHub: github.com/ImtiazDipto01/… #JetpackCompose #ComposeUI #AndroidDev #Kotlin

ImtiazDipto's tweet image. Best way to learn Jetpack Compose,
1.  Learn the Basics of Compose
2. Then Pick a Figma file
3. Start recreating that UI with Compose

checkout on GitHub: github.com/ImtiazDipto01/…

#JetpackCompose #ComposeUI #AndroidDev #Kotlin

Just dove into the world of animations with Compose UI! Learning how to implement simple animations using tween, spring, and infiniteTransaction has been an eye-opener. The power to bring interfaces to life is at my fingertips! #ComposeUI #Animations #LearningCurve

AnkurG24's tweet image. Just dove into the world of animations with Compose UI!  Learning how to implement simple animations using tween, spring, and infiniteTransaction has been an eye-opener. The power to bring interfaces to life is at my fingertips!  #ComposeUI #Animations #LearningCurve

Loading...

Something went wrong.


Something went wrong.


United States Trends