Page 2 of 2

Re: Android wish list

Posted: Wed Jan 23, 2019 5:22 pm
by airsoftsoftwair

Code: Select all

- New [Android]: Added "OnAccelerometer" and "OnGyroscope" event handlers; these will trigger whenever
  the device's sensors report new values; note that typically those event handlers will deliver lots
  of messages so you should only enable them if you really need them 
- New [Android]: Added Vibrate() function; this will vibrate the device for the specified duration in
  milliseconds
- New [Android]: Added ImageRequest() function; this function can be used to ask the user to select an
  image from Android's gallery; the image will then be returned as a Hollywood brush to the script; if
  you pass the #REQ_CAMERA type, ImageRequest() will pop up the device's camera instead of the gallery
  and the user can take a picture which is then returned to the Hollywood script as a brush 

Re: Android wish list

Posted: Thu Jan 24, 2019 6:06 am
by bitRocky
Very cool!

Re: Android wish list

Posted: Thu Jan 24, 2019 3:36 pm
by xabierpayet
it´s superb, thanks. When will be ready the update?

Re: Android wish list

Posted: Thu Jan 24, 2019 9:57 pm
by airsoftsoftwair
When it's done ;)

Re: Android wish list

Posted: Fri Jan 25, 2019 9:56 pm
by sashapont
airsoftsoftwair wrote: Thu Jan 24, 2019 9:57 pm When it's done ;)
Will you plan port for android RapaGUI in next release?

Re: Android wish list

Posted: Sat Jan 26, 2019 12:12 am
by lazi
Your question has been answered before. :)
viewtopic.php?f=8&t=2029#p10579

Re: Android wish list

Posted: Sat Jan 26, 2019 7:12 am
by sashapont
Will it will work with only new Hollywood?

Re: Android wish list

Posted: Sat Jan 26, 2019 12:17 pm
by airsoftsoftwair
Sure. It is part of Hollywood on Android because it is implemented in Java and Hollywood plugins can't contain Java code.

Re: Android wish list

Posted: Sun Feb 10, 2019 5:58 pm
by zylesea
Could you post a screenshot of a RapaGUI app running on Android? I am very curious how it actually looks like and as long as RapaGUI for Android is not publically available...
The updates to Andoid in Hollywood 8 are really massive and a big, big step forward. I really think Hollywood has now become a pretty powerful Android deveopment option - I mean it was already nice before, but actually made a mighty jump forward and in my impression has reached premier league now.

Re: Android wish list

Posted: Thu Feb 14, 2019 8:37 pm
by airsoftsoftwair
zylesea wrote: Sun Feb 10, 2019 5:58 pm Could you post a screenshot of a RapaGUI app running on Android?
See here:
viewtopic.php?f=19&t=2050&p=10801#p10801