BlogHide Resteemskabooom (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 published android archive library to jcenter and then linked it to maven…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 we will link jcenter android aar library to maven central. After successful…kabooom (57)in utopian-io • 7 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 android app can have. Android Archive (AAR) file can have source code, native code…kabooom (57)in utopian-io • 7 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 image from camera and then color image will be converted to gray scale image…kabooom (57)in utopian-io • 7 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 types mapping between Java and C++ using Java Native Access(JNA) library. For…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 updated to reflect new changes made to json and plus some other code…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 handling C++ callbacks in Java using Java Native Access(JNA) library. For…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. In this tutorial we will see what option available to enter into recovery mode…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 improvements. For more information on previous versions version 0.1.0…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 information of previous version 0.1.0 please read this post Requirements Java…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 . Uses latest java version and http library and will work on both desktop and android…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 of putting all C/C++ code in one single file and create one big shared library…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 native method is availabe in android prebuild shared library (libc). In 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 developers to call native code using 100% pure Java without having to write C/C++ code.…