alexstyl / contactstore

A modern, strongly-typed contacts API for Android.
https://alexstyl.github.io/contactstore
Apache License 2.0
440 stars 15 forks source link

Java version #33

Closed arunkr83 closed 2 years ago

arunkr83 commented 2 years ago

Can any one share the java version to get the contact list, edit contact and add contact .? Thanks

alexstyl commented 2 years ago

Hi @arunkr83! Contact Store is a Kotlin API. Java is not currently supported to keep development lean.

Are you looking for a Java version of Contact Store or asking how to do such operations using the original Android API? Maybe I can help out if I understand better what you are trying to do.

arunkr83 commented 2 years ago

Hi @arunkr83! Contact Store is a Kotlin API. Java is not currently suppoted to keep development lean.

Are you looking for a Java version of Contact Store or asking how to do such operations using the original Android API? Maybe I can help out if I understand better what you are trying to do.

   how to do operations in java .? like how to fetch all contacts ,details of each contact etc using java, while using contactstore library..
alexstyl commented 2 years ago

@arunkr83 Using Contact Store from Java is not currently supported.

Even though it should be technically possible to use Contact Store in Java, I do not think that it is trivial to do.

alexstyl commented 2 years ago

Noted that Java intergration has been requested. Closing this for now.