Hello guys who knows a good cross platform contact...
# android
d
Hello guys who knows a good cross platform contacts library.thanks in advance
not kotlin but kotlin colored 1
l
I don't know if something like that exists. Each platform has a very different implementation of contacts so you would need to implement each platform independently + no contacts in web, so that would return an empty list
k
isnt there a cross platform contact book file format?
vcard?
l
But I guess the problem is not the library output but the input. Where are those contacts coming from? I guess Dennis (really hard to mention, tons of Dennis out there) wants to extract contacts from Android & iOS (maybe also macOS and Windows?) and show them in a list, inside a cross-platform app. The problem here is to get the data. Each platform uses a different way, different keys, and so on
l
You'd need an expect/actual for this.
Also, #multiplatform
d