July 2018
Intermediate to advanced
462 pages
12h 2m
English
In this recipe, we will be making use of the following methods:
Take a look at the following steps:
import androidapp = android.Android()app.dialogCreateAlert("Select your food item")app.dialogSetItems(['Pizza', 'Burger', 'Hot Dog'])app.dialogShow()response = app.dialogGetResponse().resultselectedResult=response["item"]if selectedResult==0: app.dialogCreateAlert("You ...Read now
Unlock full access