4.6.7 / Apr 26, 2019
(0/5) ()

Description

Add a cover photo to your family video files and browse them as aGallery!

App Information Cinema Gallery

  • App Name
    Cinema Gallery
  • Package Name
    ar.com.lrusso.cinema.gallery
  • Updated
    Apr 26, 2019
  • File Size
    Undefined
  • Requires Android
    Android 4.4
  • Version
    4.6.7
  • Developer
    Leonardo Javier Russo
  • Installs
    -
  • Price
    Free
  • Category
  • Developer
    Av. Juan de Garay 431 Capital Federal, Buenos Aires, Argentina ZIP Code C1153ABC
  • Google Play Link

Leonardo Javier Russo Show More...

Tiny Web Server 3.6.5 APK
Tiny Web Server for Android 4.0 and above.
Tiny FTP Server Free 2.9.2 APK
Tiny FTP Server for Android 2.3 andabove.Some app features:- Runs as a service- Easy to configure- Auto start function- Minimalist interface- Low memory consumption-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT--
Cinema Gallery Free 4.5.6 APK
Add a cover photo to your family video filesand browse them as a Gallery!Browse your device and set your home folder (it will be yourdefault folder every time you use this app) and watch all thefamily videos that you have in your device with a photo cover. Usethe Browser Mode to browse one more time your device and set a newhome folder.You can also hold your finger on a family video and use the contextmenu that allows you to rename, delete files or folders and changethe photo cover of your video or folder.One click on the photo cover and the app will show you the videoname. Another click will launch your default video player with thefamily video. Enjoy!Supported media formats: MKV, AVI, MP4, MOV, WMV and 3GP.-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT--
Andruino Free 1.9.2 APK
Now you can use this Arduino USB SERIALCommunicator and connect to your Andruino board! NO ROOT REQUIRED.All you only need is an Android device with USB Host support.-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT-------------------------------------------------------Example SERIAL:-----------------------------------------------------void setup(){Serial.begin(9600);Serial.println("Hello from Arduino!");}void loop(){int incomingByte = 0;delay(500);String content = "";char character;while(Serial.available()){character = Serial.read();content.concat(character);}if (content != ""){Serial.println("Received data: " + content);}}
Camera Gallery 4.6.4 APK
Watch and record everything in your IP cameras and see them as aCamera Gallery!
Tiny FTP Server 2.9.4 APK
Tiny FTP Server for Android 4.0 and above.
Andruino Bluetooth Free 1.4 APK
Now you can use this app to connect to yourAndruino board via bluetooth! You must be paired with the Arduinoboard. In most cases, the default PIN in a Arduino Bluetooth Moduleis 1234. You must use a HC-05 Bluetooth module.-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT-------------------------------------------------------Example Sketch:-----------------------------------------------------#includeSoftwareSerial bluetooth(10, 11);void setup(){bluetooth.begin(9600);}void loop(){int incomingByte = 0;String content = "";char character;while(bluetooth.available()){character = bluetooth.read();content.concat(character);}if (content!=""){bluetooth.print(content);}delay(100);}
Andruino 1.9.4.9 APK
Now you can use this app to connect to your Andruino board!