02. Project and Data Setup | Create a Country Code Picker using Jetpack Compose | Tranquilly Coding

Ғылым және технология

In this series, we are going to learn and create a beautiful Country Code Picker using Jetpack Compose.
In various apps, we need to use a country code picker. There are several libraries available for this purpose. In XML we have a CCP created by hbb20, which is great. In Jetpack Compose there are few libraries but they lacks some features and updates. So, I created this library to use in Jetpack Compose. This library is highly customizable and can be used in any project. This should cover the lackings of other libraries and provide a better experience to the users.
GitHub - github.com/ahmmedrejowan/Coun...
#JetpackCompose #Jetpack #Compose
#AndroidDevelopment #CodingTutorial #AndroidStudioTutorial #TranquillyCoding

Пікірлер: 4

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

    Have any suggestions or feedback? Leave a Comment. 🎉

  • @moe_shah_0078
    @moe_shah_00783 күн бұрын

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

  • @TranquillyCoding

    @TranquillyCoding

    2 күн бұрын

    You can create your own list from the enum and pass it to the picker. Picker has this parameter - countryList: List = Country.getAllCountries(), For more details you can check the repo here - github.com/ahmmedrejowan/CountryCodePickerCompose And the wiki here - github.com/ahmmedrejowan/CountryCodePickerCompose/wiki

  • @moe_shah_0078

    @moe_shah_0078

    2 күн бұрын

    @@TranquillyCoding golden! Thank you!

Келесі