[Pluralsight] Managing Android App Data with SQLite

seeders: 9
leechers: 3
updated:
Added by CourseClub in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

[CourseClub.NET] Pluralsight - Managing Android App Data with SQLite 1. Understanding SQLite and SQLite Database Creation
  • 01. Introduction.en.srt (1.8 KB)
  • 01. Introduction.mp4 (1.5 MB)
  • 02. SQLite Key Concepts.en.srt (5.9 KB)
  • 02. SQLite Key Concepts.mp4 (4.8 MB)
  • 03. Designing Your App Tables.en.srt (6.7 KB)
  • 03. Designing Your App Tables.mp4 (7.6 MB)
  • 04. Database Contract Class.en.srt (2.2 KB)
  • 04. Database Contract Class.mp4 (1.8 MB)
  • 05. Implementing the Contract Class.en.srt (5.8 KB)
  • 05. Implementing the Contract Class.mp4 (15.0 MB)
  • 06. Describing Table Columns.en.srt (7.4 KB)
  • 06. Describing Table Columns.mp4 (8.3 MB)
  • 07. Adding Column Descriptions to the Contract Class.en.srt (3.4 KB)
  • 07. Adding Column Descriptions to the Contract Class.mp4 (10.4 MB)
  • 08. Primary Key and Framework Friendly Tables.en.srt (2.9 KB)
  • 08. Primary Key and Framework Friendly Tables.mp4 (3.3 MB)
  • 09. Making Your Database Framework Friendly.en.srt (2.4 KB)
  • 09. Making Your Database Framework Friendly.mp4 (8.3 MB)
  • 10. Database Creation and Access.en.srt (7.1 KB)
  • 10. Database Creation and Access.mp4 (6.3 MB)
  • 11. Implementing the Database Open Helper.en.srt (11.4 KB)
  • 11. Implementing the Database Open Helper.mp4 (31.6 MB)
  • 12. Creating the Database.en.srt (6.6 KB)
  • 12. Creating the Database.mp4 (18.0 MB)
  • 13. Verifying Database Structure and Content.en.srt (13.8 KB)
  • 13. Verifying Database Structure and Content.mp4 (37.2 MB)
  • 14. Summary.en.srt (4.0 KB)
  • 14. Summary.mp4 (3.3 MB)
2. Reading Data from SQLite
  • 15. Introduction.en.srt (1.4 KB)
  • 15. Introduction.mp4 (921.0 KB)
  • 16. Your App Plan.en.srt (2.9 KB)
  • 16. Your App Plan.mp4 (2.6 MB)
  • 17. Accessing Data.en.srt (3.0 KB)
  • 17. Accessing Data.mp4 (1.9 MB)
  • 18. Querying CourseInfo Table.en.srt (7.8 KB)
  • 18. Querying CourseInfo Table.mp4 (17.6 MB)
  • 19. Querying NoteInfo Table and Connecting Queries to MainActivity.en.srt (6.2 KB)
  • 19. Querying NoteInfo Table and Connecting Queries to MainActivity.mp4 (16.2 MB)
  • 20. Move Through Results.en.srt (7.1 KB)
  • 20. Move Through Results.mp4 (7.2 MB)
  • 21. Accessing Result Column Values.en.srt (5.3 KB)
  • 21. Accessing Result Column Values.mp4 (6.2 MB)
  • 22. Loading Courses.en.srt (7.6 KB)
  • 22. Loading Courses.mp4 (20.1 MB)
  • 23. Loading Notes and Testing Your App.en.srt (9.4 KB)
  • 23. Loading Notes and Testing Your App.mp4 (25.4 MB)
  • 24. Ordering Results.en.srt (3.2 KB)
  • 24. Ordering Results.mp4 (2.1 MB)
  • 25. Ordering Courses and Notes.en.srt (8.5 KB)
  • 25. Ordering Courses and Notes.mp4 (22.2 MB)
  • 26. Summary.en.srt (3.3 KB)
  • 26. Summary.mp4 (2.5 MB)
3. Filtering SQL Queries
  • 27. Introduction.en.srt (1.0 KB)
  • 27. Introduction.mp4 (718.6 KB)
  • 28. Your App Plan.en.srt (2.0 KB)
  • 28. Your App Plan.mp4 (1.7 MB)
  • 29. Row Selection.en.srt (6.0 KB)
  • 29. Row Selection.mp4 (4.5 MB)
  • 30. Row Selection Parameters.en.srt (5.8 KB)
  • 30. Row Selection Parameters.mp4 (4.6 MB)
  • 31. Note Selection By Course and Title.en.srt (11.8 KB)
  • 31. Note Selection By Course and Title.mp4 (33.3 MB)
  • 32. Display Note Selection.en.srt (10.6 KB)
  • 32. Display Note Selection.mp4 (29.8 MB)
  • 33. Passing Row Information Between Activities.en.srt (5.3 KB)
  • 33. Passing Row Information Between Activities.mp4 (4.8 MB)
  • 34. Pass Selected Note ID.en.srt (6.7 KB)
  • 34. Pass Selected Note ID.mp4 (22.5 MB)
  • 35. Display Note By ID.en.srt (8.0 KB)
  • 35. Display Note By ID.mp4 (21.6 MB)
  • 36. Summary.en.srt (3.3 KB)
  • 36. Summary.mp4 (2.2 MB)
4. Connecting SQLite Data to Views with Adapters
  • 37. Introduction.en.srt (1.7 KB)
  • 37. Introduction.mp4 (1.3 MB)
  • 38. Your Plan for Populating Course Spinner.en.srt (2.6 KB)
  • 38. Your Plan for Populating Course Spinner.mp4 (1.9 MB)
  • 39. CursorAdapter and SimpleCursorAdapter.en.srt (5.2 KB)
  • 39. CursorAdapter and SimpleCursorAdapter.mp4 (3.5 MB)
  • 40. Populating a Spinner with a SimpleCursorAdapter.en.srt (8.2 KB)
  • 40. Populating a Spinner with a SimpleCursorAdapter.mp4 (20.8 MB)
  • 41. Connecting a Cursor to the SimpleCursorAdapter.en.srt (7.3 KB)
  • 41. Connecting a Cursor to the SimpleCursorAdapter.mp4 (15.5 MB)
  • 42. Selecting an Item in a SimpleCursorAdapter Populated Spinner.en.srt (11.9 KB)
  • 42. Selecting an Item in a SimpleCursorAdapter Populated Spinner.mp4 (27.3 MB)
  • 43. Using a Cursor with RecyclerView Adapter.en.srt (7.6 KB)
  • 43. Using a Cursor with RecyclerView Adapter.mp4 (6.3 MB)
  • 44. RecyclerView Adapter Cursor Management.en.srt (5.9 KB)
  • 44. RecyclerView Adapter Cursor Management.mp4 (12.6 MB)
  • 45. Displaying Cursor Data with a RecyclerView Adapter.en.srt (6.6 KB)
  • 45. Displaying Cursor Data with a RecyclerView Adapter.mp4 (14.8 MB)
  • 46. Connecting a Cursor to a RecyclerView Adapter.en.srt (9.8 KB)
  • 46. Connecting a Cursor to a RecyclerView Adapter.mp4 (22.4 MB)
  • 47. Summary.en.srt (3.3 KB)
  • 47. Summary.mp4 (2.7 MB)
5. Performing Lifecycle Aware Data Loading with Loaders
  • 48. Introduction.en.srt (1.3 KB)
  • 48. Introduction.mp4 (1.0 MB)
  • 49. Queries and Activity UI.en.srt (4.8 KB)
  • 49. Queries and Activity UI.mp4 (2.8 MB)
  • 50. LoaderManager.en.srt (3.4 KB)
  • 50. LoaderManager.mp4 (2.6 MB)
  • 51. Working with LoaderManager and Callbacks.en.srt (4.8 KB)
  • 51. Working with LoaderManager and Callbacks.mp4 (11.0 MB)
  • 52. CursorLoader.en.srt (1.8 KB)
  • 52. CursorLoader.mp4 (1.3 MB)
  • 53. Loading Notes.en.srt (5.9 KB)
  • 53. Loading Notes.mp4 (11.5 MB)
  • 54. Handling the Note Cursor.en

Description



[Pluralsight] Managing Android App Data with SQLite

Persistent data storage is at the heart of most modern applications. In this course, you will learn how to use SQLite, the most widely used persistent data storage solution for Android.



Download torrent
884.1 MB
seeders:9
leechers:3
[Pluralsight] Managing Android App Data with SQLite


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.com:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.vanitycore.co:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
884.1 MB
seeders:9
leechers:3
[Pluralsight] Managing Android App Data with SQLite


Torrent hash: 1FE73CE9F07073847A537652B3AB35AAA78D5FD7