Hi,

There are no dependencies other than the included projects. There should be
two: the LicenseVerificationLibrary (which requires nothing) and the
ExpansionDownloader (which requires the LVL). No jars and no resources.
You can even use the LVL without the ED for licensing purposes.
The other projects are either Samples (to test using one of my accounts on
Play) or Tests (Unit Tests?).

The ToDo list is sort of the open issues part on GitHub. Please feel free
to add any new issues as new things come up. Or any suggestions for
improvements.

I suppose the most important thing to note is that this is an almost direct
translation of the Java code. This is really bad, but some things could
have been done better/differently in C#. I notice the when closing the
activities, or when the download is finished, the ServiceConnection is
leaked. This currently does not cause any real problems as it is already
closed/finished, but this can be improved. The IPCs could be better
implemented, but I haven't gotten around to that yet.

Licensing is sort of the one where I don't care at all about anything :)
You can even say it's your code, I couldn't care. Feel free to copy, use,
distribute, contribute or anything to the code. What license is that? :) CC?


Hope you have a fun time with my code,
Matthew


On Wed, Jul 4, 2012 at 5:32 PM, Tom Opgenorth <t...@opgenorth.net> wrote:

> Just playing around with what you've got and dissecting your code.
>
> Are there any special dependencies (i.e. the Market Expansion add-on from
> Google) that one needs to be aware of?
>
> Do you have a TODO list? Anything in particular that needs attention? What
> license are you using for this code?
>
>
>
> On Wed, Jul 4, 2012 at 1:46 AM, Matthew Leibowitz <
> mattleibowm...@gmail.com> wrote:
>
>> Yes, I am using it in two of my current projects. One is on the store
>> already:
>> https://play.google.com/store/apps/details?id=com.jamwarehouse.apps.puppy.trial
>>
>> Any contributions are welcome.
>>
>> Thanks,
>> Matthew
>>
>>
>> On Tue, Jul 3, 2012 at 11:59 PM, Tom Opgenorth <t...@opgenorth.net> wrote:
>>
>>> Hi there,
>>>
>>> Just the thing I'm looking for.  Are you still actively developing this?
>>>
>>> Thanks for sharing!
>>>
>>> On Wed, May 9, 2012 at 8:02 PM, Matthew Leibowitz <
>>> mattleibowm...@gmail.com> wrote:
>>>
>>>> Hi All,
>>>>
>>>> Just to let those who are interested know: I have been working on
>>>> porting the Java client libraries for the Google Play APK Expansion Files
>>>> and Google Play Licensing to C#/.NET with Mono for Android. It is
>>>> still relatively early in the development, but it does work and it
>>>> downloads the files after checking the licensing without any issues.
>>>>
>>>> I was going to try and use the new Mono for Android Java Binding
>>>> project, but decided to go C# all the way as .NET is cool ;)
>>>>
>>>> I haven't done testing on the Android 3.0+ devices as I don't have one.
>>>> Also, it probably won't work in the emulator because there is no Android
>>>> Market on the emulators and the licensing is done via the Market. There are
>>>> hacks to get the Market on the emulators, but I haven't tried this.
>>>>
>>>> It has all the features of the Java version and includes a sample
>>>> application to test the functionality.
>>>>
>>>> You can get it my GitHub:
>>>> https://github.com/mattleibow/Android.Play.ExpansionLibrary
>>>>
>>>> I hope someone else will find it useful and maybe be able to
>>>> contribute...
>>>>
>>>> Cool Stuff,
>>>> Matthew
>>>>
>>>> _______________________________________________
>>>> Monodroid mailing list
>>>> Monodroid@lists.ximian.com
>>>>
>>>> UNSUBSCRIBE INFORMATION:
>>>> http://lists.ximian.com/mailman/listinfo/monodroid
>>>>
>>>>
>>>
>>>
>>> --
>>> http://www.opgenorth.net
>>>
>>
>>
>
>
> --
> http://www.opgenorth.net
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to