Are there any plans to integrate a dependency injection framework into JSword in the future?  Not that I am requesting it but I recently looked into dependency injection to see how it would fit in the context of And Bible.<div>
<br></div><div>I looked at a few libraries and the only generic library that seems to stand out is Guice.  Only the &quot;no aop&quot; library can be used with Android i.e. guice-3.0-no_aop.jar because Android <span style="background-color:rgb(255,255,255);font-family:arial,sans-serif;font-size:13px;line-height:16.383333206176758px">doesn&#39;t support bytecode generation.  </span>Spring IOC could not be used on Android because of it&#39;s size.</div>
<div><br></div><div>I thought I would mention the above in case it was thought that a DI framework would be too much for Android,  After investigating DI I decided not to migrate And Bible to use DI at present because I would need to do more work to gain any benefits, but may migrate the code in the future.</div>
<div><br></div><div>Martin</div>