The recent release of greenDAO 2.0 is reason enough to re-evaluate Android ORM performance in 2015. Here are the results (higher is better):
Continue reading
greenDAO 2.0 Release
greenDAO 2.0 brings new powerful features to meet the growing demands of today’s apps:
Continue reading
Community Contributions
As of now, we didn’t accept any code contribution (pull requests) from the community. This is going to change in the near future. As a first step, we have released the greenrobot Contributor Agreement today. If you plan to make contributions you need to print, fill out, and sign the agreement. We need you to send a scanned copy of the agreement to: opensource (at) greenrobot (dot) de.
Continue reading
greenDAO 1.3 Release
Multithreading and Maven/Gradle support are the two major themes of greenDAO 1.3. If you are using greenDAO from multiple threads, you are highly advised to upgrade to the latest version of greenDAO to prevent deadlocks. Fixing these issues led to small modification to Queries resulting in breaking changes that require small adjustments in your code. We seized this opportunity to refactor code and introduce a couple of new packages. There are a few actions required to upgrade on your side, see below for a list.
Continue reading
greenDAO 1.2 Release
greenDAO V1.2.0 comes with new features and an important bug fix. We recommend everyone to upgrade.
Continue reading
greenDAO 1.1 Release
Since the 1.0 release of our Android ORM tool greenDAO, we saw greenDAOs’ community activity growing. During the last four months we collected developer feedback and added our own experience with greenDAO. Version 1.1 does not come with big changes, but brings evolutionary new features and fixes:
Continue reading
SQL Performance in Android 4.0
With today’s advent of the Android 4.0.3 image for the Nexus S, we did some performance measurements. We wanted to test how Android 4.0 influences the speed of SQL/ORM operations in comparison to the previous version 2.3 on the same hardware. The results were surprising:
Continue reading
greenDAO 1.0 Open Source Release
Today, we are happy to announce version 1.0 of greenDAO, which is also the first open source release. With this release, we think greenDAO is ready for a wide developer audience. The preview versions of greenDAO proved to be stable and some apps in the Android Market already use greenDAO. Android developers, stop messing around with SQL, start with greenDAO! 😉
Continue reading
Current performance figures
greenDAO is designed for high performance. So let’s have a look at the latest performance results using a standard Nexus S for the upcoming 1.0 release:
Continue reading
Query builder and lazy loading lists
Today we release a new release of greenDAO with two new major features: a builder for queries, and result lists that load data on the go.
Continue reading