Hi all,
After some time, I finally decided to publish the last changes to JavocSoft Android Toolbox Library, including porting it to Android Studio that was something time ago asked by some users. I also must apologize for taking so long, i could not get time between my job and other projects i was making but finally, between gaps in my spare time and also time in my job, because i am using in it, I finally finished the port and added some improvements and changes to this open-source library 🙂
About the new version, one of the modules added is the FCM module, Firebase Cloud Messaging for Push Notifications, as a new standard to use instead the old GCM (module that is still in the library, for compatibility backwards). I have made the FCM module even more easy to integrate than the old GCM. Also Firebase analytics module is ready to use, is quite simple, it is more a tool to save you time when logging events to Firebase console of Firebase Services.
To integrate the library into your Android Studio application project, just add a new repository to your project build.gradle:
[codesyntax lang=»xml» container=»none» capitalize=»no» strict=»no» blockstate=»expanded» highlight_lines=»6,7,8″ doclinks=»0″ title=»Project build.gradle»]
allprojects { repositories { jcenter() mavenCentral() //JavocSoft Repository maven { url "https://dl.bintray.com/javocsoft/maven" } } }
[/codesyntax]
and in your application build.gradle file:
[codesyntax lang=»xml» container=»none» capitalize=»no» strict=»no» title=»Application build.gradle» blockstate=»expanded» doclinks=»0″]
compile 'es.javocsoft:toolbox:1.2.9'
[/codesyntax]
I hope this new and ported version of JavocSoft Android Toolbox helps you again a bit more now in Android Studio 🙂
Do not forget to check the blog to get more updates!
More info and HowTo at https://github.com/javocsoft/JavocsoftToolboxAS/wiki.
As always, library is available on GitHub
Thanks for waiting, bye.
JavocSoft 2017.