S Pen SDK 2.0.1

42682 views | 7825 downloads | Feb 28, 2012 | Add-on SDKs

한국어버전

中文版


The S Pen SDK 2.0.1 is now available!


What is the S Pen ?

    It is an input device for the Samsung Galaxy Note that enables quicker and more precise input than existing stylus pens. It can be used more like an actual pen because the precise pen pressure is recognized.

What is the S Pen SDK ?

    The S Pen SDK allows you to easily implement drawing features, utilizing the S Pen for your Galaxy Note application. This SDK provides an easy-to-use CanvasView specialized for the S Pen, and two types of popup windows to configure the pen and eraser. In addition, various useful features to handle the CanvasView are included.

The following has been changed or added.

In 1.0 release :

  •   Basic methods for drawings are supported.
       : Canvas, Pen Setting Popup window, Eraser Setting Popup Window and other primitive methods for drawings.


In 1.5 release :

  •   The PenSettingInfo class has been added.
       : Using this class and methods, developers can configure the pen and eraser properties and apply changes  
         to the CanvasView.

  •   Zoom functions have been added for the CanvasView.
       : Magnification of the drawing screen of the CanvasView can be increased from 1x to 50x.

  •   A panning function for the CanvasView has been added.
       : Developers can pan across the drawing screen of the CanvasView by specifying the x and y coordinates.

  •   A background setting function for the CanvasView has been added.
       : Developers can set a background that has been manipulated with the CanvasView zooming in/out and
         panning functions.


In 2.0 release :

  •   The SCanvasView Class inherited from CanvasView has been added.
       : Using this class and method, developers can animate their drawings and record/play audio files over it.
       : Special effects such as scratch, mosaic, blur, sketch, etc are supported.

  •   SAMM (Samsung Animated Multimedia Messaging) Library Class has been added.
       : SAMM is the library encoding/decoding of multimedia data supporting drawing, text, stamp, icon, 
         snapshot image, voice and data exchange between apps using the same SDK.

  •   Several improvements have been made in drawings.
       : Stroke and segmentation rendering have been enhanced.
       : Undo function after clear all has been added.
       : Developers can now add image and text to the CanvasView.
     
  •   Sample source is added for new features.
       
  •   Defects in SDK 1.5 have been corrected.
       : Errors occurred when exporting the package with proguard have been fixed.


In 2.0.1 release :

  •   The S Pen SDK 2.0.1 version has been updated to support AVD Emulator.
       : The S Pen application can be simulated through the emulator of both Gingerbread and Ice Cream Sandwich.
          For more detailed information about configuration of the AVD Manager, refer to the following link
          Using the S Pen SDK with the Android Emulator

 

 

File attachments
SPen_SDK_2_0_1.zip (12.51MB )
Top