Lynda - Building an Android App with Architecture Components
File List
| File | Size |
|---|---|
| 6.5. Edit and Delete Notes/27.View an existing note in the editor.mp4 | 26.43 MB |
| 1.Introduction/01.Welcome.mp4 | 5.62 MB |
| 1.Introduction/02.What you should know.en.srt | 2.63 KB |
| 1.Introduction/02.What you should know.mp4 | 2.58 MB |
| 2.1. Get Started/03.The history and evolution of this app.en.srt | 5.63 KB |
| 2.1. Get Started/03.The history and evolution of this app.mp4 | 7.87 MB |
| 2.1. Get Started/04.Explore the Architecture Components.en.srt | 9.37 KB |
| 2.1. Get Started/04.Explore the Architecture Components.mp4 | 8.43 MB |
| 2.1. Get Started/05.Create the starting project.en.srt | 4.83 KB |
| 2.1. Get Started/05.Create the starting project.mp4 | 7.83 MB |
| 2.1. Get Started/06.Import the project from GitHub.en.srt | 6.11 KB |
| 2.1. Get Started/06.Import the project from GitHub.mp4 | 7.13 MB |
| 2.1. Get Started/07.Create a launcher icon.en.srt | 4.55 KB |
| 2.1. Get Started/07.Create a launcher icon.mp4 | 8.74 MB |
| 2.1. Get Started/08.Create other required graphics.en.srt | 4.94 KB |
| 2.1. Get Started/08.Create other required graphics.mp4 | 9.95 MB |
| 2.1. Get Started/09.Add architecture component dependencies.en.srt | 3.54 KB |
| 2.1. Get Started/09.Add architecture component dependencies.mp4 | 7.58 MB |
| 3.2. Create the User Interface/10.Add a RecyclerView to the main activity.en.srt | 7.32 KB |
| 3.2. Create the User Interface/10.Add a RecyclerView to the main activity.mp4 | 18.67 MB |
| 3.2. Create the User Interface/11.Create a custom layout for list rows.en.srt | 8.59 KB |
| 3.2. Create the User Interface/11.Create a custom layout for list rows.mp4 | 16.39 MB |
| 3.2. Create the User Interface/12.Create a data entity class.en.srt | 4.25 KB |
| 3.2. Create the User Interface/12.Create a data entity class.mp4 | 6.88 MB |
| 3.2. Create the User Interface/13.Create sample data for testing.en.srt | 9.06 KB |
| 3.2. Create the User Interface/13.Create sample data for testing.mp4 | 22.99 MB |
| 3.2. Create the User Interface/14.Display data with a RecyclerView adapter.en.srt | 11.75 KB |
| 3.2. Create the User Interface/14.Display data with a RecyclerView adapter.mp4 | 25.77 MB |
| 3.2. Create the User Interface/15.Create the note editor activity.en.srt | 7.54 KB |
| 3.2. Create the User Interface/15.Create the note editor activity.mp4 | 19.68 MB |
| 4.3. Manage Data Persistence with Room/16.Define a Room entity class.en.srt | 4.52 KB |
| 4.3. Manage Data Persistence with Room/16.Define a Room entity class.mp4 | 6.22 MB |
| 4.3. Manage Data Persistence with Room/17.Implement database operations in a DAO.en.srt | 7.64 KB |
| 4.3. Manage Data Persistence with Room/17.Implement database operations in a DAO.mp4 | 12.54 MB |
| 4.3. Manage Data Persistence with Room/18.Define an SQLite database with Room.en.srt | 7.82 KB |
| 4.3. Manage Data Persistence with Room/18.Define an SQLite database with Room.mp4 | 12.38 MB |
| 4.3. Manage Data Persistence with Room/19.Create a custom type converter.en.srt | 7.33 KB |
| 4.3. Manage Data Persistence with Room/19.Create a custom type converter.mp4 | 12.63 MB |
| 4.3. Manage Data Persistence with Room/20.Create a unit test for database logic.en.srt | 13.78 KB |
| 4.3. Manage Data Persistence with Room/20.Create a unit test for database logic.mp4 | 25.9 MB |
| 5.4. Manage Data and Business Logic/21.Create a ViewModel for the list activity.en.srt | 7.18 KB |
| 5.4. Manage Data and Business Logic/21.Create a ViewModel for the list activity.mp4 | 15.04 MB |
| 5.4. Manage Data and Business Logic/22.Create a repository class.en.srt | 5.41 KB |
| 5.4. Manage Data and Business Logic/22.Create a repository class.mp4 | 9.54 MB |
| 5.4. Manage Data and Business Logic/23.Add a feature to insert sample notes.en.srt | 9.57 KB |
| 5.4. Manage Data and Business Logic/23.Add a feature to insert sample notes.mp4 | 22.82 MB |
| 5.4. Manage Data and Business Logic/24.Subscribe to LiveData updates.en.srt | 9.54 KB |
| 5.4. Manage Data and Business Logic/24.Subscribe to LiveData updates.mp4 | 20.17 MB |
| 5.4. Manage Data and Business Logic/25.Add a feature to delete all notes.en.srt | 6.32 KB |
| 5.4. Manage Data and Business Logic/25.Add a feature to delete all notes.mp4 | 12.83 MB |
| 6.5. Edit and Delete Notes/26.Add a ViewModel for the editor activity.en.srt | 6.94 KB |
| 6.5. Edit and Delete Notes/26.Add a ViewModel for the editor activity.mp4 | 16.44 MB |
| 6.5. Edit and Delete Notes/27.View an existing note in the editor.en.srt | 10.66 KB |
| 1.Introduction/01.Welcome.en.srt | 1.7 KB |
| 6.5. Edit and Delete Notes/28.Edit an existing note.en.srt | 9.37 KB |
| 6.5. Edit and Delete Notes/28.Edit an existing note.mp4 | 18.82 MB |
| 6.5. Edit and Delete Notes/29.Create a new note.en.srt | 7.39 KB |
| 6.5. Edit and Delete Notes/29.Create a new note.mp4 | 16.36 MB |
| 6.5. Edit and Delete Notes/30.Delete a note.en.srt | 8.28 KB |
| 6.5. Edit and Delete Notes/30.Delete a note.mp4 | 17.68 MB |
| 7.6. Final Touches/31.Handle device orientation changes.en.srt | 5.74 KB |
| 7.6. Final Touches/31.Handle device orientation changes.mp4 | 10.73 MB |
| 7.6. Final Touches/32.Add divider lines to the RecyclerView.en.srt | 4.47 KB |
| 7.6. Final Touches/32.Add divider lines to the RecyclerView.mp4 | 8.79 MB |
| 8.Conclusion/33.Next steps.en.srt | 2.28 KB |
| 8.Conclusion/33.Next steps.mp4 | 2.39 MB |
Trackers
No trackers found.