SmartSDK Sample Code
This sample code is provided on an "as-is" basis, and no warranty or guarantee of fitness or correctness is stated or implied. This code is not necessarily an example of "best practices" but is intended to highlight a particular set of use-cases. You are free to use this code how you see fit in your own applications.
HddAccessExample is a sample application for developers attempting to understand how a SmartOp Panel application (Android based) should implement the application access to the hard disk drive of the Ricoh MFP. This application supports SmartSDK version 2.00 or later.
This example code is a sample application for a developer to understand how to implement the remote configuration feature of the Smart Operation Panel application using “servlet”.
This DALP parser example code is for SmartSDK application developers to understand how to tell MFP to copy application DALP file into MFP file system and how to parse DALP file from SmartSDK application.
This home key assign example code is for SmartSDK application developers to understand how to use home key assignment basic implementation and how to avoid UI flicker behavior when changing application UI from/to home key assign application.
This application is based on Scan GUI Service Sample app and improves scan data handling logic. In order to avoid the potential issues written in the previous chapter, this application needs to move the scan data in to application working directory in HDD right after scan operation is finished and delete scanned data in system area by calling delete method.