Programming

Android Proguard stacktrace example

Posted by on 2012/02/03 at 5:12 pm

So, how an obfuscated stacktrace from an application shrunk by Proguard is like? Take a look at the following examples: Stacktrace with out Proguard: Stacktrace with standard Proguard configuration: Stacktrace with some options for useful obfuscated stacktraces Proguard configuration: -printmapping out.map -renamesourcefileattribute SourceFile -keepattributes SourceFile,LineNumberTable

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

Android Proguard Error [Fixed]

Posted by on 2012/02/02 at 9:23 pm

When using proguard with your Android project, you may face the following proguard error: Fortunately, this error has been fixed at the latest proguard release (4.7), but the Android SDK still uses a previous version. So all you have to do, it to download the latest proguard version from here, unzip it and copy paste [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

I’m making progress

Posted by on 2012/01/30 at 11:29 pm

I May Not Be There Yet But I Am Closer Than I Was Yesterday

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

I love statistics.

Posted by on 2012/01/23 at 3:21 pm

I love statistics. I love them even more if they are like this one: Check it live here! (the statistics are updated every hour, the page refreshes every five minutes. Really impressive stats for GreekAndroidApps.gr application, 5.038 unique users & 7.118 applications that have been downloaded from our app in 2 weeks! I have written [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

Finding duplicate values in MySQL

Posted by on 2012/01/14 at 6:37 pm

There is an easy and quick way to find duplicate values in a MySQL table. You can use this query:

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare