Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Reactor आइकन

1.7 by Urbandroid Team


Aug 7, 2015

Reactor के बारे में

English

अपने फोन को स्वचालित, अपनी क्षुधा बात और अनुप्रयोग रिएक्टर के साथ मिलकर काम करना

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 Aug 7, 2015

1.7 fixes in httpRequest, waitForConnectivity and startIntent

अनुवाद लोड हो रहा है...

अतिरिक्त ऐप जानकारी

नवीनतम संस्करण

निवेदन Reactor अपडेट 1.7

द्वारा डाली गई

ابراهيم محمد سليمان

Android ज़रूरी है

Android 2.1+

अधिक दिखाएं

Reactor स्क्रीनशॉट

टिप्पणी लोड हो रहा है...
भाषाओं
भाषाओं
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलतापूर्वक सब्सक्राइब!
अब आप APKPure की सदस्यता ले रहे हैं।
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलता!
अब आप हमारे न्यूज़लेटर की सदस्यता ले चुके हैं।