Entries Tagged as ''

Ahhh! Girls Give You Virtual Candy On iPad

Halls Eater is a free iPhone/iPad app to promote Halls candy. The app is developed by Kamakura-based Kayac Inc (Asiajin). The app seems English/Japanese bilingual.

You can move your two fingers like your lips biting the virtual candy given by one of four beautiful Japanese talents.

Participating Talent (in order of appearance in app)

・ Rei Kawashima (Miss Young Magazine 2010):
Say “Ahhh,” fed by this lovely-dovey babe.
・ Izumi Hinata (Readers’ Special Award 2010):
Say “Ahhh,” fed by this naughty lovely.
・ Haruka Tachibana (Judges’ Special Award 2010):
Say “Ahhh,” fed by this familiar Tsundere*.
・ Fumika Shimizu (Miss Shukan Shonen Magazine 2010):
Say “Ahhh,” fed by this vivacious junior fellow.

*Tsundere: Describes a person who is initially cold and hostile, gradually warms over time.

It should be easy to know how it works by watching this amazing fan-made movie,

Cellphone Java App Emulator On Javascript/HTML5

Before smartphone, there were feature phone applications. Java MIDP is one of the application environment used on Softbank/Wilcom/KDDI au in Japan, and also on Motorola feature phone, etc. Android is known to use Java-derived environment. Google made different virtual machine Dalvik with avoiding using Sun’s(and now Oracle’s) Java, but Java/CLDC profile MIDP is authentic standard which you could develop cellphon applications.

Because of its long history, there are tons of MIDP applications exist on those cellphone. MIDP is very limited in comparison with Java for regular PCs, but it was well chosen for the limited cellphone environment.

Helped both by hardware and software improvement, a Japanese programmer Yukoba, who says himself as “Virtual machines on JavaScript and ActionScript otaku”, released this “Java MIDP implementation on HTML5 and Flash” at Firefox Developers Conference 2010 in November, where jQuery developer John Resig attended.

His compiler generates JavaScript from MIDP Java class files, so the applications written for feature phone can be run on HTML5 browsers – Firefox. He also developed a compiler to ActionScript, to run it on Internet Explorer 8.

He also launched a showcase-site where you may play about 20 games and utilities made on Java MIDP.

He seems to be working on improvement of the emulator now. As I said above, there are a lot of MIDP application resources in Japan so it is good to run them on the modern web browsers.