This may help you.
Is it possible to create Facebook post like view using this extension?
ID wise card view list.
Yes, but you need to do a complex koding for it.
Yes it is possibleā¦ Currently am working on it once ready will post it in marketplace category
Ok.
I will try something.
Version 1.3
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.
Looking for downloads? Fasten your seat belt and
Click to fly to the first post!
This is great. Maybe we can have a separate guide/resources just for the templates.
awsome good job yusuf
Good workā¦
OMGā¦ I have no words to explain my feelings
Your are awsomeā¦
Really Amazing
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.
Is need to update new version in my project?
It is up to you. But I always recommend updating to the latest version.
You donāt need to uninstall the old version, just import the extension again. It will be upgraded automatically.
OMG i can use json template now ? its awesome, save alot of blocks xD
Can you make it work like this?
We can extract JSON from aia and we can use it with Schema block
and it will join $Name value with a string given and make ID
And also
It will be better if we can use Dictionaries in parameter
As the Schema feature is new, I wanted to add support for import from JSON only for the first stage.
But external resources and tools for creating templates are on the way. Just I need some time and break. By the way, contributions are welcome!