Smartphone of exhibitions and description of item, you can tell by such as by scrolling display the message.
Character of color and background color of the message to scroll display, vertical and horizontal display, character size, scroll speed, blink rate, you can set the character reversal.
- Tap the list and to display the message.
- swipe to the left and you can modify the message.
If you swipe to the right you can delete the message.
And long press to and you can change the order of the list.
※ while scrolling display becomes a full-screen display, it might navigation button is hidden. Please Flick down from the top of the screen to display the navigation buttons.
※ during scrolling display, please be careful automatically does not screen turns off to the exhaustion of the battery.
------------
You can view any message by issuing the intent of the process such as Automagic and Tasker from the app to automate, you can stop the message.
* Package name
com.gmail.grasslandmouse.messageboard
* Class name
com.gmail.grasslandmouse.messageboard.IntentActivity
■ to display any message
Category: android.intent.category.DEFAULT
Flag: FLAG_ACTIVITY_CLEAR_TASK
Action: android.intent.action.SEND
Extras (key, Value): ( "start", 1) * numerical value is the number of messages to be displayed
■ To stop the message
Category: android.intent.category.DEFAULT
Flag: FLAG_ACTIVITY_CLEAR_TASK
Action: Stop
------------