bartv Member Licensed User Longtime User Feb 11, 2013 #1 Hi, I'd like to develop for Android 4.2 (API17) using the new Secondary Displays features. Is this possible in the latest version of B4A? If not, what needs to be done exactly to make this possible? Thx for your response, Bart Last edited: Feb 11, 2013
Hi, I'd like to develop for Android 4.2 (API17) using the new Secondary Displays features. Is this possible in the latest version of B4A? If not, what needs to be done exactly to make this possible? Thx for your response, Bart
Erel B4X founder Staff member Licensed User Longtime User Feb 11, 2013 #2 You will need to implement a library for this feature. Upvote 0
bartv Member Licensed User Longtime User Feb 11, 2013 #3 Mmm... ok... Do you mean "implement" like in "use an existing library you can find here ..." or like "develop one yourself in java"? Not sure I understand, Upvote 0
Mmm... ok... Do you mean "implement" like in "use an existing library you can find here ..." or like "develop one yourself in java"? Not sure I understand,
Erel B4X founder Staff member Licensed User Longtime User Feb 12, 2013 #4 I meant that this feature is currently not supported. It can be implemented by creating a new Java library. Upvote 0
I meant that this feature is currently not supported. It can be implemented by creating a new Java library.
bartv Member Licensed User Longtime User Feb 12, 2013 #5 Can you point me the directions for developing such a library? As I understand it, this java library should sit between the API17 and B4A, and expose an interface we can program against does this library need special considerations for being used in B4A (the accompanying xml file?) Are there any examples/how to's you can point me to? BtW : why can't we call the API directly in B4A? Thanks, Erel, for your much appreciated response, Upvote 0
Can you point me the directions for developing such a library? As I understand it, this java library should sit between the API17 and B4A, and expose an interface we can program against does this library need special considerations for being used in B4A (the accompanying xml file?) Are there any examples/how to's you can point me to? BtW : why can't we call the API directly in B4A? Thanks, Erel, for your much appreciated response,
Erel B4X founder Staff member Licensed User Longtime User Feb 12, 2013 #6 See the tutorials here: Libraries developers questions - Android Development Forum - Basic4android BtW : why can't we call the API directly in B4A? Click to expand... All the calls you make with Basic4android are to Basic4android libraries. Upvote 0
See the tutorials here: Libraries developers questions - Android Development Forum - Basic4android BtW : why can't we call the API directly in B4A? Click to expand... All the calls you make with Basic4android are to Basic4android libraries.