Posted by Chris Assigbe – Developer Relations Engineer and Tom Buckley – Product Supervisor
With stylus enter, Android apps on telephones, foldables, tablets, and Chromebooks turn out to be much more highly effective instruments for productiveness and creativity. Whereas there’s already rather a lot to consider when designing for giant screens – see our full steerage and inspiration gallery – styluses are particularly impactful, remodeling these gadgets right into a digital pocket book or sketchbook. Customers count on stylus experiences to really feel as fluid and pure as writing on paper, which is why Android beforehand added APIs to scale back inking latency to as little as 4ms; just about imperceptible. Nonetheless, latency is only one facet of an inking expertise – builders at present have to generate stroke shapes from stylus enter, render these strokes shortly, and effectively run geometric queries over strokes for instruments like choice and eraser. These capabilities can require vital funding in geometry and graphics simply to get began.
Right this moment, we’re excited to share Ink API, an alpha Jetpack library that makes it simple to create, render, and manipulate stunning ink strokes, enabling builders to construct superb options on prime of those APIs. Ink API builds upon the Android framework’s basis of low latency and prediction, offering you with a strong and intuitive toolkit for integrating wealthy inking options into your apps.
What’s Ink API?
Ink API is a complete stylus enter library that empowers you to shortly create revolutionary and expressive inking experiences. It affords a modular structure quite than a one-size-fits-all canvas, so you’ll be able to tailor Ink API to your app’s stack and wishes. The modules embody key functionalities like:
- Strokes module: Represents the ink enter and its visible illustration.
- Geometry module: Helps manipulating and analyzing strokes, facilitating options like erasing, and deciding on strokes.
- Brush module: Offers a declarative option to outline the visible type of strokes, together with colour, measurement, and the kind of software to attract with.
- Rendering module: Effectively shows ink strokes on the display, permitting them to be mixed with Jetpack Compose or Android Views.
- Reside Authoring module: Handles real-time inking enter to create clean strokes with the bottom latency a tool can present.
Ink API is appropriate with gadgets operating Android 5.0 (API stage 21) or later, and affords advantages on all of those gadgets. It will probably additionally benefit from latency enhancements in Android 10 (API 29) and improved rendering results and efficiency in Android 14 (API 34).
Why select Ink API?
Ink API supplies an out-of-the-box implementation for primary inking duties so you’ll be able to create a novel drawing expertise in your personal app. Ink API affords a number of benefits over a totally customized implementation:
- Ease of Use: Ink API abstracts away the complexities of graphics and geometry, permitting you to focus in your app’s distinctive inking options.
- Efficiency: Constructed-in low latency assist and optimized rendering guarantee a clean and responsive inking expertise.
- Flexibility: The modular design lets you decide and select the elements you want, tailoring the library to your particular necessities.
Ink API has already been adopted throughout many Google apps due to these benefits, together with for markup in Docs and Circle-to-Search; and the underlying know-how additionally powers markup in Photographs, Drive, Meet, Maintain, and Classroom. For Circle to Search, the Ink API modular design empowered the workforce to make the most of solely the elements they wanted. They leveraged the reside authoring and brush capabilities of Ink API to render an attractive stroke as customers circle (to go looking). The workforce additionally constructed customized geometry instruments tailor-made to their ML fashions. That’s modularity at its best.
“Ink API was our first alternative for Circle-to-Search (CtS). Using their in depth documentation, integrating the Ink API was a breeze, permitting us to achieve our first working prototype w/in only one week. Ink’s customized brush texture and animation assist allowed us to shortly iterate on the stroke design.”
– Jordan Komoda, Software program Engineer, Google
We’ve got additionally designed Ink API with our Android app companions’ suggestions in thoughts to verify it matches with their present app architectures and necessities.
With Ink API, constructing a pure and fluid inking expertise on Android is easier than ever. Ink API helps you to concentrate on what differentiates your expertise quite than on the small print of paths, meshes, and shaders. Whether or not you’re exploring inking for note-taking, picture or doc markup, interactive studying, or one thing fully completely different, we hope you’ll give Ink API a strive!
Get began with Ink API
Able to dive into the nicely of Ink API? Try the official developer information and discover the API reference to begin constructing your next-generation inking app. We’re desirous to see the revolutionary experiences you create!
Observe: This alpha launch is just the start for Ink API. We’re dedicated to repeatedly enhancing the library, including new options and functionalities based mostly in your suggestions. Keep tuned for updates and be part of us in shaping the way forward for inking on Android!