FileMood

Download Lynda - Building Android Apps with Azure

Lynda Building Android Apps with Azure

Name

Lynda - Building Android Apps with Azure

 DOWNLOAD Copy Link

Total Size

1.0 GB

Total Files

128

Hash

D653D18364974E8CDC0941CC39FEACCD0EDD65C3

/1.Introduction/

01.Welcome.en.srt

1.5 KB

01.Welcome.mp4

6.1 MB

02.What you should know.en.srt

3.0 KB

02.What you should know.mp4

2.5 MB

03.What are we building.en.srt

2.3 KB

03.What are we building.mp4

2.1 MB

04.Demo - What are we building.en.srt

3.3 KB

04.Demo - What are we building.mp4

5.7 MB

/10.9. Offline Sync/

56.Create helper class for offline cache.en.srt

3.7 KB

56.Create helper class for offline cache.mp4

10.9 MB

57.Create SyncTableRepo.en.srt

7.5 KB

57.Create SyncTableRepo.mp4

25.7 MB

58.Create SyncHandler to resolve conflicts.en.srt

7.9 KB

58.Create SyncHandler to resolve conflicts.mp4

26.3 MB

59.Update Azure client to use SyncTableRepo.en.srt

6.5 KB

59.Update Azure client to use SyncTableRepo.mp4

18.9 MB

60.Update Azure client and UI.en.srt

4.3 KB

60.Update Azure client and UI.mp4

15.1 MB

61.Test offline sync.en.srt

2.8 KB

61.Test offline sync.mp4

5.1 MB

62.More on offline sync and conflict resolution.en.srt

2.7 KB

62.More on offline sync and conflict resolution.mp4

6.4 MB

/11.Conclusion/

63.Next steps.en.srt

1.8 KB

63.Next steps.mp4

3.3 MB

/2.1. Azure Portal - Backend Configuration/

05.Overview of Azure backend application.en.srt

4.0 KB

05.Overview of Azure backend application.mp4

3.8 MB

06.Create a new Azure Mobile app backend.en.srt

10.6 KB

06.Create a new Azure Mobile app backend.mp4

21.1 MB

07.Add collaborators to Azure backend app.en.srt

2.6 KB

07.Add collaborators to Azure backend app.mp4

5.2 MB

08.Register Azure backend with Google API console.en.srt

9.7 KB

08.Register Azure backend with Google API console.mp4

20.5 MB

09.Register app with identity provider.en.srt

2.4 KB

09.Register app with identity provider.mp4

5.1 MB

10.Verify Azure backend.en.srt

8.3 KB

10.Verify Azure backend.mp4

18.8 MB

/3.2. Setting Up Gradle Library Modules/

11.Overview of Gradle library modules.en.srt

4.8 KB

11.Overview of Gradle library modules.mp4

4.8 MB

12.Adding Libraries.gradle.en.srt

6.5 KB

12.Adding Libraries.gradle.mp4

19.3 MB

13.Creating Azure client as a lib module.en.srt

2.9 KB

13.Creating Azure client as a lib module.mp4

9.4 MB

14.Adding Azure Mobile SDK as a lib module.en.srt

7.3 KB

14.Adding Azure Mobile SDK as a lib module.mp4

19.2 MB

15.Adding Gradle changes for Azure login.en.srt

6.5 KB

15.Adding Gradle changes for Azure login.mp4

19.8 MB

/4.3. Adding Login to Azure Client Library/

16.Overview of Azure client.en.srt

4.6 KB

16.Overview of Azure client.mp4

7.1 MB

17.Create singleton instance.en.srt

7.0 KB

17.Create singleton instance.mp4

16.2 MB

18.Create application instance.en.srt

6.3 KB

18.Create application instance.mp4

16.4 MB

19.Implement AzureAuthProvider.en.srt

11.8 KB

19.Implement AzureAuthProvider.mp4

35.5 MB

20.Implement login method.en.srt

5.7 KB

20.Implement login method.mp4

17.6 MB

21.Handle activity results.en.srt

10.8 KB

21.Handle activity results.mp4

35.8 MB

/5.4. Azure Login UI/

22.Overview of Azure authentication.en.srt

2.6 KB

22.Overview of Azure authentication.mp4

3.0 MB

23.Implement login activity layout.en.srt

3.9 KB

23.Implement login activity layout.mp4

8.8 MB

24.Add manifest changes.en.srt

4.2 KB

24.Add manifest changes.mp4

11.2 MB

25.Implement LoginActivity.en.srt

4.4 KB

25.Implement LoginActivity.mp4

18.9 MB

26.Handle login result.en.srt

8.6 KB

26.Handle login result.mp4

35.9 MB

27.Show login results.en.srt

7.3 KB

27.Show login results.mp4

26.0 MB

28.Testing our changes.en.srt

4.0 KB

28.Testing our changes.mp4

8.8 MB

/6.5. Azure Client Library Core/

29.Overview of Azure client requests.en.srt

3.1 KB

29.Overview of Azure client requests.mp4

2.6 MB

30.Create our table in Azure backend.en.srt

2.5 KB

30.Create our table in Azure backend.mp4

5.4 MB

31.Create corresponding model in Android.en.srt

7.9 KB

31.Create corresponding model in Android.mp4

18.6 MB

32.Adding listeners to our model.en.srt

7.2 KB

32.Adding listeners to our model.mp4

20.7 MB

33.Creating an Azure request task.en.srt

9.4 KB

33.Creating an Azure request task.mp4

30.9 MB

34.Creating an Azure query task.en.srt

7.3 KB

34.Creating an Azure query task.mp4

23.1 MB

/7.6. Azure Client Library Queries/

35.Overview of Azure Mobile SDK operations.en.srt

1.4 KB

35.Overview of Azure Mobile SDK operations.mp4

1.4 MB

36.Create AzureTableRepo.en.srt

7.6 KB

36.Create AzureTableRepo.mp4

21.6 MB

37.Query items from table.en.srt

2.3 KB

37.Query items from table.mp4

6.3 MB

38.Add query method to Azure client.en.srt

3.6 KB

38.Add query method to Azure client.mp4

10.5 MB

39.Make Azure request.en.srt

5.4 KB

39.Make Azure request.mp4

18.2 MB

/8.7. Azure Client Library Operations/

40.Add to AzureTableRepo.en.srt

2.6 KB

40.Add to AzureTableRepo.mp4

9.1 MB

41.Add items to table in Azure client.en.srt

1.7 KB

41.Add items to table in Azure client.mp4

5.7 MB

42.Test create.en.srt

4.3 KB

42.Test create.mp4

12.9 MB

43.Updating items and deleting items in table.en.srt

3.4 KB

43.Updating items and deleting items in table.mp4

12.5 MB

44.Testing update and query.en.srt

3.7 KB

44.Testing update and query.mp4

12.3 MB

/9.8. Bookmark UI/

45.Overview of bookmark UI functionality.en.srt

1.3 KB

45.Overview of bookmark UI functionality.mp4

1.3 MB

46.Create BookmarksActivity.en.srt

3.9 KB

46.Create BookmarksActivity.mp4

11.9 MB

47.Create view holder.en.srt

7.0 KB

47.Create view holder.mp4

25.2 MB

48.Set data for view holder.en.srt

3.3 KB

48.Set data for view holder.mp4

11.0 MB

49.Create bookmark adapter.en.srt

9.6 KB

49.Create bookmark adapter.mp4

27.5 MB

50.Implement UI for create_edit bookmarks.en.srt

10.4 KB

50.Implement UI for create_edit bookmarks.mp4

41.3 MB

51.Handle button action.en.srt

9.4 KB

51.Handle button action.mp4

31.9 MB

52.Implement BookmarksActivity.en.srt

8.3 KB

52.Implement BookmarksActivity.mp4

31.5 MB

53.Add Azure components to BookmarksActivity.en.srt

8.2 KB

53.Add Azure components to BookmarksActivity.mp4

29.6 MB

54.Test Azure query and delete from UI.en.srt

10.8 KB

54.Test Azure query and delete from UI.mp4

27.4 MB

55.Test add and update bookmark actions.en.srt

3.6 KB

55.Test add and update bookmark actions.mp4

6.1 MB

/Exercise Files/

Ex_Files_Android_Apps_Azure.zip

59.8 MB

/

Katz.sx - Your Search Engine For Warez!.url

0.1 KB

 

Total files 128


Copyright © 2024 FileMood.com