Again, after a month, here is the new release! (Time is passing too fast )
â New
Features
Schemas is here! Create a lot of components with one JSON and block!
It was a pain to deal with a lot of blocks when you wanted to add a lot of components. Now you can import a JSON template designed for Dynamic Components Extension to create components with only single block.
A tutorial about creating your templates will be explained later. If you donât want to wait, just PM me so I can explain how to create your own templates for sharing with others or use for yourself.
Create extension instances dynamically!
Component package name requirement has been removed, so now you can create instances of third party extension too!
Blocks
Schema
This block is used to creating dynamic components with JSON templates as described above.
SchemaCreated
Raises after the schema has been created without problems.
Version
Returns the version code of the extension.
â Fixed
.getParameterCount() was causing an error on < Android 7.
Now SetProperty wonât give an error on < Android 7.
đ Improved
Added empty component check for SetProperty and GetProperty.
If GetComponent returns a blank value, then SetProperty and GetProperty will throw a more understandable error message instead of an âInvalid propertyâ error.
hello I have two different dynamic components how do I get the id from different components while to find out it can only be with one component of any image
Just check if GetID block returns a blank string. If GetID block returns a blank string, then this means it doesnât created with the Dynamic Components Extension.
I thought of creating an app which takes .aia file or takes JSON that user povides and user can select component
and
it will give JSON for Schema block
But the thing is SCM files have not the same JSON format with the Dynamic Componentâs JSON format. I will work on to create scripts and tools and you will be notified from this topic once itâs done.