Android MVC Framework reaches another milestone
Android MVC Framework implementation by Gaurav reaches another milestone this week as it gets empowered with capabilities for backward navigation.
The Controller uses a stack to keep a track of the activities that have been launched. To ensure that it does not get involved in any frivolous data management, entity state management is not done by the controller. Also, to ensure that the memory does not get exhausted because of stack items on the heap, it does a lot of cleanup.
One idea may be to restrict the maximum stack-size controller can be allowed to grow and keep it configurable… leaving it to be optimized by the application writer.
Category : News

ashish
8 months ago
Hi Gaurav,
Thanks for Good Post.
i am new to the android development.
Can u please provide the MVC structure without backward navigation capabilities.