Visual programming

Visual programming

Search
Skip to content
  • About
  • Meet App Inventor
    • Setup PC
    • Setup Android
    • Get started
    • WP TinyWebDB API
  • Thunkable (iOS)
  • M5Stack
  • M5StickC
  • Webduino
  • Amazon

Monthly Archives: August 2014

Uncategorized

Collection:コレクションが空かどうか検査する

August 30, 2014 admin Leave a comment

import java.util.Collection;
import java.util.ArrayList;

public class Main {
  public static void main(String[] args) {
    Collection c = new ArrayList();
    System.out.println(c + " is Empty ? > " + c.isEmpty());
    c.add("hoge");
    c.add("foo");
    c.add("bar");
    System.out.println(c + " is Empty ? > " + c.isEmpty());
  }
}

Categories

open all | close all

Recent Posts

  • M5StickC Plus – Review and Free Game
  • M5StickC (4)リモートコントロール
  • M5StickC (3)加速度センサー
  • M5StickC (2)時計を作る
  • M5StickC (1)Lちか

Recent Comments

  • [公開講座]Thunkable.Xで自分だけのスマホ・アプリを作る – 第一工業大学・上野キャンパス LMS サービス on Thunkable (3) Adding sounds
  • [公開講座]「Thunkableで自分だけのスマホ・アプリを作る – 第一工業大学・上野キャンパス LMS サービス on Thunkable (3) Adding sounds
  • Thunkable (5) Translation app | Make your Mobile App with App Inventor on Thunkable (4) Text to speech
  • admin on Mobile Comp(9) Web API -Take Quiz
  • Darren on Mobile Comp(9) Web API -Take Quiz
August 2014
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Jun   Jan »

Create Mobile App with Blocks

  • Edu2Web Press
  • 0. Visual programming
  • 1. C Programming
  • 2. Arduino & ESP8266
  • 3. Linux & Raspberry Pi
  • 4. WordPress & API
  • 5. Python Programming

Tags

  • App Inventor
  • Raspberry Pi
  • VPS

Archives

  • January 2021
  • September 2020
  • August 2020
  • March 2020
  • June 2018
  • December 2017
  • November 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • February 2017
  • January 2017
  • March 2016
  • February 2016
  • June 2015
  • May 2015
  • April 2015
  • January 2015
  • August 2014
  • June 2014
  • January 2014
  • October 2013
  • February 2013
  • December 2012
  • October 2012
  • September 2012
  • May 2012
  • April 2012
  • March 2012
  • September 2011

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress