This material is out of date by now. We recommend checking out the Codename One Academy.
We’ve uploaded the full course video cast as a youtube playlist, just go thru the parts and in an hour and some change you should understand the basics of creating a simple Codename One client server application that runs on all mobile devices.
The Udemy course is
still there
and probably useful if you live in a region where youtube is blocked. The source code to accompany the course can be viewed in SVN here:
https://code.google.com/p/codenameone/source/browse/trunk/Demos/PhotoShare/
For your convenience you can also download the projects as a zip
The Udemy course is
still there
and probably useful if you live in a region where youtube is blocked. The source code to accompany the course can be viewed in SVN here:
https://code.google.com/p/codenameone/source/browse/trunk/Demos/PhotoShare/
For your convenience you can also download the projects as a zip
Notice: This post was automatically converted using a script from an older blogging system. Some elements might not have come out as intended…. If that is the case please let us know via the comments section below.
4 Comments
Hello Shai,
I want to follow this tutorial but I am not sure if it is only for iOS or can also be ussed for android.
Thank you
Yes its for all platforms. The main reason for iOS in the title is the mindshare/SEO aspect of this but its applicable for everything.
Its all working perfectly… But still I have two questions.
1. How to change the form programmatically?
2. Can we use the JAR files to create some graphs / some drawings / capture locations as in android. and many more devices.
Check out additional examples that would answer your questions here: [https://www.udemy.com/learn…](https://www.udemy.com/learn-mobile-programming-by-example-with-codename-one)
1. Wasn’t this demonstrated in the demo? [form.show](http://form.show)() etc.?
2. You can use cn1libs: [http://codenameone.com/cn1l…](http://codenameone.com/cn1libs.html) Notice that graphs are builtin to Codename One: [http://www.codenameone.com/…](http://www.codenameone.com/blog/codename-one-charts) as is location support etc.