Face Rate
Face Rate is an simple extension to create drag up and down face emoji animation ,by using EmjioRatingView library (Simple but useful).
Blocks :
Demo Blocks :
Special thanks for :
1- My Brotherr @NotAnAdminUser for suggestion this lib and beta test extension.
25 Likes
Peter
(Moderator)
October 2, 2022, 7:29am
#4
I like this. Maybe you could make some more from these sources
I am a nurse so these extensions together with yours could also be usable in a healthcare setting.
Think about pain intensity, mood scores.
At home, I isolate myself. When I have my anxiety attacks, usually I lay on my back or my side and I start to hyperventilate. Inside [there are] a lot of things just going through my mind, just a lot of bad things. Thatβs all I think about. And the...
Est. reading time: 4 minutes
App Building Guides for the Youth Mobile Power Series Look at the mood ring tutorial.
2 Likes
Nice work! classic but can be used in professional apps
1 Like
Hello @Peter thanks for your suggestion but
1-
An extension to this library was created by @UnknownBeast Smiley : Take App Ratings to another level
2-
As for these two libraries, they use the Kotlin language
Peter
(Moderator)
October 2, 2022, 7:58am
#9
You post App Inventor blocks. Did you test with Kodular and App Inventor? My companion and apk are crashing when I use the extension. I use Android 13. Is your extension compatible with SDK 31?
No
Peter:
and App Inventor?
yes
I donβt think. which platform you are test in it
Peter
(Moderator)
October 2, 2022, 8:03am
#11
I test with App Inventor. Maybe you can post in that community also and discuss there.
Can you share aia
#off_topice
They lock the threads I post because I donβt follow the label or often forget it. I think theyβre too strict.
1 Like
Peter
(Moderator)
October 2, 2022, 8:11am
#13
I will send you a pm. And you should also test on the platforms on which community you post. So test on Kodular also.
1 Like
Shreyash
(Shreyash Saitwal)
October 2, 2022, 11:59am
#14
Assuming that youβre using Rush, you can use Kotlin libraries in your Java extensions simply by adding this in rush.yml
:
# rush.yml (for Rush v1.2.5 and below)
build:
kotlin:
enable: true
Also, make sure to build with the -o
flag (--optimize
) to reduce your extensions size.
5 Likes