question

angelp avatar image
angelp asked Jeffrey Blattman commented

How to incorporate Clover to other project with newer api

How to incorporate Clover to other project with newer api.

We have a project (big project) that run on API 22. We have to incorporate Clover without altering the base project.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

You can always use a library compiled against an older API with an app using a newer API. Only the opposite is a problem.

0 Likes 0 ·

1 Answer

Mike M avatar image
Mike M answered

I'm not sure I understand your question. You can integrate with our REST API via any language that can implement http requests. https://www.clover.com/api_docs

Or you can build an Android App to communicate via our Clover Android SDK. You will not be able to change the API Version of the Clover ROM, but you should understand the differences between compileSdkVersion, targetSdkVersion, and minSdkVersion

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community