Explore chapters and articles related to this topic
Speak Out: Turns Your Smartphone into a Microphone
Published in P. C. Thomas, Vishal John Mathai, Geevarghese Titus, Emerging Technologies for Sustainability, 2020
Ajima Saseendran, Akshitha Lakshmi, Aleena Jose, Gouri Gopan, Shiney Thomas
The proposed app, Speak Out is developed in Android studio and the database is managed by Google’s Firebase. Android Studio is the official integrated development environment (IDE) for the development of Android Application. It is based on IntelliJIDEA. And it is a Java integrated development environment for software, and incorporates its code editing and developer tools. Gradle-based build system, emulator, code templates, and GitHub integration used to support application development within the Android operating system.
PDDL4J: a planning domain description library for java
Published in Journal of Experimental & Theoretical Artificial Intelligence, 2018
The GIT version control system allows to easily install PDDL4J (line 1 and 2). PDDL4J comes with all the configuration files for the GRADLE build automation system (line 4 and 5): these command lines build PDDL4J on the host platform, and generate the documentation. PDDL files are available in /pddl directory to test HSP (Heuristic Search Planner), our default planner (line 6). The plans generated by PDDL4J are compliant with PDDL3.1 and can be validated with VAL, a plan validator (Howey, Long, & Fox, 2004).
Dependable workflow management system for smart farms
Published in Connection Science, 2022
Catalin Negru, George Musat, Madalin Colezea, Constantin Anghel, Alexandru Dumitrascu, Florin Pop, Carmen De Maio, Aniello Castiglione
For build process automation and dependency management, we choose to use Gradle. This is a modern tool that took the advantages of his ancestors like Ant and Maven. Comparing to his ancestors who are based on XML, In Gradle scripts can be written in an own DSL language based on Groovy programming language which makes them easier to write and maintain (Conversations, 2018).