Пікірлер
@Sergiu-e6b
@Sergiu-e6b 2 сағат бұрын
Your ethnicity is something between Russian and Jamaican
@eduardoruesta5180
@eduardoruesta5180 Күн бұрын
Hey what if i want to add a nested navigation but for example, show a LoginScreen without tab navigation, when the login is success show the tabs navigation and when the user logged out show again the loginscreen without the tab navigation. How can i do that?
@muhammadKone-d3b
@muhammadKone-d3b 2 күн бұрын
what was 1 practice that made your jetpack compose knowledge skyrocket?
@StevdzaSan
@StevdzaSan 2 күн бұрын
@@muhammadKone-d3b Love and practice 💪
@voradorhylden3410
@voradorhylden3410 3 күн бұрын
Awesome video. But i refuse to use adobe for anything. This app MIGHT be free. But the amount they ask for everything else... screw adobe! Gimp is where its at. Open source means you can make your own addons. Oh yeah, and its free, always has been always will be. Thier not money grubbing a holes. Couldnt give me adobe. I say we make them go bankrupt.
@DawnNguyen-xe1bw
@DawnNguyen-xe1bw 3 күн бұрын
Hi, what do you use to navigate between page. I'm using Compose Navigation for navigate between screen on my KMP Web project. But I want it has url route like you (Like when current page is Login, the url is localhost:8080/login. Then other page is localhost:8080/search/query) Thank you so much
@DidarSeyidov
@DidarSeyidov 3 күн бұрын
Can I export windows and linux app files using github actions. Or each specific file mandatory the specific based OS computer?
@frank4pickerson
@frank4pickerson 3 күн бұрын
It looks like on the ToDo list for iOS platform to implement this. Great video on Modularization Navigation course where you almost real live example. Too bad though you used hard coded recipes list. Too bad because I love it to be practical. But it's an extremely valuable course!
@wilkq1110
@wilkq1110 4 күн бұрын
everything is deprecated now. How to change icons color on system bar dynamically ? when I change theme in the app, not system settings I can't change these icons on system bar
@HikaruAkitsuki
@HikaruAkitsuki 4 күн бұрын
The cons I gonna considered the most is I have ability to self host it so I only need is a VPS or my computer it self so I can practice my fully pledge production.
@Khashayar-m2x
@Khashayar-m2x 5 күн бұрын
Hi. Thank you for this course
@TheSmoke34
@TheSmoke34 5 күн бұрын
my code is bringing so many errors, even if I try adding the dependencies and syncing the gradle files. It still isn't working.
@manchikatlamukeshchandra5799
@manchikatlamukeshchandra5799 5 күн бұрын
why you aren't using xml file to create the layout
@GoopleDev-o6u
@GoopleDev-o6u 5 күн бұрын
Thank you for this great video. I was able to load the map on iOS but can't seem to move/drag the map, I can zoom though.
@StevdzaSan
@StevdzaSan 5 күн бұрын
That's a good question. You need to add one extra parameter: UIKitView( ... properties = UIKitInteropProperties( interactionMode = UIKitInteropInteractionMode.NonCooperative ) )
@doctorpizza8518
@doctorpizza8518 5 күн бұрын
will i get charged on firebase?
@ralphmaron
@ralphmaron 6 күн бұрын
oh too bad. that api is deprecated now. But still nice work, it is posted 2years ago and Compose is constantly upgrading.
@abdullahkardas8887
@abdullahkardas8887 7 күн бұрын
how about making billing library for compose multiplatform?
@StevdzaSan
@StevdzaSan 7 күн бұрын
There's already a great solution, it's called RevenueCat.
@saksham_1612
@saksham_1612 7 күн бұрын
Can you make a video on remote config please !!
@StevdzaSan
@StevdzaSan 7 күн бұрын
@@saksham_1612 kzbin.info/www/bejne/e2m7amemeK9lsNUsi=elyO8q2NIIo7aTl5
@saksham_1612
@saksham_1612 7 күн бұрын
@StevdzaSan Sorry I forgot to add I was asking for kmp ? I am trying to make it work from 2-3 days unable to figure out still
@penelopeisgoingofftopic6786
@penelopeisgoingofftopic6786 7 күн бұрын
Second comment
@pratikdhage3491
@pratikdhage3491 7 күн бұрын
First View
@penelopeisgoingofftopic6786
@penelopeisgoingofftopic6786 7 күн бұрын
First reply
@kinggrey2511
@kinggrey2511 7 күн бұрын
First liked
@SunAndMoon-zc9vd
@SunAndMoon-zc9vd 6 күн бұрын
​@@kinggrey2511First meaningless comment.
@presiyangeorgiev9636
@presiyangeorgiev9636 8 күн бұрын
This video is simple, straightforward and easy to understand even for someone who is new to Kotlin and Compose! What a great introduction into making desktop apps with Kotlin and Compose. I work as an Android/iOS developer and we also use Kotlin and Compose for the UI and so it was really easy to grasp all the examples you gave in the video. Keep up with the great work!
@jamesdavenavor6247
@jamesdavenavor6247 8 күн бұрын
Great tutorial as always Stevdza-San Can you also make one for Window Insets? I can't wrap my head around it especially when dealing with screens across different navigation hierarchies
@neuronaut_
@neuronaut_ 8 күн бұрын
Works like a charm 👏
@DeeYatt17
@DeeYatt17 8 күн бұрын
sejauh ini tutorial yang sangat simpel, ringkas dan berhasil terimakasih banyak
@pookiepats
@pookiepats 8 күн бұрын
the sugar is whatever, if the compilation story is true then this is absolute madness! Only lang i have used that has achieved this is Go (makes it easy) to multi target, but you don't get mobile on Go without rigmarole. This is cray. also.... Kotlin is becoming eerily siimilar to Swift at this point. Swift now has 235 keywords lmao. But, it is a powerful mf.
@colambia91
@colambia91 8 күн бұрын
це що кацап озвучує?
@visitor_t-w3p
@visitor_t-w3p 9 күн бұрын
How to close this window
@redmist5761
@redmist5761 10 күн бұрын
How to pass the value so that i can be accessed via statehandle in android?
@frank4pickerson
@frank4pickerson 3 күн бұрын
He already said it cannot be done straightforwards since it has to be in Common Code. I guess you need to create Expected/ Actual so it could be ignored or implemented separately in iOS instead of crashing.
@redmist5761
@redmist5761 3 күн бұрын
@frank4pickerson no, i mean in context of android dev not kmm. Idk how to use it. 😅
@emmanuelonwumah915
@emmanuelonwumah915 2 күн бұрын
@@redmist5761 1. Create a data class for your route 2. Set your args in the data class constructor 3. Create a companion object in data class with a function that takes savedStateHandle in the params 4. Pass your args to store in the saved state handle 5. Accept your savedStateHandle in your VM
@mlazebny
@mlazebny 10 күн бұрын
Firebase do have a limit on active users, which is 50,000
@StevdzaSan
@StevdzaSan 10 күн бұрын
That only applies for identity platforms, and not a regular sign in with google as far as I know.
@argunmusic
@argunmusic 10 күн бұрын
Thank you soo much Sir! Your efforts are really appreciative
@leonelp9593
@leonelp9593 11 күн бұрын
not working, android says ERROR @ line 4: <pattern> is not supported ERROR @ line 7: <image> is not supported
@santyas
@santyas 11 күн бұрын
Great tutorial!
@bjfrix
@bjfrix 12 күн бұрын
the next problem is at 0:40 where my android studio goes into an error because of that
@bjfrix
@bjfrix 12 күн бұрын
the problem with 0:30 is that on my Android Studio, there's only: @style/Theme.AppCompat and when doing what you have, it just causes an ERROR
@bjfrix
@bjfrix 12 күн бұрын
the problem is that, is this an empty activity or empty views activity?
@bjfrix
@bjfrix 12 күн бұрын
so Figma is not all about making frames thing. thanks
@javidsattar281
@javidsattar281 12 күн бұрын
Thanks for sharing, This library utilizes LocaleDate which makes it compatible with Java 8 at release time. However, you may experience compatibility issues during the release process if you're using newer Java versions.
@AdeBorris
@AdeBorris 12 күн бұрын
Great analysis, thank you! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@AlvarGrice
@AlvarGrice 12 күн бұрын
I really appreciate your efforts! I have a quick question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?
@events4089
@events4089 12 күн бұрын
I prefer sqldelight because it is query based and type safe
@MonichGPT
@MonichGPT 13 күн бұрын
RoomDB the best!
@ovedgustavorinconmachado506
@ovedgustavorinconmachado506 13 күн бұрын
I prefer ROOM
@StevdzaSan
@StevdzaSan 13 күн бұрын
That's totally okay, ROOM is also one great library for a local persistence.
@smallbig857
@smallbig857 13 күн бұрын
SQL for caching network responses? You'll have much less headache storing plain responses on disk with Okio.
@anudeepananth
@anudeepananth 13 күн бұрын
Why SQLDelight when ROOM supports KMP...
@AndroidRealm-g9u
@AndroidRealm-g9u 13 күн бұрын
Can you share UI design?
@fecti0n223
@fecti0n223 13 күн бұрын
Great explanations, I really enjoy your videos your'e amazing !
@premjitofficial
@premjitofficial 13 күн бұрын
Why not use realm db?
@StevdzaSan
@StevdzaSan 13 күн бұрын
@@premjitofficial I haven’t made a video tutorial about this popular library, that’s why. 🤔