FileMood

Download [CourseClub.NET] Pluralsight - Understanding Android Application Basics

CourseClub NET Pluralsight Understanding Android Application Basics

Name

[CourseClub.NET] Pluralsight - Understanding Android Application Basics

 DOWNLOAD Copy Link

Total Size

732.5 MB

Total Files

125

Hash

082EE586DC5558A14077B4047AD56C87C1A57543

/1. Building a Simple App/

01. Introduction.en.srt

6.2 KB

01. Introduction.mp4

7.4 MB

02. Downloading and Installing Android Studio.en.srt

1.5 KB

02. Downloading and Installing Android Studio.mp4

3.2 MB

03. Creating the Android Project.en.srt

5.6 KB

03. Creating the Android Project.mp4

0.8 KB

04. Review the App Layout in Android Studio.en.srt

4.5 KB

04. Review the App Layout in Android Studio.mp4

11.2 MB

05. Modifying Our App Layout.en.srt

4.8 KB

05. Modifying Our App Layout.mp4

13.3 MB

06. Adding Some Java Code.en.srt

3.6 KB

06. Adding Some Java Code.mp4

9.7 MB

07. Adding Code to Create the UX.en.srt

11.4 KB

07. Adding Code to Create the UX.mp4

36.9 MB

08. Testing Our App in the Android Emulator.en.srt

4.4 KB

08. Testing Our App in the Android Emulator.mp4

10.4 MB

09. Summary.en.srt

3.5 KB

09. Summary.mp4

3.4 MB

/2. Designing and Planning Our App/

10. Introduction.en.srt

1.4 KB

10. Introduction.mp4

1.5 MB

11. Our App - The High-level View.en.srt

2.3 KB

11. Our App - The High-level View.mp4

2.5 MB

12. Our App - Some Long-term Plans.en.srt

3.7 KB

12. Our App - Some Long-term Plans.mp4

3.8 MB

13. Rough Design of Our App Starting Point.en.srt

4.0 KB

13. Rough Design of Our App Starting Point.mp4

3.4 MB

14. Polished Design of Our App Starting Point.en.srt

4.5 KB

14. Polished Design of Our App Starting Point.mp4

4.2 MB

15. Creating the Android Studio Project.en.srt

11.9 KB

15. Creating the Android Studio Project.mp4

19.4 MB

16. Summary.en.srt

3.0 KB

16. Summary.mp4

3.8 MB

/3. Understanding Activities and Activity Layout Interaction/

17. Introduction.en.srt

1.2 KB

17. Introduction.mp4

1.3 MB

18. What Is an Activity.en.srt

2.6 KB

18. What Is an Activity.mp4

2.7 MB

19. Activity UI.en.srt

3.1 KB

19. Activity UI.mp4

3.3 MB

20. Layout Classes.en.srt

3.4 KB

20. Layout Classes.mp4

3.5 MB

21. Demo -Working with RelativeLayout.en.srt

12.4 KB

21. Demo -Working with RelativeLayout.mp4

30.0 MB

22. ConstraintLayout Class.en.srt

6.0 KB

22. ConstraintLayout Class.mp4

6.1 MB

23. Demo - Working with ConstraintLayout.en.srt

13.2 KB

23. Demo - Working with ConstraintLayout.mp4

29.9 MB

24. Activity_Layout Relationship.en.srt

5.0 KB

24. Activity_Layout Relationship.mp4

5.2 MB

25. Demo - Activity_Layout Relationship.en.srt

6.9 KB

25. Demo - Activity_Layout Relationship.mp4

17.6 MB

26. Populating a Spinner.en.srt

1.7 KB

26. Populating a Spinner.mp4

1.3 MB

27. Demo - Populating a Spinner.en.srt

11.8 KB

27. Demo - Populating a Spinner.mp4

31.5 MB

28. Summary.en.srt

3.2 KB

28. Summary.mp4

3.5 MB

/4. Working with Activities/

29. Introduction.en.srt

1.3 KB

29. Introduction.mp4

1.3 MB

30. Activity Interaction.en.srt

4.2 KB

30. Activity Interaction.mp4

3.9 MB

31. Creating the NoteListActivity.en.srt

11.7 KB

31. Creating the NoteListActivity.mp4

29.0 MB

32. Handling ListView Selection with an Anonymous Class.en.srt

3.4 KB

32. Handling ListView Selection with an Anonymous Class.mp4

11.6 MB

33. Implementing Activity Interaction and Startup Behavior.en.srt

12.6 KB

33. Implementing Activity Interaction and Startup Behavior.mp4

37.8 MB

34. Describing Operations with Intents.en.srt

5.3 KB

34. Describing Operations with Intents.mp4

6.0 MB

35. Reference Types as Intent Extras.en.srt

4.0 KB

35. Reference Types as Intent Extras.mp4

5.0 MB

36. Implementing Parcelalable.en.srt

12.5 KB

36. Implementing Parcelalable.mp4

31.5 MB

37. Passing the Selected Note Through an Intent.en.srt

5.4 KB

37. Passing the Selected Note Through an Intent.mp4

15.7 MB

38. Handling an Intent and Displaying the Content.en.srt

9.5 KB

38. Handling an Intent and Displaying the Content.mp4

28.9 MB

39. Handling New Note Creation.en.srt

4.9 KB

39. Handling New Note Creation.mp4

15.7 MB

40. Summary.en.srt

1.8 KB

40. Summary.mp4

2.3 MB

/5. Taking a Deeper Look at Activity Interaction/

41. Introduction.en.srt

0.9 KB

41. Introduction.mp4

907.2 KB

42. Application Activity Relationship.en.srt

5.9 KB

42. Application Activity Relationship.mp4

5.1 MB

43. Demo - Simplifying Activity Interaction Within the App.en.srt

9.9 KB

43. Demo - Simplifying Activity Interaction Within the App.mp4

31.0 MB

44. Late-binding Activities.en.srt

5.9 KB

44. Late-binding Activities.mp4

6.9 MB

45. Implicit Intents.en.srt

4.1 KB

45. Implicit Intents.mp4

2.9 MB

46. Demo - Adding Email to Our App with an Implicit Intent.en.srt

13.0 KB

46. Demo - Adding Email to Our App with an Implicit Intent.mp4

33.3 MB

47. Activities with Results.en.srt

3.3 KB

47. Activities with Results.mp4

3.4 MB

48. Activity with Result Example.en.srt

6.2 KB

48. Activity with Result Example.mp4

8.3 MB

49. Application Experience and Tasks.en.srt

6.2 KB

49. Application Experience and Tasks.mp4

5.6 MB

50. Demo - Implementing Edit-in-Place for Note Changes.en.srt

10.6 KB

50. Demo - Implementing Edit-in-Place for Note Changes.mp4

33.8 MB

51. Demo - Implementing Note Change Cancellation.en.srt

7.5 KB

51. Demo - Implementing Note Change Cancellation.mp4

22.1 MB

52. Summary.en.srt

2.5 KB

52. Summary.mp4

3.2 MB

/6. Understanding Activity Lifecycle/

53. Introduction.en.srt

1.0 KB

53. Introduction.mp4

868.4 KB

54. Activity Lifecycle.en.srt

5.0 KB

54. Activity Lifecycle.mp4

4.4 MB

55. Activity Lifecycle Methods.en.srt

6.6 KB

55. Activity Lifecycle Methods.mp4

6.3 MB

56. Demo - Updating ListView After New Item.en.srt

4.5 KB

56. Demo - Updating ListView After New Item.mp4

15.0 MB

57. Demo - Restoring a Note's Previous Values.en.srt

11.0 KB

57. Demo - Restoring a Note's Previous Values.mp4

32.8 MB

58. Activity State Management.en.srt

4.8 KB

58. Activity State Management.mp4

5.1 MB

59. Demo - Testing Activity State Saving.en.srt

6.8 KB

59. Demo - Testing Activity State Saving.mp4

19.4 MB

60. Demo - Saving Activity State.en.srt

8.6 KB

60. Demo - Saving Activity State.mp4

25.9 MB

61. Summary.en.srt

1.4 KB

61. Summary.mp4

1.8 MB

/

Attachments.zip

5.8 MB

[CourseClub.NET].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

 

Total files 125


Copyright © 2024 FileMood.com