Your new project already contains all the needed components. However, you should personalize the following files:
-
app/src/main/res/xml/commands.xml Declare your commands there and their corresponding syntax.
-
app/src/main/java/com/obruta/astrosee/StartAstroseeService.java Handle your commands there and start building your code.
Happy coding!