Harsh Baldevbhai Bhakt

Results 110 comments of Harsh Baldevbhai Bhakt

Thanks for sharing. I will work on giving flexibility..

It seems like your primary use case is to select country without phone number validation, did I get that right? if so, you should try Android Country Picker (https://github.com/hbb20/AndroidCountryPicker). It...

Glad that workaround worked for you. Sorry for the inconvenience. On Mon, Jun 28, 2021 at 10:02 Avramo ***@***.***> wrote: > Thanks for the quick response! > > As I...

What is the language when you try this? I am suspecting an issue with Locale that might be doing it.

In onCreate, I don't see a method where you set layout for activity. On Sun, Aug 22, 2021 at 05:48 Arsenic1379 ***@***.***> wrote: > package com.example.geolab; > > import androidx.appcompat.app.AppCompatActivity;...

Yeah.. `resetToDefaultCountry()` is by design. > setDefaultCountryUsingNameCode() or setDefaultCountryUsingPhoneCode() will not set default country as selected country in CCP view. To set default country as selected country in CCP view,...

I tried with my sample app where it worked just fine. Can you show me your code?

Can you describe more about you can not change language from OS. I believe you could change the system language but that change was not reflected in the app? Or...

I know only one way to restrict this using `resConfig` as mentioned here: https://stackoverflow.com/a/56687351/3209170 And ccp does not specify that so not sure why that's happening.

Hey Pratik. Can you please elaborate. On Thu, Oct 3, 2019 at 05:20 Pratik Patel wrote: > I want only country code as a KW not want to change country...