belatrix / AndroidAllStars

Android All Stars Belatrix Project
http://www.belatrixsf.com/
MIT License
7 stars 7 forks source link

Add warning message on tap back to prevent exit app #249

Closed fpuebla closed 7 years ago

fpuebla commented 7 years ago

App exit when user tap on the back button on Setting, Profile, Events, Contacts and Ranking Sections. The App should prevent to exit by a warning message.

guillermo20 commented 7 years ago

@diegoveloper isn't this issue against one of the core quality guidelines?

The app supports standard system Back button navigation and does not make use of any custom, on-screen "Back button" prompts.

The app does not redefine the expected function of a system icon (such as the Back button).

https://developer.android.com/develop/quality-guidelines/core-app-quality.html

diegoveloper commented 7 years ago

@guillermo20 You could use this dialog as example : https://i.stack.imgur.com/gZrvl.png

fpuebla commented 7 years ago

there is a defect due to this enhancement: the message added is displayed in wrong pages. E.g.: Edit profile, go back. Defect created: #260