-
Archives
- January 2020
- May 2019
- April 2019
- March 2019
- February 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- September 2014
- August 2014
- June 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- May 2013
- April 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- April 2010
- February 2010
- December 2009
- November 2009
- August 2009
- May 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- March 2006
- January 2006
- December 2005
- November 2005
- October 2005
- April 2004
Turn a Web Page into Android App – Sell on Google Play
You can sell your web page as an app on Google Play. This brief tutorial concentrates on the hard parts. I list the command to generate the keys, and include a ready made config.xml. You can just publish your app. … Continue reading
Posted in Uncategorized
Tagged android, apk, app, build, Cordova, EcmaScript, Google Play, html, html5, JavaScript, mobile, PhoneGap, publish, release, sell, tutorial, web page
Comments Off on Turn a Web Page into Android App – Sell on Google Play
Aikataulu – Mobiilituotekehitys bus4tn008-6 – syksyllä 2016
Keksi ja koodaa oma Android-ohjelma. JavaScriptilla. Julkaise Google Playssa. Aiemmilla kursseilla menestyivät Cordovalla toteutetut Laurin Times Table Grid Game (yli 50 000 asennusta), Villen Hirsipuu Suomi (yli 10 000 asennusta) ja Elmon SuomiSanakirja (yli 10 000 asennusta). Jos voitat Laurin … Continue reading
Posted in Uncategorized
Tagged android, apk, Cordova, course, css, EcmaScript, front end, Google Play, Helsinki, html, iOS, JavaScript, kännykkä, kurssi, mobile, moible, PhoneGap, puhelin
Comments Off on Aikataulu – Mobiilituotekehitys bus4tn008-6 – syksyllä 2016
Hello Cordova – Develop Android Apps on Ubuntu Linux
Write Android Apps in HTML5 and JavaScript. Cordova allows access to hardware (GPS, accelerometer…) and packaging for Google Play.
Posted in Uncategorized
Tagged android, Android SDK, Cordova, hello world, html5, install, JavaScript, linux, mobile, Node.js, non-root, npm, PhoneGap, ubuntu, Ubuntu 14.04 LTS
6 Comments
Javascript Basics – variable function loop if-then-else print
Learn the very basics of Javascript: variables, functions, loops, if-then-else and printing. Run the short example in your browser, then view the source. Knowing the basics will make it more fun to jQuery/PhoneGap/Cordova/ProcessingJs.
Posted in Uncategorized
Tagged basics, beginner, EcmaScript, example, for, function, html5, if-then-else, JavaScript, loop, mobile, tutorial, variable, while
Comments Off on Javascript Basics – variable function loop if-then-else print
Processing.js Graphics in PhoneGap/Cordova – Example for Android
Create simple graphics and animations with Processing.js. You can publish your games and graphics as Android Apps with Cordova. Cordova (aka PhoneGap) allows you to write Android and IOS apps with HTML5 and Javascript.
Posted in Uncategorized
Tagged android, Cordova, example, html5, Java, JavaScript, mobile, PhoneGap, Processing.js, tutorial
Comments Off on Processing.js Graphics in PhoneGap/Cordova – Example for Android
Memory Game in Whole Helsinki
Play memory game – using the whole Helsinki as a map! My students Panu Koskela and Henry Kokko submitted their game to Apps4Finland. Competition entry on Apps4Finland Youtube video Free Android Download on Google Play
Posted in Uncategorized
Tagged android, apps4finland, competition, Cordova, Google Play, html5, JavaScript, Maanmittauslaitos, map, mobile, openlayers, PhoneGap, student
Comments Off on Memory Game in Whole Helsinki
Hello PhoneGap – from xUbuntu 12.04 Live CD
Install PhoneGap development environment and emulator from scratch. Start writing Android applications with Javascript and HTML. Guru version Hello Android $ sudo apt-get -y install ia32-libs eclipse Eclipse: Help: Install New Software. https://dl-ssl.google.com/android/eclipse/. Install Android 2.2. New Android Virtual Device? … Continue reading
Posted in Uncategorized
Tagged android, Cordova, gettings started, html5, install, JavaScript, Live CD, mobile, PhoneGap, precise, tutorial, Ubuntu 12.04 LTS
2 Comments
Teaching PhoneGap – Write Apps in Javascript and HTML5
I’ll teach the next mobile development course in PhoneGap. The Haaga-Helia course Mobiilituotekehitys bus4tn008-2 will be in Finnish. The course seems to be fully booked already, but you can get a place if someone cancels. I’ll teach the course with … Continue reading
Posted in Uncategorized
Tagged android, cell phone, course, html5, iPhone, JavaScript, kurssi, Mobiilituotekehitys, mobile, PhoneGap, rapid appliction development, Windows Phone
2 Comments
Drawing to Canvas on Android – Code Example
Draw full screen on your Android phone This is just example code. For a throughout explanation, see Make Arduino Bots and Gadgets: Boxing Clock. package com.botbook.drawingoncanvas; import android.app.Activity; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Paint.Align; import android.os.Bundle; … Continue reading
Posted in Uncategorized
Tagged android, canvas, code, coordinates, drawing, mobile
Comments Off on Drawing to Canvas on Android – Code Example