Chiranjeevi Pandey's Avatar

Chiranjeevi Pandey

@cgb-pandey.bsky.social

Available Now | Android Developer | Exploring KMP/CMP | Sharing Mobile Development Insights

9 Followers  |  72 Following  |  5 Posts  |  Joined: 19.11.2024  |  1.4128

Latest posts by cgb-pandey.bsky.social on Bluesky

Preview
GitHub - fleeksoft/ksoup: Ksoup is a Kotlin Multiplatform library for working with HTML and XML. It's a port of the renowned Java library Jsoup. Ksoup is a Kotlin Multiplatform library for working with HTML and XML. It's a port of the renowned Java library Jsoup. - fleeksoft/ksoup

If you are looking for kotlin-first alternative of π—·π˜€π—Όπ˜‚π—½(a popular java library for parsing HTML and XML), you can try using π—Έπ˜€π—Όπ˜‚π—½.
Bonus: It's also a kotlin multiplatform library.

Github link: github.com/fleeksoft/ks...
#kotlin #kmp #ksoup #scraping #parser

29.05.2025 05:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

I have created a sample project to show how to integrate room persistence in a CMP project and do a full text search allowing us to highlight the matched part of snippet as shown in the image below.

Github link: github.com/theGBguy/CMP...

#android #ios #compose_multiplatform #room

26.05.2025 16:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

PSA: if you write v.pow(2f) (also .pow(3f)) on Android, please write v * v instead. pow() is a (relatively) expensive function call that won't get optimized away (yet). On a Pixel 6, pow(2f) is 5x slower than a multiplication. For long expressions, use inline fun square(v: Float) = v * v

27.11.2024 22:22 β€” πŸ‘ 42    πŸ” 11    πŸ’¬ 1    πŸ“Œ 0

Hot Reload on Compose Desktop!

22.11.2024 09:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Test smarter, not harder: new testing strategies documentation A significant update to our official documentation on testing strategies will help you create more robust apps across form factors.

πŸ“£ The testing documentation has received a major update! Opinionated testing strategies, screenshot testing, performance tests, flakiness, Robolectric and large screens! I published a summary here -> medium.com/androiddevel...

21.11.2024 21:43 β€” πŸ‘ 67    πŸ” 31    πŸ’¬ 1    πŸ“Œ 1
Video thumbnail

Hi folks, I'm currently working on a Compose Multiplatform app targeting Android and iOS. The app showcases movies across four sections:
🎬 Popular Movies
⭐ Top Rated
πŸ—“οΈ Upcoming
⏯️ Now Playing

#ComposeMultiplatform #AndroidDevelopment #iOSDevelopment #JetpackCompose #Kotlin #TMDB

21.11.2024 10:24 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hi, I am new on #bsky. I am a native android developer learning Kotlin and Compose Multiplatform. Let's connect!

19.11.2024 03:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@cgb-pandey is following 19 prominent accounts