本站已收录 番号和无损神作磁力链接/BT种子 

[CourseClub.NET] Pluralsight - Managing Android App Data with SQLite

种子简介

种子名称: [CourseClub.NET] Pluralsight - Managing Android App Data with SQLite
文件类型: 视频
文件数目: 80个文件
文件大小: 880.72 MB
收录时间: 2019-3-5 22:08
已经下载: 3
资源热度: 149
最近下载: 2024-6-28 21:20

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:1fe73ce9f07073847a537652b3ab35aaa78d5fd7&dn=[CourseClub.NET] Pluralsight - Managing Android App Data with SQLite 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[CourseClub.NET] Pluralsight - Managing Android App Data with SQLite.torrent
  • 1. Understanding SQLite and SQLite Database Creation/01. Introduction.mp41.49MB
  • 1. Understanding SQLite and SQLite Database Creation/02. SQLite Key Concepts.mp44.79MB
  • 1. Understanding SQLite and SQLite Database Creation/03. Designing Your App Tables.mp47.55MB
  • 1. Understanding SQLite and SQLite Database Creation/04. Database Contract Class.mp41.76MB
  • 1. Understanding SQLite and SQLite Database Creation/05. Implementing the Contract Class.mp415MB
  • 1. Understanding SQLite and SQLite Database Creation/06. Describing Table Columns.mp48.27MB
  • 1. Understanding SQLite and SQLite Database Creation/07. Adding Column Descriptions to the Contract Class.mp410.42MB
  • 1. Understanding SQLite and SQLite Database Creation/08. Primary Key and Framework Friendly Tables.mp43.27MB
  • 1. Understanding SQLite and SQLite Database Creation/09. Making Your Database Framework Friendly.mp48.3MB
  • 1. Understanding SQLite and SQLite Database Creation/10. Database Creation and Access.mp46.27MB
  • 1. Understanding SQLite and SQLite Database Creation/11. Implementing the Database Open Helper.mp431.57MB
  • 1. Understanding SQLite and SQLite Database Creation/12. Creating the Database.mp418.02MB
  • 1. Understanding SQLite and SQLite Database Creation/13. Verifying Database Structure and Content.mp437.24MB
  • 1. Understanding SQLite and SQLite Database Creation/14. Summary.mp43.27MB
  • 2. Reading Data from SQLite/15. Introduction.mp4921.03KB
  • 2. Reading Data from SQLite/16. Your App Plan.mp42.65MB
  • 2. Reading Data from SQLite/17. Accessing Data.mp41.92MB
  • 2. Reading Data from SQLite/18. Querying CourseInfo Table.mp417.58MB
  • 2. Reading Data from SQLite/19. Querying NoteInfo Table and Connecting Queries to MainActivity.mp416.24MB
  • 2. Reading Data from SQLite/20. Move Through Results.mp47.2MB
  • 2. Reading Data from SQLite/21. Accessing Result Column Values.mp46.21MB
  • 2. Reading Data from SQLite/22. Loading Courses.mp420.07MB
  • 2. Reading Data from SQLite/23. Loading Notes and Testing Your App.mp425.42MB
  • 2. Reading Data from SQLite/24. Ordering Results.mp42.06MB
  • 2. Reading Data from SQLite/25. Ordering Courses and Notes.mp422.17MB
  • 2. Reading Data from SQLite/26. Summary.mp42.46MB
  • 3. Filtering SQL Queries/27. Introduction.mp4718.56KB
  • 3. Filtering SQL Queries/28. Your App Plan.mp41.73MB
  • 3. Filtering SQL Queries/29. Row Selection.mp44.49MB
  • 3. Filtering SQL Queries/30. Row Selection Parameters.mp44.55MB
  • 3. Filtering SQL Queries/31. Note Selection By Course and Title.mp433.3MB
  • 3. Filtering SQL Queries/32. Display Note Selection.mp429.76MB
  • 3. Filtering SQL Queries/33. Passing Row Information Between Activities.mp44.84MB
  • 3. Filtering SQL Queries/34. Pass Selected Note ID.mp422.5MB
  • 3. Filtering SQL Queries/35. Display Note By ID.mp421.62MB
  • 3. Filtering SQL Queries/36. Summary.mp42.2MB
  • 4. Connecting SQLite Data to Views with Adapters/37. Introduction.mp41.28MB
  • 4. Connecting SQLite Data to Views with Adapters/38. Your Plan for Populating Course Spinner.mp41.92MB
  • 4. Connecting SQLite Data to Views with Adapters/39. CursorAdapter and SimpleCursorAdapter.mp43.52MB
  • 4. Connecting SQLite Data to Views with Adapters/40. Populating a Spinner with a SimpleCursorAdapter.mp420.78MB
  • 4. Connecting SQLite Data to Views with Adapters/41. Connecting a Cursor to the SimpleCursorAdapter.mp415.46MB
  • 4. Connecting SQLite Data to Views with Adapters/42. Selecting an Item in a SimpleCursorAdapter Populated Spinner.mp427.3MB
  • 4. Connecting SQLite Data to Views with Adapters/43. Using a Cursor with RecyclerView Adapter.mp46.31MB
  • 4. Connecting SQLite Data to Views with Adapters/44. RecyclerView Adapter Cursor Management.mp412.56MB
  • 4. Connecting SQLite Data to Views with Adapters/45. Displaying Cursor Data with a RecyclerView Adapter.mp414.83MB
  • 4. Connecting SQLite Data to Views with Adapters/46. Connecting a Cursor to a RecyclerView Adapter.mp422.4MB
  • 4. Connecting SQLite Data to Views with Adapters/47. Summary.mp42.68MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/48. Introduction.mp41MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/49. Queries and Activity UI.mp42.8MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/50. LoaderManager.mp42.63MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/51. Working with LoaderManager and Callbacks.mp411.03MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/52. CursorLoader.mp41.26MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/53. Loading Notes.mp411.51MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/54. Handling the Note Cursor.mp418.48MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/55. Loading and Handling Courses.mp418.13MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/56. Challenges of Multiple Loaders.mp425.99MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/57. Initalizing vs. Restarting a Loader.mp424.02MB
  • 5. Performing Lifecycle Aware Data Loading with Loaders/58. Summary.mp43.37MB
  • 6. Doing More with SQLite Queries/59. Introduction.mp4939.58KB
  • 6. Doing More with SQLite Queries/60. Joining Tables.mp47.37MB
  • 6. Doing More with SQLite Queries/61. Joining Notes and Courses Tables.mp48.63MB
  • 6. Doing More with SQLite Queries/62. Column Names in Joins.mp42.11MB
  • 6. Doing More with SQLite Queries/63. Specifying Qualified Column Names.mp417.56MB
  • 6. Doing More with SQLite Queries/64. Accessing Columns in a Join.mp415.31MB
  • 6. Doing More with SQLite Queries/65. Indexes.mp411.07MB
  • 6. Doing More with SQLite Queries/66. Adding Create Index Statements.mp420.67MB
  • 6. Doing More with SQLite Queries/67. Creating Indexes in the Database.mp416.06MB
  • 6. Doing More with SQLite Queries/68. Summary.mp42.91MB
  • 7. Interacting with SQLite Data/69. Introduction.mp4736.46KB
  • 7. Interacting with SQLite Data/70. Making Data Changes.mp41.36MB
  • 7. Interacting with SQLite Data/71. Updating Data.mp46.28MB
  • 7. Interacting with SQLite Data/72. Adding Note Update Method.mp415.12MB
  • 7. Interacting with SQLite Data/73. Saving Changes to a Note.mp427.15MB
  • 7. Interacting with SQLite Data/74. Inserting and Deleting Data.mp43.8MB
  • 7. Interacting with SQLite Data/75. Note Database Operations in Your App.mp43.38MB
  • 7. Interacting with SQLite Data/76. Inserting a New Note.mp425.94MB
  • 7. Interacting with SQLite Data/77. Deleting Unused Note.mp416.44MB
  • 7. Interacting with SQLite Data/78. Database Interaction and Activity UI.mp43.4MB
  • 7. Interacting with SQLite Data/79. Interacting with the Database Using AsyncTask.mp414.78MB
  • 7. Interacting with SQLite Data/80. Summary.mp42.68MB