You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this project. I'm not an Android dev by any means, and I'm trying to put together a PoC for the Nextcloud project to demonstrate a better way of doing native contact syncing. This is the only project I've found that has most of the pieces in place out of the box.
I got the code to build and run after (poorly) adding some runtime permissions code. However, now I'm trying to figure out where the SyncAdapter is sending the contacts. I tried to find a URL field in the code so I could point it at a test server, but I don't see anything. What am I missing?
Also, do you have any suggestions on a project that implements the server-side code?
Thanks!
The text was updated successfully, but these errors were encountered:
Honestly speaking I didn't meddle much with the syncadapter so much as implement the basic functionality mentioned in Google docs. So I cannot help much with the syncadapter.
Also I don't believe I will be much help with the server-side code.
Thanks for this project. I'm not an Android dev by any means, and I'm trying to put together a PoC for the Nextcloud project to demonstrate a better way of doing native contact syncing. This is the only project I've found that has most of the pieces in place out of the box.
I got the code to build and run after (poorly) adding some runtime permissions code. However, now I'm trying to figure out where the SyncAdapter is sending the contacts. I tried to find a URL field in the code so I could point it at a test server, but I don't see anything. What am I missing?
Also, do you have any suggestions on a project that implements the server-side code?
Thanks!
The text was updated successfully, but these errors were encountered: