garbage collection - Using TinyIoC in Xamarin.Android -


i got bit tired of tall hard referencing found inside xamarin.android app inherited - actions referencing actions, funcky stuff happening in callbacks etc. decided register actions in tinyioc , resolve them when needed.

this kinda worked while until started noticing strange stuff happening. if app left alone long time app crash - looking @ logs it's because i-oc can't resolve 1 of actions - before app left sitting long time.

this has gc written on - if ask me. gc somehow not seeing items in ioc reference , disposing of them.

is else has ran into? if so, how have overcome this?

my advice not use tinyioc - or ioc matter - manage actions etc in android. android seems want manage state of objects in way gets broken when using ioc.

this lead host of problems hard - near on impossible debug.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -