Chat app message style

So if you use kodular can you pls separate the extension from the aia file using and send it here

I don't need it very quickly. Pls take your time and do it when you're free

It is not ok to hack a aia to get extensions. Developers have worked hard to develop them. If you want the aix why not just contact the developer. I flagged your post and the one with the video on how to hack an aia.

I wonder why he want to get aix from AIA. :thinking:
Can't he download it from the topic or github?
Or has Yusuf removed download links?
:face_with_monocle:

@Peter I meant I actually need extention and not the aia file.In kodular form they gave the aia file but I cant open it because I am not in kodular so I actually just need extention and not the aia file because I am getting error when opening with app inventor.By the way the developer is giving it for free and its open-source but i cant use it? :thinking:

Why not contact the developer on the Kodular forum for the aix?

I dont need correct that aix but can you show any open-source aix we can get.I mean directly aix and not aia. I have searched very much but didnt find a one that works well.

The link to the aix file is there in the first post:

I have built a mockup/demo of a chatview using yusuf cihan's Dynamic Components extension. It is not a finished product, but should show how to use the extension to generate messages with images and text.

This is built in App Inventor, uses only App Inventor blocks and components.

AIA file

AI2ChatView.aia (121.6 KB)

[EDIT]

With the latest version of Yusuf's extension, it is now possible to reverse the order of the cards after creating them, so that with a chat type project, you can have the latest post at the top, instead of hidden at the bottom

7 Likes

It looks very nice.Can I use it?

Can you explain what dynamic component is?

Yes, of course you can use it :+1:

I suggest you look at some of the projects in the list provided by @yusufcihan especially the examples provided by @themaayur (5 listview examples in one go)

In short, the extension allows you to create a component in your app when you want, you can organise a layout (in blocks) and it will create it. I find it best to create the layout in actual blocks in the designer, then build the dynamic blocks code using it as a template.

3 Likes

Thank you Tim :smile:. And all others.Thanks for taking your time

There is a good guide here you must check it.

I have already posted that :grin:

1 Like

Oops didn't saw that :+1::sweat_smile:

1 Like

Tim had already given good chat view but I didn't get to test @Maayur 's because I am not in kodular and mit is not opening the app. It would be good if you can upload only the aix file hereπŸ€”

It is the same extension as previously linked and used in my example. What you are missing is the chatview component which only works in Kodular.

2 Likes

ohh.. ok thanks

I did another example of a chatview using a label and HTMLContent a while back. No proper images, but you could use emoji as per SteveJG's example above:

Firebase Chat & Label HTML Content