CountryCodePicker icon indicating copy to clipboard operation
CountryCodePicker copied to clipboard

Import the project

Open roalva1 opened this issue 10 years ago • 3 comments

Hello,

how can I use your project in my Android studio project? do I have to copy all to my project or is there any kind of widget to put in my code? Regards

roalva1 avatar Apr 10 '16 09:04 roalva1

See the example

chathudan avatar Apr 10 '16 19:04 chathudan

but in the example you have this

package com.sithagi.countrypicker;

import com.sithagi.countrycodepicker.CountryPicker; import com.sithagi.countrycodepicker.CountryPickerListener;

so you are accessing to the package itself, so I would have to create a package copying your classes, isn't it? I was wondering if I can create kind of widget and just install it with graddle.

Thanks a lot!!

roalva1 avatar Apr 10 '16 20:04 roalva1

I agree that a gradle dependency or some release tags would be nice.

orrinLife360 avatar May 09 '16 18:05 orrinLife360