Tranquilly Coding

Tranquilly Coding

Coding Tranquilly

Пікірлер

  • @sadimohammad7338
    @sadimohammad73383 сағат бұрын

    Voice is low

  • @moe_shah_0078
    @moe_shah_007811 сағат бұрын

    should i override your country enum and add my response from my api instead for my countryList?

  • @moe_shah_0078
    @moe_shah_0078Күн бұрын

    Hi there, beautiful tutorial! is there a way i can use my own country list using your package?

  • @TranquillyCoding
    @TranquillyCoding16 сағат бұрын

    Yes of course! Follow along the videos or check the GitHub documentation, you'll find the way. You can always pass a custom country list.

  • @moe_shah_0078
    @moe_shah_007811 сағат бұрын

    @@TranquillyCoding would i need to map my response to your model for countryList?

  • @cliff_odume
    @cliff_odume10 күн бұрын

    Thanks very much for your video. Keep making more videos on jetpack compose please.

  • @TranquillyCoding
    @TranquillyCoding10 күн бұрын

    Happy to help. I'll make more for sure. ❤️

  • @muratdayan5881
    @muratdayan588111 күн бұрын

    Helpful thanks

  • @TranquillyCoding
    @TranquillyCoding11 күн бұрын

    Glad to help.

  • @BeYourself709
    @BeYourself70916 күн бұрын

    Your linkdin plz

  • @TranquillyCoding
    @TranquillyCoding16 күн бұрын

    Here - linkedin.com/in/ahmmedrejowan

  • @AndroidHelper-cp4yz
    @AndroidHelper-cp4yz25 күн бұрын

    Helpful

  • @TranquillyCoding
    @TranquillyCoding25 күн бұрын

    Glad to hear that

  • @dlyrixer7556
    @dlyrixer755627 күн бұрын

    The rest of the videos?

  • @TranquillyCoding
    @TranquillyCoding27 күн бұрын

    Videos are ready and scheduled for the next weeks. Keep Watching and Practicing.

  • @youreveryday8187
    @youreveryday818728 күн бұрын

    Easiest Tutorial Ever. Thank you.

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Glad it helped!

  • @WriteTime-fu4ek
    @WriteTime-fu4ek28 күн бұрын

    Horizontal Pager is kind of laggy. It's not smooth as ViewPager. Great tut BTW.

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    I agree with you. It is still in Experimental State. I hope it will be better in the future.

  • @Funtism
    @Funtism28 күн бұрын

    I loved it. Easy and simple.

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Glad you liked it!

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @TranquillyCoding
    @TranquillyCoding28 күн бұрын

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @futsuchinpo9892
    @futsuchinpo9892Ай бұрын

    cheers man thanks

  • @TranquillyCoding
    @TranquillyCodingАй бұрын

    Glad to help

  • @walrider7374
    @walrider7374Ай бұрын

    I love Kotlin deeply, it's really fun to code for Android, but I swear, configuring an Android project is the worst, and now this. 4 months ago I was playing with Flutter, is crazy how easy you can define a dependency there, here is overkilling. Thanks for this mate. I was pulling my hair.

  • @TranquillyCoding
    @TranquillyCodingАй бұрын

    Happy to help man. Android is connected with a lot of things, whenever those thing changes, android suffers a lot with them. But still it good see Android moving towards a good structure.

  • @nitinteja7119
    @nitinteja71192 ай бұрын

    Githib link boss?

  • @TranquillyCoding
    @TranquillyCodingАй бұрын

    Not published yet. But I'll add it soon.

  • @Knowledgelearner3454
    @Knowledgelearner34542 ай бұрын

    Sir how can we give some textview for branding etc in splash screen

  • @TranquillyCoding
    @TranquillyCodingАй бұрын

    Right now the API doesn’t support TextView but you can add a branding image.

  • @vamshikrishnag0
    @vamshikrishnag02 ай бұрын

    Perfect.. thanks. also make a video for below android 12 versions, as it is working for android 12 and above versions.

  • @TranquillyCoding
    @TranquillyCoding2 ай бұрын

    The Splash Screen API is backward compatible, that means it works both above and below Android 12. Though if you use animated icons on below Android 12, it will not animate, but it'll show the icon as Image. Thank you for watching.

  • @escenciarem
    @escenciarem3 ай бұрын

    good series of videos, thank you! we need one on database, please

  • @TranquillyCoding
    @TranquillyCoding3 ай бұрын

    I'll do soon. My hand kind of full at the moment with some personal stuff. I'll get back to creating the videos as soon as I can. Thanks for watching. Have a good day.

  • @escenciarem
    @escenciarem3 ай бұрын

    Thanks friend, you are the missing piece of documentation; I have to add that: You missed a very important part in the code (in this video and the previous one). in the "AppWriteRepository" class, in the "createAcount" function you have to implement. yes or yes: "supervisorScope", since we are in a suspended function. Otherwise the app will crash and stop when it cannot, for some reason, connect to the server. Thank you

  • @TranquillyCoding
    @TranquillyCoding3 ай бұрын

    You're right. There are several chances of improvement. As just a basic implementation on the topic I skipped a lot of things. May be in the future, I can make some videos of a proper implementation on this for a scalable project. Thanks for the input. Have a good day.

  • @FebinAugustine
    @FebinAugustine3 ай бұрын

    XML is getting outdated... do video for Kotlin Jetpack Compose... that will be great...!!

  • @TranquillyCoding
    @TranquillyCoding3 ай бұрын

    I'll do. JC is the upcoming hype but XML as still good. I believe XML is the basic knowledge that needs to be strong.

  • @karanbirsingh5150
    @karanbirsingh51504 ай бұрын

    Hello sir, there are two dependencied : implementation("io.appwrite:sdk-for-kotlin:4.1.0") implementation("io.appwrite:sdk-for-android:4.0.1") . When i add Android dependence and build the project it give a error msg please🙏 help

  • @TranquillyCoding
    @TranquillyCoding4 ай бұрын

    For client side app, you need to add the sdk-for-android. For server side (admin) app, you need to use sdk-for-kotlin. Can you share the error message?

  • @ayoubamg1
    @ayoubamg16 ай бұрын

    What is the size of the frame u use in figme to match the activity in android

  • @TranquillyCoding
    @TranquillyCoding5 ай бұрын

    I use the normal android large frame. I try to match the size by eye in most cases.

  • @ShortBits786
    @ShortBits7867 ай бұрын

    I want to be best in android app development but I am not getting guidance how to make a prefect app

  • @TranquillyCoding
    @TranquillyCoding7 ай бұрын

    You can be. Just trust in yourself and take small step. A perfect app is tough, but a perfect step is easy. Part your apps in lots of small steps, and make each of them perfect. And again, nothing is perfect after all, there is always place for improvement, so learn new things, and keep up the passion. Happy coding.

  • @ShortBits786
    @ShortBits7866 ай бұрын

    Thank you ,I will definitely work Hard😄

  • @TranquillyCoding
    @TranquillyCoding4 ай бұрын

    I know you'll.