chrisriesgo / Android-AltBeacon-Library

Proximity beacon ranging and monitoring library for Xamarin.Android apps
Apache License 2.0
41 stars 44 forks source link

Where's the source code? #33

Open ayseff opened 7 years ago

ayseff commented 7 years ago

I'm looking at the sample projects. They all seem to point to the AndroidAltBeaconLibrary.dll as a hard reference, instead of the actual code, as a project reference. The actually AndroidAltBeaconLibrary project, however, doesn't seem to have all the code that's in the referenced library. Am I missing something?

Thanks!

chrisriesgo commented 7 years ago

@ayseff - Hi! Great question. This repo houses a .Net binding of the original Java library. All of the original source is in the Java library's repo.

If, however, you really want to understand how the Xamarin binding engine is working and generating the code for my binding, you should be able to pull source on this repo, build locally, then inspect the obj directory to see the underlying objects.

Does that help?