- Jun 6, 2020
- 11,559
- 4,422
Hello every one,
Is it possible to use java class from library directly?
In file library we can call methods directly for instance
B4X:
But I can't call my class like that for example I have class names Utils
Java:
I intend to call Utils in b4a like that,
B4X:
but Utils is not recognized, I have to add ShortName annotation and declare variable then call test method from variable like below.
Java:
in b4a,
B4X:
Any help would be appreciated
Is it possible to use java class from library directly?
In file library we can call methods directly for instance
B4X:
File.delete()
But I can't call my class like that for example I have class names Utils
Java:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
B4X:
Utils.test()
but Utils is not recognized, I have to add ShortName annotation and declare variable then call test method from variable like below.
Java:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید