-
Notifications
You must be signed in to change notification settings - Fork 1
Road Map
This is the road map for Infinitum, identifying what's actively being worked on and what's planned for the future. For information on adding to the road map or contributing to the framework in general, see below.
Unit Testing: Infinitum began through rapid prototyping, so we're now focusing on establishing a comprehensive test suite to cover all components, old and new. We're utilizing JUnit, Robolectric, and Mockito to write unit tests for Android code that can be run on a JVM outside of the Dalvik runtime environment.
System Testing: There's a lot of features in Infinitum, so it's a lot of work to make sure everything is working as it should!
Technical Debt: There are some tech debt items that have presented themselves in the project, so we're doing our best to improve code quality as much as possible.
Performance Optimization: Performance is critical, which is why we're making it a priority to revisit code and squeeze out every bit we can.
UI Module: Module for facilitating UI construction and management.
Event-driven Data Binding: System that binds UI widgets to model data such that the UI updates itself when needed.
Paged Lazy Loading: Collections are currently lazily loaded by loading the entire collection on request, so it's planned to implement paged collections which load and unload collection entities lazily.
Do you have feedback or is there something you would like to see added? Get involved! Email [email protected] with feedback and suggestions or submit a pull request!