ValeryIvanov / Ideas

Android app to store my ideas
0 stars 0 forks source link

Idea is accessible after deleting it #1

Closed ValeryIvanov closed 9 years ago

ValeryIvanov commented 9 years ago

After deleting an idea, it is still accessible via back button. Probably because Java object ref is used and not fetched each time from the database.

ValeryIvanov commented 9 years ago

http://stackoverflow.com/questions/2550099/how-to-kill-an-android-activity-when-leaving-it-so-that-it-cannot-be-accessed-fr

ValeryIvanov commented 9 years ago

http://stackoverflow.com/questions/3913592/start-an-activity-with-a-parameter

ValeryIvanov commented 9 years ago

Navigating from creating idea view to list view should be available.

ValeryIvanov commented 9 years ago

Navigating from edit view to idea view was also fixed