Skip to content

Arduno-android Library for AppGosu (Design your own android app. using only arduino IDE, No eclipse, No android SDK) Faster way to design your android app.

License

Notifications You must be signed in to change notification settings

AppGosu/Arduino-android-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-android-Library ver.2.0

Only arduino IDE, no eclipse, no android SDK (make your own app!)

Arduino-android-Library for AppGosu

Design your own android app using this library.

no eclipse, no android SDK

only Arduino IDE

  • updated ver.2.0
  • widjets :
  •      button, imageButton, editText, dialogBox
    
  •      textView, checkBox, switchBox, seekBar
    
  •      numberPicker, vibrate, toast
    

Features

  • Arduino-android library

Software dependencies:

  • Arduino IDE
  • "AppGosu for Android shield" app from google play
  • No eclipse, No android SDK

Hardware dependencies :

  • Arduino UNO, Leonardo, Due, Micro, Mega 2560, Mini, Nano etc
  • Android smart phone (on android 4.0.3 or higher)
  • AppGosu ADK : Arduino-Android-Shield Module

Code example

#include "AppGosu.h"
AppGosu app;

void setup() {
   app.start();
   app.clearAll();
   
   app.textSize(50);
   app.text("ABC", 10, 100);
   app.line(20, 150, 200, 150);
   app.rect(30, 180, 100, 100);
}

result

More information

www.appgosu.com

www.embeddedapp.com

About

Arduno-android Library for AppGosu (Design your own android app. using only arduino IDE, No eclipse, No android SDK) Faster way to design your android app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages