Android - Limitations of SQLite
Android – Limitations of SQLite
SQLite support in Android is certainly very crucial for data driven enterprise applications. But SQLite for Android comes up with certain restrictions and limitations which is important for us to know as an Android developer. Here is the list which I found –
Non-Integer Primary key handling
SQLite supports non-integer primary key but here is a catch you have to use NON NULL constraints too…
View On WordPress

















