Coder Social home page Coder Social logo

Comments (4)

davidgyoung avatar davidgyoung commented on July 17, 2024

Thanks, this is helpful!

I have used this to create a gradle branch that does something similar. I am keeping the project as an Android Library project as I expect to require resources in the future. I have therefore made a build.gradle that generates both an AndroidIBeaconLibrary.aar file for use in Gradle projects and a AndroidIBeaconLibrary.tar.gz file that can be extracted as an Eclipse Android Library project.

from android-ibeacon-service.

ligi avatar ligi commented on July 17, 2024

great!

I am not sure if this should be an library-project - and if it is - it should be on maven central - otherwise handling is really clumsy.
Perhaps a pure java lib as core and a library project using it to extend it with UI stuff?

from android-ibeacon-service.

davidgyoung avatar davidgyoung commented on July 17, 2024

I agree about Maven. If you'd be up for volunteering to help set that up, please contact me directly -- I'd love to have a hand!

The reason that I want to make it an aar instead of a jar is so that I can merge the service configuration from the AndroidManifest.xml to make setup easier. I haven't done this yet, but it is on my todo list. And I don't want to encourage people to use a jar, because it will make it impossible to inherit this configuration from the library. I've added instructions on the project website for setting up the aar here.

That said if you want to use the jar, you can simply download the binary aar, and pull the classes.jar out of it. Or you can build it yourself and do the same thing.

from android-ibeacon-service.

davidgyoung avatar davidgyoung commented on July 17, 2024

closing this because the Gradle build has been fully implemented. Please open a new issue about Maven if needed.

from android-ibeacon-service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.