An android app to do some automatic job..
Robot is hosted in the following web site
https://github.com/ngjaying/Robot
If you think the Android project Robot listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Robot.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.READ_SYNC_SETTINGS android.permission.WRITE_SYNC_SETTINGS |
There are 1 image files in Robot. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
Robot has the following Java source files.
com.gmail.najaying.robot.utils.Constants.java com.gmail.ngjaying.robot.app.MainActivity.java com.gmail.ngjaying.robot.model.AbstractBehavior.java com.gmail.ngjaying.robot.model.AbstractCondition.java com.gmail.ngjaying.robot.model.IBehavior.java com.gmail.ngjaying.robot.model.ICondition.java com.gmail.ngjaying.robot.model.behaviors.AutoSyncBehavior.java com.gmail.ngjaying.robot.model.behaviors.RingtoneBehavior.java com.gmail.ngjaying.robot.model.conditions.AlarmCondition.java com.gmail.ngjaying.robot.model.conditions.WifiCondition.java com.gmail.ngjaying.robot.model.receivers.AlarmReceiver.java