Generate placeholders inside SQL “IN” clause

Sometimes you need to create really complex SQL query in your android app and the only way to do this is by executing rawQuery() method on SQLiteDatabase object. Of course we have SQLiteQueryBuilder with its API but there is no method which helps us to create query with IN statement from SQL syntax. I realisedContinue reading “Generate placeholders inside SQL “IN” clause”

Migrate from Eclipse to Android Studio without pain

I advise you to read entire post and then start working on migration from Eclipse to Android Studio. You can also try to move along with migration while reading it. I think it’s most efficient way of doing this. In the beginning I need to mention that in this post I use Eclipse Kepler 4.3Continue reading “Migrate from Eclipse to Android Studio without pain”