1.6.2 / May 6, 2017
(5.0/5) (2)

Description

App that allows you to manage your projectsand send emails to clients. You have to have HTML knowledge inorder to design an email template to use in the App.

-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT--

App Information Project Manager Free

  • App Name
    Project Manager Free
  • Package Name
    ar.com.lrusso.projectmanager.free
  • Updated
    May 6, 2017
  • File Size
    Undefined
  • Requires Android
    Android 2.3 and up
  • Version
    1.6.2
  • Developer
    Leonardo Javier Russo
  • Installs
    500 - 1,000
  • Price
    Free
  • Category
    Productivity
  • Developer
    Visit website Email [email protected] Privacy Policy
    Av. Juan de Garay 431 4-A 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!