When back button on the phone clicked, i want the previous screen to be get refreshed. Is there any events in BB 6 to refresh a previous screen on popscreen.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Screen.onExposed() will be called on the previous screen, and you can refresh the values from there.