Android: A short primer
Android has a different paradigm for application development. So , In this post, I will explain a few of those concepts (as I understand) that lie at its core.
- Cursor: To draw parallels, a cursor object is just like a ResultSet in JDBC. It is used for iterating over the underlying …