Android wish list

Feature requests for future versions of Hollywood can be voiced here
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Android wish list

Post 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 
bitRocky
Posts: 120
Joined: Fri Nov 14, 2014 6:01 pm

Re: Android wish list

Post by bitRocky »

Very cool!
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Android wish list

Post by xabierpayet »

it´s superb, thanks. When will be ready the update?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Android wish list

Post by airsoftsoftwair »

When it's done ;)
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Android wish list

Post 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?
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: Android wish list

Post by lazi »

Your question has been answered before. :)
viewtopic.php?f=8&t=2029#p10579
sashapont
Posts: 152
Joined: Thu Aug 03, 2017 2:49 pm

Re: Android wish list

Post by sashapont »

Will it will work with only new Hollywood?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Android wish list

Post by airsoftsoftwair »

Sure. It is part of Hollywood on Android because it is implemented in Java and Hollywood plugins can't contain Java code.
zylesea
Posts: 227
Joined: Tue Feb 16, 2010 12:50 am
Location: Westfalen/Germany
Contact:

Re: Android wish list

Post 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.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Android wish list

Post 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
Post Reply