Why Zoho Creator's Mobile SDKs?
The Zoho Creator SDKs for Android and iOS are aimed at assisting developers to easily and quickly build custom Android and iOS apps with multiple features and functionalities. Using the Creator SDKs methods and functions, you can interface with a multitude of Creator modules, such as Forms, Dashboards, Pages, and Reports. The SDKs also allow for custom coding the user interface of your apps to create striking front ends, and enable custom back-end development. By leveraging these SDKs, you can greatly customize the look, feel, and back-end logic of your solutions.
Watch how you can leverage Creator's SDKs
Creator SDKs can be leveraged to build stunning apps. Watch this video to get a glimpse of what you can achieve with the SDKs.
SDKs and their components: Facilitating deep customization of your apps
Zoho Creator offers SDKs for both Android (Java) and iOS (Swift). These SDKs contain two libraries: the Core library, and the UI library.
The Core library
The Core library allows you to perform CRUD (create, read, update, delete) actions on your app data in forms, reports, and pages. Apart from data manipulation, it also allows you to perform meta actions. The Core library has the following benefits:
- Handle authentication seamlessly
- API wrapping and version upgrades
- Data modelling
- Metadata caching
- Scaffolding: Dependencies inclusion
UI library
You can build custom UIs for your apps using this library. It contains the core library bundled along with it. The UI library has the following benefits:
- It contains a multitude of custom prebuilt UI components for use in your apps.
- It allows you to automatically generate the UI for your apps.
Zoho Creator SDKs
Zoho Creator Android SDK
The Zoho Creator Software Development Kit (SDK) for Android is aimed at helping you easily build a custom Android app with multiple features and functionalities.
Learn moreZoho Creator iOS SDK
The Zoho Creator Software Development Kit (SDK) for iOS is aimed at helping you easily build a custom iPhone/iPad app with multiple features and functionalities.
Learn more
Get the most out of Creator's SDKs
Design your own UI & UX using the Core SDK in iOS or Android projects.
Embed your Creator app as a single entity in an iOS or Android project.
Embed various components of your Creator app individually and use Core SDK to design specific components.
Explore relevant features
Create stunning mobile apps using Zoho Creator SDKs
Try for freeFrequently Asked Questions
Do I have to pay separately for Creator's SDKs?
No. The SDKs come as part of your Creator subscription.
What are the services offered in the iOS SDK?
The iOS SDK offers several services, including for UIs, APIs, reports, forms, and pages. Please check this page for more info on them.
What are the classes offered in the Android SDK?
The Android SDK comes with different classes for forms, reports, and pages. Please check this page to learn more about the classes offered.
Can I access the data in my Creator apps using these SDKs?
Yes, using the SDKs, you can interface with data from your Creator forms, reports, and pages.