Bitmapキャッチャ 1.4



Publisher Description



SmartWatch is MN2 app for. LiveWare extension for SmartWatch.
In this application alone, nothing will not work.
Receiving and image information from the normal Android app is a tool to be displayed in the SmartWatch. If you start this app, even if not made the SmartWatch dedicated app, you can transfer the image to the SmartWatch using the intent.

This application, start-up and will continue to wait for the Broadcast of the Bitmap image and vibrator control information at the same time. If you want to send the image, please create a program such as the following.

 ByteArrayOutputStream baos = new ByteArrayOutputStream ();
 bitmap.compress (CompressFormat.PNG, 100, baos);
 byte [] bytebmp = baos.toByteArray ();
 Intent intent = new Intent ( "com.luaridaworks.extras.BITMAP_SEND");
 intent.putExtra ( "BITMAP", bytebmp);
 sendBroadcast (intent);

Larger image than the screen you can specify the display offset coordinates.
It has been changed specification from Ver 1.1. X, please be individually set the offset value of Y.
intent.putExtra ( "OFFSETX", 130);
intent.putExtra ( "OFFSETY", 60);

However, if you put a check in "to display the entire received image", it will be displayed so that the entire image fits on the screen.

If you want to send a vibrator information, please create a program such as the following.

Intent intent = new Intent ( "com.luaridaworks.extras.VIBRATOR_SEND");
intent.putExtra ( "ONTIME", 2000);
intent.putExtra ( "OFFTIME", 500);
intent.putExtra ( "REPAET", 2);
sendBroadcast (intent);

ONTIME, OFFTIME, please set the numerical value in the REPEAT keyword. In the above example, vibrates for 2 seconds, then repeat twice to stop 0.5 seconds.
Transmission of ONTIME only is also available.
When you send a REPAET as 0 vibrator is stopped.

Than Ver 1.1, touch the screen and the screen sweep result was to be Broadcast transmission.
Thus, you can get a touch action to the SmartWatch in each application.
In the intent-filter, please add a "com.luaridaworks.extras.TOUCH_SEND" and "com.luaridaworks.extras.SWIPE_SEND".
Reception in the BroadcastReceiver, please received something like the following.

int action = (Integer) intent.getSerializableExtra ( "ACTION");
int x = (Integer) intent.getSerializableExtra ( "TOUCHX");
int y = (Integer) intent.getSerializableExtra ( "TOUCHY");

int direction = (Integer) intent.getSerializableExtra ( "DIRECTION");

direction 0: UP, 1: DOWN: 2: LEFT, 3: is RIGHT.

Than Ver 1.2, it was to be able to get the value of the sensor.
In order to get the sensor value, Broadcast send a "com.luaridaworks.extras.SENSOR_REQUEST". When you send it, Bitmap catcher will come Returns the value of the sensor in the Broadcast.

 Intent intent = new Intent ( "com.luaridaworks.extras.SENSOR_REQUEST");
 sendBroadcast (intent);

To receive the value of the sensor is, the intent-filter, please add a "com.luaridaworks.extras.SENSOR_SEND".
Reception of BroadcastReceiver, please received something like the following.

 Float x = (Float) intent.getSerializableExtra ( "SENSORX");
 Float y = (Float) intent.getSerializableExtra ( "SENSORY");
 Float z = (Float) intent.getSerializableExtra ( "SENSORZ");

 The screen display mode from Ver1.4 can now be set in the Broadcast.
Transmission procedure is as follows.
To display the entire received image,
 intent = new Intent ( "com.luaridaworks.extras.DISPLAY_SEND ");
 intent.putExtra ( "WHOLE", true);
 sendBroadcast (intent);

If you do not see the entire received image,
 intent = new Intent ( "com.luaridaworks.extras.DISPLAY_SEND ");
 intent.putExtra ( "WHOLE", false);
 sendBroadcast (intent);

If you turn off the screen,
 intent = new Intent ( "com.luaridaworks.extras.DISPLAY_SEND ");
 intent.putExtra ( "SCREEN", 0);
 sendBroadcast (intent);

If you want to dim the screen,
 intent = new Intent ( "com.luaridaworks.extras.DISPLAY_SEND ");
 intent.putExtra ( "SCREEN", 1);
 sendBroadcast (intent);

If you want to view the screen,
 intent = new Intent ( "com.luaridaworks.extras.DISPLAY_SEND ");
 intent.putExtra ( "SCREEN", 2);
 sendBroadcast (intent);

Automatically If you want to sleep,
 intent = new Intent ( "com.luaridaworks.extras.DISPLAY_SEND ");
 intent.putExtra ( "SCREEN", 3);
 sendBroadcast (intent);


About Bitmapキャッチャ

Bitmapキャッチャ is a free app for Android published in the Themes & Wallpaper list of apps, part of Desktop.

The company that develops Bitmapキャッチャ is たろサ. The latest version released by its developer is 1.4.

To install Bitmapキャッチャ on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2012-06-28 and was downloaded 2 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Bitmapキャッチャ as malware as malware if the download link to com.luaridaworks.smartwatch.bitmapcatcher is broken.

How to install Bitmapキャッチャ on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the Bitmapキャッチャ is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by Bitmapキャッチャ will be shown. Click on Accept to continue the process.
  • Bitmapキャッチャ will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 2
Updated At: 2024-04-22
Publisher: たろサ
Operating System: Android
License Type: Free