Let’s say that you are a developer that actually cares about the quality of his applications, yes, you belong to the 1%, so you are using BugSense to catch all the exceptions and you get something like this: Full Stacktrace 0 android.database.sqlite.SQLiteDiskIOException: error code 10: disk I/O error 1 at android.database.sqlite.SQLiteStatement.native_execute(Native Method) 2 at android.database.sqlite.SQLiteStatement.execute(SQLiteStatement.java:55) [...]
So, if you’ve got one or more RSS feeds and you want to sort them according to the pubdate, do this:
Although the majority of the Android powered devices have the Android Market installed, there are a lot of devices that are running Android but haven’t passed the Compatibility Test Suite (CTS) because they do not comply with the Android Compatibility Definition Document (CDD). (more info here). These device may have high quality hardware and software [...]
This is a common error and you can solve it following these steps: Right click on the project and go to “Properties” Select “Java Build Path” on the left Open “Source” tab Click “Add Folder…” Check “gen” folder and click Ok and Ok again Again right click on the project and in the “Andriod Tools” [...]
Great news, I will presenting BugSense at Droidcon 2011! I really love the short bio: Konstantinos is one of the earliest Android developers and evangelists of the platform in Greece. He has developed for leading enterprises and startups like Taxibeat. He also loves to hack with his friends at BugSense making sure that he delivers [...]