Paid:comment,like system

There is any paid comment, like system like youtube project file is available

Did you want something like this?

2 Likes

Yes iwant this model

I have already told you on how to make it a comment option! You need to do some work to make it work. Why would you want to pay when you can spend 30 minutes doing it for free, from a tutorial? Where are these comments going to go? Obsidian soft made a great tutorial but you still want to skip the work and pay for it. :man_facepalming:

I did not see the tutorial in obsidian soft channel
Please send that tutorial video or project file

Anyone please reply

Here is the aia project used as shown in the video. You will need to use an existing or new firebase realtime database in a project on your firebase account. This will not work with the AI2 provided Firebase.

TopicsLikesCommentsFB_blank _v2.aia (194.8 KB)

Credits to:
@White_Tiger for the RecyclerList extension
@vknow360 for the CustomSheet extension
@TIMAI2 (me) for the Density extension.

5 Likes

the topics get overlapped when there is more topics covered in the screen.meaning if u click load data two times then there will be two layer of recyclerview . so overlapping

I have had another look and see the issue, will see what I can do.

Solution: add these blocks to the load procedure:

image

image

Updated aia:

TopicsLikesCommentsFB_blank _v2.aia (194.8 KB)

(and updated in original post too.)

This post was flagged by the community and is temporarily hidden.


There are two buttons created dynamically. when subtract button click i want to subtract from the label quantity text by 1. similarly when add button click add 1 to the label quantity text.
label quantity is also created dynamically. but i cant use get component by unique id block in the label text of component. so how do i do this?

In my example all values/properties are set in the BindView event, based upon values set in the AnyButtonClick event to Firebase.

i checked that, but i have not used firebase. i want to do it locally.

Same applies.

on create i set text of label quantity to 1. so how do i do it?

See how I handle the likes score label.

used this.. in the data sublist the 4th index is 1. then bind it. then replaced it. and working

1 Like