You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Me is currently in the process of re-using your mmUpnp-library for a small project of me, unfortunately there is no code to see right now. You have already implemented quite some additional logic concerning the parsing of DIDL-Lite Elements in the DMS-Explorer (CdsObject). This is rather nice, and I would definitly like to re-use this functionality. Only thing which hinders me, is its dependency on Android (mainly Parcle).
May I suggest to put the CdsObject and Tags also into the mmupnp-lib without any dependency on Android? This could be possible by using the @parcelize annotation (basically by using an own annotation, I guess, to abstract away the dependency on Android), but other approaches could work as well.
What do you think?
BTW, love your project.
The text was updated successfully, but these errors were encountered:
Thanks. I agree with your opinion. I also wanted to implement DLNA in Pure Java, and I've wondered if it's better to create an Android-independent library. I have a desire to create such a library, but I don't have enough time so far to get started right away...
Me is currently in the process of re-using your mmUpnp-library for a small project of me, unfortunately there is no code to see right now. You have already implemented quite some additional logic concerning the parsing of DIDL-Lite Elements in the DMS-Explorer (CdsObject). This is rather nice, and I would definitly like to re-use this functionality. Only thing which hinders me, is its dependency on Android (mainly Parcle).
May I suggest to put the CdsObject and Tags also into the mmupnp-lib without any dependency on Android? This could be possible by using the @parcelize annotation (basically by using an own annotation, I guess, to abstract away the dependency on Android), but other approaches could work as well.
What do you think?
BTW, love your project.
The text was updated successfully, but these errors were encountered: