Is it good practice in Android to implement our own back button rather than using device's backbutton
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.
- Waste of screen space
- 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).
精彩评论