Monday, December 30, 2013
Upcoming Features
Before I get started, if you are interested in Socket support for Codename One and native interface's you should check out the work Steve Hannah did on a socket library for Codname One. Its also a great reference implementation on how one would write a native library implementation!
read more...
Tuesday, December 24, 2013
With 25m Device Installs, Mobile Development Platform Codename One Announces Version 2.0
Codename One is a one of a kind solution that allows Java developers to build native applications that work on all mobile devices seamlessly. It combines an open source client architecture that integrates seamlessly with all major Java development environments: Eclipse, NetBeans and IntelliJ IDEA. To leverageits one of kind cloud build system. This unique architecture enables Java developers to build iPhone applications without owning a Mac or Windows Phone applications without a Windows 8 machine.
read more...
Monday, December 23, 2013
Release Notes For Codename One 2.0
Highlights Of This Release
- Support for IntelliJ IDEA
- Support for Google Play Ads on iOS/Android
- Support for 3rd party libraries using the cn1lib format
- Major improvements to the Windows Phone 8 port making it far more reliable
- Fine tuned performance on iOS optimized garbage collector behavior
- Extensive code migration to use Java 5 features and collections, generified some core interfaces
read more...
Wednesday, December 18, 2013
Deeper In The Renderer
Unfortunately changing the renderer API isn't practical at this stage but we simplified a lot thanks to the GenericListCellRenderer which powers GUI builder list renderers. We simplified this further with the MultiList component which has a default renderer that's pretty powerful to begin with.
read more...
Monday, December 16, 2013
Codename One LIVE Updated & Android Changes
If you didn't use Codename One LIVE! in the past its a really cool tool that allows you to instantly preview the design you build within the GUI builder right on the device. This works seamlessly for all devices although for iOS its difficult to get an app like that thru itunes and it requires a jailbroken device (unlike regular Codename One apps).
read more...
Wednesday, December 11, 2013
New HTML Developer Guide & How Do I
We now have a new HTML based developer guide and as usual a downloadable PDF, the HTML guide was generated using pdftohtml.net which did a pretty decent job except for our logo. We now removed the scribd document and are only maintaining the guide here.
read more...
Monday, December 9, 2013
New How DO I, IDEA Launch & Expanded Developer Guide
read more...
Wednesday, December 4, 2013
Adding Google Play Ad's
To enable mobile ads just create an ad unit in Admob's website, you should end up with the key similar to this: ca-app-pub-8610616152754010/3413603324
read more...
Monday, December 2, 2013
Using The New Facebook API
If you just want something in the form of a "share button" we suggest you refer to the builtin share button which uses native sharing on both iOS and Android.
read more...
Wednesday, November 27, 2013
O'Reilly Blog, Sharing & Performance
The ShareButton component in Codename One is one the most important pieces in making your app a viral success. In Android it fires the native share intent where you can select to distribute the app's message via a very wide selection of options. In other platforms you get a pretty narrow, fixed selection of options that is very cross platform since it uses Codename One's builtin capabilities.
read more...
Monday, November 25, 2013
Fast Push Communication Using PubNub
How does it work?
PubNub has CDN like operations around the world, this means they can keep a high performance channel to your devices and send peer to peer or server/peer messages REALLY fast.
read more...
Monday, November 18, 2013
Preparing For 2.0
We will make the release in December which we will probably spend in code freeze so you won't see new features from us during that month that are not bug fixes or completely separate features (e.g. IDEA plugin).
read more...
Wednesday, November 13, 2013
LTS Blog Post And Updates
Speaking of promoting other people I hope you filled the developer economics survey, its really helpful for us and time is running out (they are closing the survey soon). They added additional language options which you can use that might make the process faster.
read more...
Monday, November 11, 2013
Spinning Natively And Windows Bug
Turns out this is a race condition related to using the wrong lifecycle callback (which is used by all of MS's demos)!
Kudos to him because I spent just about ages trying to tackle that issue unsuccessfully, this should now allow us to move forward with some of the additional issues on Windows Phone and hopefully bring the port up to the level of the other ports we have or at least a little bit closer.
read more...
Wednesday, November 6, 2013
Video Of LTS Talk
read more...
Monday, November 4, 2013
Surprises And Changes
We have constant Google alerts setup fro various Codename One related keywords and the other day we got a lovely surprise in the form of this great presentation from Mateja Opacic who to my knowledge never contacted us or discussed this with us. Apparently he made this presentation at the Coding Serbia Conference, which is really cool!
He has a great presentation & demo.
read more...
Thursday, October 31, 2013
New Servers And Internationalization
Those of you who followed the l10n video in the How Do I? section or our Udemy course should be familiar with the really cool seamless localization support available in Codename One. However, to translate the application we usually need to send the files to a professional translator...
read more...
Monday, October 28, 2013
Seven
This is now all in place and you can start building apps that take advantage of iOS 7 functionality and are built using xcode 5.
When you send an app to the build server without doing anything it will still be built with the existing iOS 6 theme and xcode 4.5 and will act like it has for the past year or so. However, we now provide you with the ability to use xcode 5 for building and indicate a theme mode.
There are 4 theme modes:
read more...
Wednesday, October 23, 2013
Please Help Us By Taking This Survey
Also - respondents who complete the survey and opt-in to VisionMobile's panel can access the Developer Benchmarks, a visualised scorecard of how they compare to other developers in their country or region, across platforms used, revenue models, app categories and more.
The survey results will be available for free download on January 2014.
This is really important to us, it allows us to improve our positioning and awareness within the industry. Regardless of your subscription level it would be very helpful for us if you take those 10 minutes and click the link.
Monday, October 14, 2013
Property Of The Client
To use this feature you can just invoke putClientProperty(propertyName, value); then getClientProperty(propertyName) to extract the property.
read more...
Thursday, October 10, 2013
You are cordially invited
This has been a busy week, I am gearing up for my LTS lecture on the 30th. Its free for everyone and I hope you all tune in to watch it!
The subject matter should be interesting to all Java developers and its essentially how you build a cross platform solution implementation, you don't need any knowledge of Codename One since I won't be discussing it much. Its about device issues and how these work with the JVM. So feel free to distribute this to your friends who aren't necessarily Codename one developers.
read more...
Monday, October 7, 2013
iOS Code Signing Fail Checklist
How do I debug something like this?
Notice that some of these signing failures will sometimes manifest themselves during build and sometimes will manifest during the install of the application.
read more...
Wednesday, September 18, 2013
On The Side, Up On Top
read more...
Monday, September 16, 2013
JavaZone Trip Report
First off, JavaZone is indeed the most fun conference I've been to (to be fair, haven't been to comicon), you get there are 8:00AM and a bit later a cover band goes on stage in the middle of the Pavilion show floor and just blasts a short set. I filmed it a bit (sorry for the bad quality the galaxy nexus is many things but it is not a good camera). To understand the meaning of the picture you see here scroll to the bottom for some personal notes...
read more...
Sunday, September 8, 2013
Faster iOS Runtime - JavaZone Edition
I'm writing this while preparing for my JavaZone flight. What you see in the picture on the right is the typical content of my backpack which I carry with me everywhere in case there is a problem I need to debug, this is somewhat of a visual tutorial of "what it takes" to be a mobile developer today. I took this picture for the JavaZone presentation I'm making and I think it illustrates well why Codename One exists (BTW it is missing some of my testing devices such as the iPad 2, the Android tablets and a few J2ME phones).
read more...
Thursday, September 5, 2013
Attachments, Network Speed and More
Also in this update you would find a fix for the Twitter service (see the TwitterRESTService class) and some other capabilities such as support for network performance issues.
read more...
Monday, September 2, 2013
Till The End Of The Form
In some of the newer web UI's such as Tumblr and Twitter the data is fetched dynamically when you reach a fixed location in the form, this is a simpler approach than the one demonstrated by the list model but in some regards its more practical. A user can't just start jumping around and fetching the entire list, this works better with most REST API's and is pretty powerful on its own.
read more....
Wednesday, August 28, 2013
Completion, iOS 7 Update And The 20M Mark
This is really easy to incorporate into your code, just replace your usage of TextField with AutoCompleteTextField and define the data that the auto complete should work from. There is a default implementation that accepts a String array or a ListModel for completion strings, this can work well for a "small" set of thousands (or tens of thousands) of entries.
read more...
Monday, August 26, 2013
Folk Dancing And General Updates
Can't. stop. watching....
Its been a busy week mostly spent on updating the build server code so its iOS 7 ready, during that time we also managed to get some other things done...
These are some of the highlights: You may recall the ImageViewer class that I mentioned a while back, it will now be a part of the designer and has some small improvements to its event handling as well as keyboard handling.
read more...
Tuesday, August 20, 2013
Codename One Article In SDJ
Now you can read all about it in SDJ, the entire article is in the downloadable PDF (please buy the magazine!).
We'll try to post the full source code into SVN and get into more details about it here. If you have any questions/comments related to the article feel free to ask in the comments section right here.
Monday, August 19, 2013
It's In The Bag
Last week I had a very interesting conversation with a very prominent Swing developer and he asked me whether we had gridbag support. I answered that we do not and repeated the regular "no one likes it" line, turns out he does like it and has a lot of Swing code that uses GridBag!
read more...
Wednesday, August 14, 2013
Teamwork (and other things)
The reason we chose to put everything into a binary resource file should be obvious: small size, portability. These are two critical features we had in mind when we designed the resource file format, we also wanted it to be really simple so we can e-mail it to our designer and so people could use it without an IDE (which back in 2006 was far more common). We initially thought about creating an XML file format which a special tool will convert into the res file format (and we had some prior work on the matter such as the XML ant tasks) but these proved to be cumbersome to maintain.
read more...
Monday, August 12, 2013
Use The Source
However, sadly most developers don't even try and most of those who do focus only on the aspect of building for devices rather than the advantage of much easier debugging. By incorporating the Codename One sources you can instantly see the effect of changes we made in SVN without waiting for a plugin update. You can, debug into Codename One code which can help you pinpoint issues in your own code and also in resolving issues in ours!
read more...
Wednesday, August 7, 2013
In A Pinch
read more...
Monday, August 5, 2013
You Can Bet On It
Recently the guys from Software Developer Journal contacted us about writing a mobile gaming article, since quite a few Codename One developers use it to write games we decided to accept the offer and I wrote an article titled: "Writing casual games In Java for mobile devices". In this article we create a simple poker game mockup that is fully functional (although it doesn't include betting, AI or networking), but you can drag the cards to have them replaced and click the deck to deal new cards.
read more...
Monday, July 29, 2013
Pushing It
The gist of it though is that we were able to get it working despite the huge hassles. The main issue here isn't the lack of documentation, its the over abundance of irrelevant, conflicting and misleading documents about a multitude of separate features of push related functionality on RIM devices.
read more...
Thursday, July 25, 2013
Spanning, Caching, Native Fonts and more
But first lets start with the other one. A month or so ago we added a component called SpanButton which has been requested by developers for quite a while. This is effectively a button that can break lines like a text area, its really a Lead Component internally (but that's another post).
However, someone (me) forgot to make the class public before committing and we just didn't notice that.
read more...
Monday, July 22, 2013
Jaring And Libraries
read more...
Wednesday, July 17, 2013
Crashing
read more...
Monday, July 15, 2013
Why Mobile Web Is Slow?
read more...
Wednesday, July 10, 2013
MoPub Ad Support
So we picked the next best thing, we integrated MoPub support for Android/iOS only (for true cross platform our Inneractive support is still in place). MoPub isn't an advertizing network, its an ad exchange. So effectively when you place a banner ad via MoPub you can get an ad from AdMob, iAd or any one of a relatively large list of partner networks.
read more...
Monday, July 8, 2013
Handling The Exception
Google improved on this a bit by allowing users to submit stack traces for failures on Android devices but this requires the users approval for sending personal data which you might not need if you only want to receive the stack trace and maybe some basic application state (without violating user privacy).
read more...
Wednesday, July 3, 2013
The Move To Java 5 And New Cloud E-Mail Support
read more...
Sunday, June 30, 2013
Big Batch Of Features
there are MANY small features that just didn't get a blog post or even a mention!
We just open sourced a major piece of our backend code, the changes to retroweaver and library code that allow us to compile Java SE 5 code to J2ME/RIM. With this change in place we will start using Java 5 features throughout the code but mostly transition towards using ArrayList/HashMap and the base collection interfaces rather than Vector/Hashtable.
read more...
Thursday, June 27, 2013
Longstanding Issue Of Back Button In BiDi/RTL
This was REALLY annoying to such a great extent that up until recently we recommended that people don't use RTL on iOS devices.
read more...
Monday, June 24, 2013
Hands-on With The Blackberry Tools On The Z10
Lately we've been asked by one of our pro customers to fix some issues which occurred only on the z10 device. I thought this would be an easy task: just grab the tools from the blackberry site and then use them to debug the issue. I was quite wrong... Apparently the emulator can only run in a virtualization environment.
read more...
Monday, June 17, 2013
GZip Support
read more...
Wednesday, June 12, 2013
iOS 7 Support
read more...
Monday, June 10, 2013
Walk-thru Tutorial
Codename One Maker is a pretty elaborate app, there is only so far we can go with simplifying the app itself.
So we added a tutorial mode which is common in mobile/web apps, to walk the user through the process of creating a simple application and using the GUI builder (we also added a Udemy course but I digress). This feature is probably useful for almost every app out there, so here is how you can achieve that with Codename One...
read more...
Thursday, June 6, 2013
Bouncy Castle Crypto API
read more...
Monday, June 3, 2013
When A Dialog Isn't A Dialog
read more...
Wednesday, May 29, 2013
Maker: On Device Drag & Drop GUI Builder + External 3rd Party Plugins!
The PC isn't going away tomorrow but I think we took a major step in reducing the need for it when building some applications in the upcoming version of Maker. We just launched a very preliminary preview of our new Drag & Drop form designer for Maker. This is pretty rough early on, but having built quite a few GUI builders I can tell you that its 90% there! You can drag elements into place, yes they are all in a vertical layout (BoxLayout Y) and there is no container hierarchy (yet) but the infrastructure is there and its already looking better than our current GUI builder looked at that stage!
read more...
Sunday, May 26, 2013
Codename One Maker Is Now Live On Google Play
We already intend to produce some of the following:
read more...
Wednesday, May 22, 2013
Introducing Codename One Maker
We are about to release a brand new product: Maker. Codename One Maker is an App that allows non-developers to build native applications directly from their mobile phone or tablet by using the Codename One backend.
read more...
Monday, May 13, 2013
Drop It - Introducing Dropbox Integration
Most of my files are still on my laptop and not on my tablet or phone and moving them back and forth isn't convenient... Luckily we have Dropbox, this neat tool has really helped us collaborate as a startup and has made many painful things remarkably easy.
read more...
Wednesday, May 1, 2013
Cloud Object Viewer
To help alleviate this difficulty Chen built a tool right into the Codename One simulator that allows you to query the cloud storage for the current application and helps you review some of the complexities involved.
read more...
Monday, April 29, 2013
Pingjam: A New Way To Make Money On Ads
read more...
Wednesday, April 24, 2013
Monday, April 22, 2013
Turn It On (Or Off)
read more...
Thursday, April 18, 2013
OTA Device Skin Downloads
read more...
Tuesday, April 16, 2013
Which Subscription Level Should I Choose?
read more...
Monday, April 8, 2013
Cutting PSD Files
read more...
Wednesday, April 3, 2013
Windows Phone 8 And The State Of 7
A preliminary Windows Phone 8 build has been available on our servers for the past couple of days. We differentiate between a Windows Phone 7 and 8 version by a build argument that indicates the version (win.ver=8) this will be exposed by the GUI in the next update of the plugin. But now I would like to discuss the architecture and logic behind this port which will help you understand how to optimize the port and maybe even help us with the actual port.
The Windows Phone 7 and 8 ports are both based on the XMLVM translation to C# code, we picked this approach because all other automated approaches proved to be duds. iKVM which seems like the most promising option, isn't supported on mobile so that only left the XMLVM option.
read more...
Tuesday, March 26, 2013
Combining SalesForce and Codename One
This is an ideal combination that provides simple and effective customer management on all mobile devices.
read more...
Sunday, March 24, 2013
5 Tips for Gamifying Your Mobile App
Gamification is the practice of using game mechanics in a different context with a goal to engage usersMobile apps are in fierce competition these days. There are over one million apps available in the different marketplaces and while a user may install a large number of apps on his device. Recent research by Flurry shows that users don’t use many apps for very long and in fact only 25% of the apps survive after 3 months.
read more...
Tuesday, March 19, 2013
Performance Improvements On iOS & Some Other News
read more...
Thursday, March 7, 2013
Pull To Refresh & Several New How Do I videos
read more...
Wednesday, February 27, 2013
Hamburger Sidemenu
The Hambuger sidemenu is the menu style popularized by the Facebook app, its called a Hamburger because of the 3 line icon on the top left resembling a hamburger patty between two buns (get it: its a side menu...)!
read more...
Wednesday, February 20, 2013
Inspecting Components
One of my favorite things about working with Codename One is the GUI builder, it solves a lot of the headaches of handcoding/positioning elements into place especially when coupled with the Codename One LIVE! application. However, not all of us use the GUI builder and even when we do we sometimes end up writing code manually.
read more...
Saturday, February 9, 2013
New Preliminary Library Support
read more...
Monday, January 28, 2013
With 100,000 SDK Downloads, Mobile Development Platform Codename One Comes Out of Beta With 1.0 Launch
read more...
Sunday, January 27, 2013
This blog has moved
Monday, January 21, 2013
Why Oracle won't issue Java for iOS anytime soon
This OTN thread has been going on for some time now with people constantly chiming in with various uninformed opinions regarding their desire for an official Java for all platforms from Oracle.
This won't happen in the next two years or so, don't delude yourselves.
No we don't have a vested interest here, if Oracle issues Java FX for iOS it will be great for us. We will be able to use their implementation (if it were any good, more on that below) and still provide value.
Read below for more detailed explanation from a former insider as to why this just won't happen.
Chen used to be a Sun employee and I was a Sun contractor for quite a few years, we were there for the Oracle takeover as well. I can't talk too much about what I know from within, its not so much a contractual issue as a personal moral issue (respect the privacy of the guys paying your bills). However, there is one thing that I think no one will mind me disclosing that explains perfectly well why Oracle removed all sessions about the iPhone from Java One (except for our session which wasn't an Oracle sponsored section).
One of the early feelings we got before the merger completed was the basic difference between Sun and Oracle and it boiled down to this:
With Sun we used to go to customers/trade shows and show the cool stuff we had that wasn't yet a product. E.g. showing off cool new JavaFX tools that didn't have an ETA yet. This was ingrained in the hacker mentality and core to Sun, why show people the stuff that's available to download?
Don't they know already?
Oracle is the exact opposite, they NEVER show something that isn't a product or won't be a product very soon. This is actually quite clever, people aren't aware of lots of the stuff that's available and if you talk about your pipe dream (which is cool) there is no "action item" to download a try it. You need people's attention focused on what they can buy (obvious why Oracle was profiting while Sun was losing).
So Oracle's removing of the JavaFX on iOS talks from Java One is simply a matter of them not having a concrete product in the pipeline (update: just to clarify, this is an educated guess not a statement of fact).
Now you may ask: Why not?
That's actually a much easier answer and as usual it divides into several different answers:
- There is no business there - Oracle released a Java based solution for iOS backend for the ADF team. This is a tool that's only useful if you buy a server license (minimum 20k USD), so there is a clear business here.
Java is generally an odd duck in Oracle's tools, they just don't build stuff that doesn't make business sense (like Java itself). - This is a consumer product - Oracle is an enterprise company. Yes they are trying to break some of that mold but old habits die hard, they don't really understand the business and they don't really know how to build consumer products.
Sun also sucked with user facing projects so really this isn't very different (and keep in mind, that Sun never made a Java for iPhone release either despite Apple removing the restrictions WELL before the acquisition). - It will suck - the problem here is Apple. Apple disallows JIT's in its license (self modifying code), mostly for security reasons but probably also to block things like this. That is why you can't ship a custom built webkit with your application (no V8 JavaScript engine for Chrome on iOS which is why it sucks on iOS).
We get around it by translating the Java bytecode to C and compiling it, this gives us native (or better) performance.
I don't know about Oracle here, but this sort of architecture would never fly at Sun. Java is a virtual machine with a JIT, that is a religion within Sun and I assume the same is true for the Sun engineers who stayed at Oracle. - It will suck worse - not only will it be slow because of the VM, it will be slow because of JavaFX (here we can actually help if Oracle chooses to do option 3 well).
Adobe with its amazing skills in vector graphics programming is finding it remarkably hard to build a high performance vector graphics rendering engine in iOS. They complain that Apple doesn't expose the internal GPU behavior.
Frankly, I understand Apple here. Documenting the GPU on the level Adobe needs is REALLY hard. Supporting this against potential driver issues and attacks isn't simple, that's why they have Core Animation.
Java FX can't use Core Animation (just like Adobe can't) and will run into the exact same problems Adobe hit. I have a great deal of respect for the engineers on the Java FX team, they are pretty clever. But that's not good enough.
We don't run into those pitfalls since we are pretty used to device limitations, we pre-render everything important as raster images (which is what most mobile developers do anyway). This might not have the same "cool" graphics geek sheik, but it actually provides amazing looks because prerendering often looks better. Sure there are compromises about what you can do, but you will find pre-rendered graphics in most of the leading iOS apps despite the availability of vector graphics. Its easier, faster and flexible enough.
We are trying to help, but Java FX is a dead end technology as illustrated by the famous graph at the top of this article. Everyone will be on mobile which will exceed everything WinTel ever was and FX isn't well suited for today's mobile devices. It probably can't be fixed either since it relies on a Scene-Graph approach which just isn't very portable to device specific Scene-Graphs. It would be possible to implement it over OpenGL ES but that has many issues.
Wednesday, January 9, 2013
How Do I???
Answering common question is what a FAQ is usually for, but usually that's just not enough. A common presentation tip is: "Show, don't tell".
Which is why we launched the "How Do I?" section in the Codename One website, this section contains short video tutorials demonstrating how to do small things in Codename One from creating your first Codename One application to monetizing and debugging it (upcoming).
We hope to flesh out this section with more videos as time goes on, feel free to ask for future videos right here.
Sunday, January 6, 2013
Survey Results With Some Comments/Thoughts
A frequent request is for more ad network integration "AdMob, iAd support and more" we are working on those but getting the agreements through and adapting them is difficult. These two specific networks are specifically difficult, Google is very rigid on AdMob and Apple is worse. We are constantly talking with networks about adding support for them (e.g. Zooz and Startapp which were recently integrated), but this is a time consuming slow process.
A comment asked for: "Lists that require less code to implement.". Did you checkout MultiList? Check out the up to date developer guide which covers them, they are pretty lean and also very easy to work with in the GUI builder.
One poster answered "Fast rendering on iOS (Slow performance on iPad 1 / iOS 5.5.1)" to which I would like to answer that rendering is pretty fast already. If you feel performance is slow a survey isn't the place to say that, use the discussion forum and read the developer guide tips.
Mutable images are inherently slow on iOS and drawing most graphics primitives isn't as fast, however image drawing etc. should be pretty fast.
One poster asked for "Debugging on real device directly from Eclipse/Netbeans" which we plan to do in the future and actually have all the pieces in place for this. It would just require quite a major effort from us to actually accomplish this so this isn't planned for 1.1.
We got one request for "Proximity Sensor Support", I'm guessing that we would have to implement bluetooth, NFC, sockets, motion sensor and only then proximity if at all. There is just too much ground to cover in these things.
Another commenter asked for "Annotations Support to make compilation metaprogramming". We already support static annotations, dynamic annotations won't be possible on older platforms (which might be fine) but would require some reflection capabilities. Since a mobile application is statically linked runtime annotations might be completely redundant since we know of all classes during compile time, that won't change since we translate bytecode to native.
Most of the functionality used by annotations is useful with dynamic loading, I would be interested to hear use cases though so feel free to submit issues with specific cases you would want to enable.
Lets look at the results and then I'll try to interpret them. Feel free to give your own spin in the comments below.
The first chart represents the primary feature, listed by rank below.
- Windows Phone 8 support 32.56%
- Library support 20.93%
- New layout managers 9.30%
- Continuous integration 6.98%
- Improved 2D vector graphics 6.98%
- Facebook/Google+ side menu 6.98%
- Infinite scroll/pull to refresh 4.65%
- bluetooth 4.65%
- Easy web service wizard 2.33%
- Theme customizer/colorization tool 2.33%
- Charts API (graphs) 2.33%
- Windows Phone 8 support 17.22%
- Library support 16.56%
- Charts API (graphs) 9.27%
- Improved 2D vector graphics 7.28%
- Infinite scroll/pull to refresh 6.62%
- New layout managers 6.62%
- Facebook/Google+ side menu 5.96%
- Continuous integration 5.30%
- Theme customizer/colorization tool 5.30%
- Automatic device testing 4.64%
- Matisse like layout in the GUI builder 3.97%
- Easy web service wizard 3.31%
- Support Amazon purchase & push API's 2.65%
- IntelliJ Idea support 2.65%
- Auto complete wizard 1.99%
- bluetooth 0.66%
My interpretation of the data is this:
- People want Windows Phone 8 support. We are working on getting it into 1.1.
- Library support, again a major requested feature although I'm not sure people understand what it means. This doesn't mean you could take any arbitrary JAR off the internet. We already announced this feature for 1.1 so we are good here.
- New layout manager made a surprise showing at the top... I think this generally says people find layout managers difficult and hope we would have a better option. But its very likely a new layout manager will suffer from different set of problems from the current ones. I'd be happy if people who voted for this can post examples of what they would want in the comments.
- It surprised me that no one voted for the Matisse like layout manager in the GUI builder. I'm guessing people didn't understand that this meant placing components in arbitrary locations and having it "just work" (sort of).
- Continuous integration made a great showing, I really want it as part of 1.1.
- I'm guessing most people who voted for improved vector graphics assume this is about performance or maybe SVG support. If I'm wrong about this feel free to correct me in the comments below. I'd like to start some of the work for this and would especially love to add features such as perspective transform.
- It surprised me how low bluetooth scored, we will probably not have it for 1.1 either unless we get a code contribution there.
- Charts have a really high secondary option position and a really low 1st priority position. I think its an important feature but I'm still undecided since its a VERY complex feature to properly integrate.

