下午好。
我想为我的android应用程序编写一个伪代码,这是我第一次为GUI编写伪代码
所以,我想确定一件事......在伪代码中提及按钮和GUI的东西是否可以?
我的意思是例如当用户选择按钮来执行某些操作时。 请参阅我的伪代码..
Start program
Enter ID
Enter Password
IF ID AND Password equals to the Employee ID & Password in DB
Then show confirmation message
show main menu
IF News button chosen
Then display News
ELSE
show Not Authorization message
END program