Android Question Using Class Reference without Include it in library

azzam223

Active Member
Licensed User
Longtime User
Hello

Can I use Any library or class in my library without reference to it

For example If I want To Use Rdc Class in my library without included in my library

B4X:
dim Rdc as DBReqmanager

Can I Use Object for this because If when I compile the library without include Class error shown And I can not complie it
 

azzam223

Active Member
Licensed User
Longtime User
I mean I want To share my library with all but I don't want To include Rdc Class with it I want every one who use my library He itself add this class because maybe this make some problems with other libraries and class
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Remove it from the descriptor file in xml
 
Upvote 0
Top