kabooom (57)in #utopian-io • 6 years agoCreating Android Archive (AAR), publishing to Maven Central and using it in android project Part 3Repository Overview In Part 1 and Part 2 we used indirect approach to link to maven central, first we…kabooom (57)in #utopian-io • 6 years agoLinking jcenter Android Archive (AAR) library to Maven Central Part 2Repository Overview In Part 1 we published our Android Archive (AAR) library to jcenter, in this tutorial…kabooom (57)in #utopian-io • 6 years agoCreating Android Archive (AAR), publishing to jCenter and using it in android projectRepository Overview Android Archive (AAR) library is a zip archive that contains everything that normal…kabooom (57)in #utopian-io • 6 years agoImage processing android app with Java Native Access (JNA)Repository Overview In this tutorial we will create simple image processing app in which user will capture…kabooom (57)in #utopian-io • 6 years agoMapping primitive, structure, array, NIO buffer, class and object types with Java Native Access (JNA)Repository Overview In this tutorial we will learn primitive, structure, array, NIO buffer, class and object…kabooom (57)in #utopian-io • 7 years ago[utopian.java v0.3.1] - Support for api key, mapping new json fields to javaOverview Recently utopian-io added API usage limit this release added support for api key, java types has been…kabooom (57)in #utopian-io • 7 years agoHandling C++ callbacks, Logging and exceptions with Java Native Access (JNA)Overview In this tutorial we will learn logging messages in C++, throwing exceptions in C++ and handling in Java and…kabooom (57)in #utopian-io • 7 years agoReset mac sierra password in recovery mode running inside VirtualBoxOverview In this tutorial we will learn how to reset mac sierra password in recovery mode running inside VirtualBox.…kabooom (57)in #utopian-io • 7 years ago[utopian.java v0.3.0] - Support for string response to java type mappingOverview In this new release support for string response to java type mapping is included plus some other code…kabooom (57)in #utopian-io • 7 years ago[utopian.java v0.2.0] - Asynchronous Utopian API added for desktop Java and AndroidOverview In this new release asynchronous API has been added to make http calls in background thread. For…kabooom (57)in #utopian-io • 7 years ago[utopian.java v0.1.0] Utopian API for desktop Java and AndroidOverview Java API for utopian.io REST service, covers all aspects of official javascript ibrary utopian-api .…kabooom (57)in #utopian-io • 7 years agoBuilding and using multiple android shared librariesOverview In this tutorial we will learn how to rename shared library and build multiple shared libraries. Instead…kabooom (57)in #utopian-io • 7 years agoBuilding android shared library and calling with Java Native Access (JNA)Overview In previous tutorial we learned how to use Java Native Access (JNA) library to call native method this…kabooom (57)in #utopian-io • 7 years agoCalling android C/C++ code with Java Native Access (JNA)Overview Java Native Access (JNA) hides all the complexities of Java Native Interface (JNI) and allows java…