Projects with this topic
Sort by:
-
"MyCatalogOnFragments" is a sample android application which change between two fragments when rotation devices (landscape and portrait) is detected. One fragment contains a form and second one contains a list with dummy content.
Updated -
Minimalistic Dependency Injection - Or: what I got wrong about dependency injection. Done in Java based solely on the JSR 330 annotations, dinistiq is a minimalistic approach to component based application setup for the Java SE. Using only one scope with mostly singletons, it adds very new few external dependencies to your project.
Updated