Examples of real-world apps on play store ..

146 views
Skip to first unread message

bAT-pOD

unread,
Sep 15, 2017, 7:01:05 PM9/15/17
to DroidScript



 Hello,,


 firstly; great app - I'm hoping will save me a ton of work,,,

Could anyone give a few examples of real-world android apps made with droid script
that was converted using the apk plugin ...


Ash
from 
Australia

alex.symbroson

unread,
Sep 16, 2017, 2:32:06 AM9/16/17
to DroidScript
Its true that DS saves you a lot of work. But it is not made for realtime 3D graphic rendering. JS is too slow to realize that. If you want to do that you should learn C++, C#, Java or working with Unity.

It depends a bit what you mean with 'real world' and what you want to do in fact. I'd say using the camera is also 'real world'.

Many 2D games are made here and shared in this forum. Also some 3D games - but they are very limited. One 3D game is the X-Car sample of Ben.

regards

Charles Wilt

unread,
Sep 16, 2017, 9:36:54 AM9/16/17
to DroidScript
Alex,

I think by real world Ash means an app created by DS, apk created with the apk builder, and that being offered on the play store. It need not be VR, 3D, or graphic at all.

For example, this is a free app that I published sometime ago. User interface is simple but the math used to produce the results is not. I have also released a paid version with a few more features. All of the apps I have produced and released so far have been more of the utility type.

Dave Smart

unread,
Sep 18, 2017, 7:27:39 AM9/18/17
to androi...@googlegroups.com
Here are a few on the Play Store:-




(Note: The second one is also on the Amazon store)

DroidScript is also used in a number of machines and kiosks, you can see it in action in the first video on this link (Juice vending machines):-


(The last machine shown in that video also provides IOT functionality using DroidScript)

Also... Cambridge University are using DroidScript to control their advanced prototype smart oven which was shown at the IFA tech show recently :)



Abde Abd

unread,
Mar 30, 2020, 5:51:20 AM3/30/20
to DroidScript
hello guys!
it has been much time. I was wondering how to store the activities in local storage. I mean every time that I log into my app it shows me the same things, although the user enter his information but it still it remain ask me to do this over.
hope someone to help me

Alan Hendry

unread,
Mar 30, 2020, 6:00:17 AM3/30/20
to DroidScript
Abde,
After the user has performed "activities" you can save data by constructing a JSON string and writing it to a file on their phone.
And when the app is started see if the file exists and if so then read it,  and retrieve their settings from the jSON.
Regards
Reply all
Reply to author
Forward
0 new messages