smartROS Example icon

0.6.0.1 by 이산솔루션


Oct 10, 2015

About smartROS Example

English

smartROS player and may be used, such as the Empty block by block Scratch expansion.

개발자는 smartRosActivity를 상속받아 Block Description을 구현 할 수 있다.

소스 다운로드

https://bitbucket.org/isans/smartros/downloads

public class MainActivity extends smartRosActivity {

public MainActivity(){

super("Empty Node");

}

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

moveTaskToBack(true); // turn background task

}

@Override

protected void onNewMessage(String s) {

String [] parts = s.split("/");

Log.d("test", s);

switch(parts[1]) {

case "em_send_message":

sendRespMessage(String.format("em_get_message %s\n", parts[2]));

break;

}

}

}

What's New in the Latest Version 0.6.0.1

Last updated on Oct 10, 2015

1. smartros-core 변경(node name 추가)

Translation Loading...

Additional APP Information

Latest Version

Request smartROS Example Update 0.6.0.1

Uploaded by

علي الغامدي

Requires Android

Android 4.0.3+

Show More

smartROS Example Screenshots

Comment Loading...
Languages
Languages
Searching...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.