开发者

Is it good practice in Android to implement our own back button rather than using device's backbutton

开发者 https://www.devze.com 2023-02-05 06:28 出处:网络
Is it good practice in Android to implement our own back button rather than usin开发者_运维问答g device\'s backbutton. May I know what are the disadvantages of using our own back button in Applicatio

Is it good practice in Android to implement our own back button rather than usin开发者_运维问答g device's backbutton. May I know what are the disadvantages of using our own back button in Application rather than device provided one.

Thanks in Advance,


Is it good practice in Android to implement our own back button rather than using device's backbutton.

Absolutely not.

May I know what are the disadvantages of using our own back button in Application rather than device provided one.

  1. Waste of screen space
  2. Lack of design consistency with other Android apps


As a user myself, I find it intuitive to use the back button because it is in use in all major applications. Futhermore, I find that adding another back button to serve the same function is a waste of screen real estate (and this is usually something you like to spare).

0

精彩评论

暂无评论...
验证码 换一张
取 消