Sample python code for android: Login dialog with username and pasword
sl4a does come with a sample getPassw开发者_运维问答ord, but I want to see if I can get a simply popup login box that has both Login username and Password. I have been trying to search a lot for this but cannot find how to do this in python. Any help would be appreciated.
Have a look at the UiFacade on the ApiReference. There are for example dialogCreateInput
and
dialogCreatePassword
.
精彩评论