Share My Creation Load App Info

hi

i am playing a little bit with b4j and i created a simple app where you can load app info (including app icon) from Google Play by the package name.

i will improve this lib and load more information like description,...

for now the app loads:

* App Title
* App Link
* App Rating (how many stars)
* App Icon

(Will add next: Description, how many installs, developer name, App Version)

try it out and let me know if it works for you.

thanks

link: https://drive.google.com/file/d/0B2eRQD9TJiOQeE12YWNGYVZtMWM/view?usp=sharing

appinfo.png
 

ilan

Expert
Licensed User
Longtime User
ps. you need to add only the package name like this: es.socialpoint.MonsterLegends
and click on the play button

make sure to add the package name correctly, for now there is no wrong package name catching. (will be added on the final lib version)
 
Last edited:
Top