Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created one small Application with login page, and after login user can see HOME page with GridView.

On the Grid I have put two button for Projects and Tasks. When User click on any button new Activity for list is called.

On the List page I have created one Button to add new data. I have used AsyncTask in listing and Addition operation Activity.When user add any data ,after addition successfully listing activity is called, but when user presses back button of phone, user can see the data filled for addition and if I want to restrict the user when he press back.

How to restrict the user if user has clicked on button to enter new data? How can I restrict the user when user press the back button of the phone?

Right now I have used finish() after successful db operation. And also when user click back button of phone list page need to refresh. for this I am calling new CYZ().execute() in the onResume().

But what is the proper way? What are the draw back of using onResume() and calling finish()?

share|improve this question
1  
Your questions are scattered. Consider listing all your question in one place after giving some background information about the problem. – Tariqulazam Oct 8 '12 at 21:50
I want to know how I can restrict user to add new data which user has already inserted , here deplication of data is allowed ,if user has click on back button of phone. So what is the best way? – Roshni Oct 8 '12 at 22:01
It's really hard to understand what you're trying to achieve here. Maybe showing your code would help, and point us to the particular spots that are giving you trouble. – Tim Oct 8 '12 at 22:15

closed as not a real question by Tim, Sam, WarrenFaith, mah, Fraser Oct 9 '12 at 1:35

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.