New video tutorial is available here: http://www.b4x.com/forum/libraries-developers-questions/12431-video-tutorial-creating-simple-library.html Basic4android has a very good support for external libraries. In fact almost all of the internal keywords are loaded from an external library (Core...
By the way, is this actual working code? ITYSmartPosApi is an abstract java class. No java expert here, but I did not think you can instantiate an abstract class. Looks like the class you should be using is TYSmartPosApi and its located at com.whty.smartpos.tysmartposapi.impl
By the way, is this actual working code? ITYSmartPosApi is an abstract java class. No java expert here, but I did not think you can instantiate an abstract class. Looks like the class you should be using is TYSmartPosApi and its located at com.whty.smartpos.tysmartposapi.impl