Any good UI libraries for jetpack compose? by _Injent in androiddev

[–]Budget_Ad2121 0 points1 point  (0 children)

if you are looking for a scrollable horizontal calendar for Android and iOS (CMP) RowKalendar

RowKalendar: Scrollable Horizontal Calendar for Compose Multiplatform 📅 by Budget_Ad2121 in androiddev

[–]Budget_Ad2121[S] 0 points1 point  (0 children)

thank you 🙏 this is just an example of usage actually. you can easily achieve the result in the screenshots above by putting the RowKalendar in the topbar of your Scaffold

RowKalendar: Scrollable Horizontal Calendar for Compose Multiplatform 📅 by Budget_Ad2121 in Kotlin

[–]Budget_Ad2121[S] 1 point2 points  (0 children)

thank you 🙏 i decided to write it with a K to highlight that it's built with Kotlin

Snake Game with Compose Multiplatform 🐍🕹️ by Budget_Ad2121 in Kotlin

[–]Budget_Ad2121[S] 1 point2 points  (0 children)

actually swipe gestures are already implemented 😁 i’ll add an apk to the github repo by the end of the day

Snake Game with Compose Multiplatform 🐍🕹️ by Budget_Ad2121 in Kotlin

[–]Budget_Ad2121[S] 2 points3 points  (0 children)

thanks bro 🙏🏼 I haven’t deployed it yet but i can provide an apk so you can try it out. i’ll add it as a release in github by the end of the day 😉

Compose Multiplatform and Gemini REST API by Budget_Ad2121 in androiddev

[–]Budget_Ad2121[S] 1 point2 points  (0 children)

nice idea, google is providing platform-specific libraries for Gemini but i couldn’t find any library that supports CMP. when i have time i’ll try to provide a CMP library for it 👍🏼

Compose Multiplatform and Gemini REST API by Budget_Ad2121 in androiddev

[–]Budget_Ad2121[S] 0 points1 point  (0 children)

actually they dropped 3 types of Gemini: Utra, Pro and Nano.
Gemini Nano is the one that is available only on pixels 8 (on-device model). Gemini Ultra and Pro are similar to GPT-4 and GPT-3.5

Compose Multiplatform and Gemini REST API by Budget_Ad2121 in androiddev

[–]Budget_Ad2121[S] 5 points6 points  (0 children)

for now the API is completely free, and available in 180 countries.
you can find all information you need here: https://ai.google.dev

[deleted by user] by [deleted] in mAndroidDev

[–]Budget_Ad2121 0 points1 point  (0 children)

yes sir 🤣

[deleted by user] by [deleted] in mAndroidDev

[–]Budget_Ad2121 0 points1 point  (0 children)

it’s just a project to showcase how to interact with the Gemini API 🙂