Anugrah
(Creator)
December 25, 2024, 2:12pm
#1
I want to make an app which sends number that means just suppose user A sends 10 from his app to user B and also suppose user S has 100 number already in his app , when A sends it becomes 110 in B’s app and vice versa.
Example
Before sharing
A B
100 100
Send send
After sharing 10
A B
90 110
Anugrah
(Creator)
December 25, 2024, 2:08pm
#3
This post was flagged by the community and is temporarily hidden.
Anugrah
(Creator)
December 25, 2024, 9:36am
#4
This post was flagged by the community and is temporarily hidden.
Anugrah
(Creator)
December 25, 2024, 9:41am
#5
This post was flagged by the community and is temporarily hidden.
pavi2410
(Pavitra Golchha)
December 25, 2024, 2:32pm
#6
Use firebase database with key of userid and value of the number.
When you want to transfer,
read user A balance
update user A balance - decrement some amount
read user B balance
update user B balance - increment some amount
Anugrah
(Creator)
December 25, 2024, 3:06pm
#7
Plss helpme give me the blocks
Ihave no idea iam a beginner
1 Like
Not_even_7
(Ankit Tyagi)
December 27, 2024, 8:43am
#8
This post was flagged by the community and is temporarily hidden.
Taifun
Closed
December 27, 2024, 1:48pm
#9
Anugrah
(Creator)
December 29, 2024, 9:20am
#10
Iwant an app like simple users points share one user to another
Like this
I want to make an app which sends points that means just suppose user A sends 10 from his app to user B and also suppose user S has 40 number already in his app , when A sends it becomes 50 in B’s app
Anugrah
(Creator)
December 29, 2024, 9:23am
#11
Please add users to user point system and send to me
This is my aia flie
FirebasePointsSystem.aia (109.2 KB)
MayankMahla
(Mayank Mahla)
December 29, 2024, 10:27am
#12
Did you try it on your own ?
Anugrah
(Creator)
December 29, 2024, 11:13am
#13
How to impliment user to user point transferring system
Taifun
December 29, 2024, 1:40pm
#15
You built your app in Kodular and asked here for help. Then you decided to ask in App Inventor
I quit kodular and i choose mit app inventor
and got some good advice there How do I create an app like user can share points to another user - MIT App Inventor Help - MIT App Inventor Community
Now you are back again
It looks like you enjoy people wasting their time.
Good luck.
Taifun