Intent intent = new Intent(this, HelloWorldActivity.class);
startActivity(intent);
should work fine provided you have added the import for HelloWorldActivity.class
with the full package name of your module viz. ir.sibvas.testlibary1.HelloWorldActivity