You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the tools you need to start developing with Android
In this video course I am extremely detailed as I teach you about the built-in database that comes standard in every Android device.
Learning the ins-and-outs of SQLite is fundamental for every Android developer. Every single app must be able to store and manipulate data. There is no way around it.
I absolutely do not skip any steps in this video course. I code at a steady pace so you can keep up and code along with me. If you don't like to listen and code at the same time, just watch the videos and take a look at the source code below.
The course focuses on:
Creating, Retrieving, Updating and Deleting data from an offline SQLite database
Custom Data Models
Fragment to Fragment Communication
Fragment to Activity Communication (and the reverse)
Custom Dialog Boxes
Searching/Filtering a ListView
ListViews, Custom ListAdapters
File Management (Creating, Retrieving, Updating and Deleting files from Android device)