Reactor

Reactor

Urbandroid Team
2015年08月07日
  • 1.7 MB

    文件大小

  • Android 2.1+

    Android OS

關於Reactor

自動化您的手機,讓你的應用程序與App反應堆一起談工作

Android + Tasker + Grease Monkey + Radiation = Reactor (aka App Reactor)

Reactor is to Android what Grease Monkey is to Firefox. It is a simple yet powerful scripting engine for Android which gives you instant access to many Android OS functions.

With Reactor you can makes your Apps talk together and work together as it supports Intents and Content Providers. You can automate many common tasks with custom scripts.

You can also write simple Apps without the need of the whole Android SDK.

If you are non-technical you can use scripts which others have created. There will be a library of useful scripts published on the project's web site. A script can be downloaded to Reactor by scanning a QR code.

This version of App Reactor is FREE without any limitations other than only one script may be run at a time. To allow multiple scripts in parallel, please install the Reactor Unlock which is also available on the Android Market.

Features:

- NOW integration with Facebook and Twitter

- scan (QR code) & run

- background service with runs your scripts

- auto-start after boot

- syntax highlighting

- debug mode

- a library of functions which allows you to use intents, content providers, media, files, simple UI elements such as dialogs, alerts or notifications, do HTTP requests, use location, toggle radio and more...

Here is a simple example script which turns off your Wifi if you arrive home:

while(true) {

// put your home location here

iAmHome = near(50.03806166078905, 14.329100847244263, 1500);

if (iAmHome) {

log("At home");

enableWifi(true);

}

sleep(120000);

}

Please find more examples on your website.

更多

最新版本1.7的更新日誌

Last updated on 2015年08月07日
1.7 fixes in httpRequest, waitForConnectivity and startIntent
更多

視頻和屏幕截圖

  • Reactor 海報
  • Reactor 截圖 1
  • Reactor 截圖 2
  • Reactor 截圖 3
  • Reactor 截圖 4
  • Reactor 截圖 5

Reactor歷史版本

Reactor 1.7

1.7 MB2015年08月07日
下載
APKPure 圖標

在APKPure極速安全下載應用程式

一鍵安裝安卓XAPK/APK文件!

下載 APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies