589689.xyz

Lynda Distributing Android Apps Tutorial

  • 收录时间:2018-03-09 21:12:25
  • 文件大小:239MB
  • 下载次数:133
  • 最近下载:2021-01-12 06:52:03
  • 磁力链接:

文件列表

  1. 03. Packaging and Testing the App/03_05-Sideloading an APK through a filesharing service.mp4 16MB
  2. 03. Packaging and Testing the App/03_02-Managing the APK version in the Gradle build file.mp4 15MB
  3. 02. Knowing Your Distribution Options/02_02-Distributing through the Google Play Store.mp4 14MB
  4. 06. Tracking an Apps Usage on Google Play Store/06_01-Tracking usage statistics, revenue, and reviews.mp4 12MB
  5. 03. Packaging and Testing the App/03_01-Importing the sample app into Android Studio.mp4 12MB
  6. 02. Knowing Your Distribution Options/02_04-Distributing through other app stores.mp4 12MB
  7. 04. Protecting the App with ProGuard/04_02-Removing debugging code with ProGuard.mp4 11MB
  8. 03. Packaging and Testing the App/03_04-Configuring multiple app flavors.mp4 11MB
  9. 07. Distributing through the Amazon Appstore/07_01-Submitting an app to the Amazon Appstore.mp4 11MB
  10. 05. Distributing through the Google Play Store/05_03-Creating and uploading screenshots.mp4 10MB
  11. 02. Knowing Your Distribution Options/02_03-Distributing through the Amazon Appstore for Android.mp4 10MB
  12. 02. Knowing Your Distribution Options/02_01-Packaging an Android app.mp4 9MB
  13. 05. Distributing through the Google Play Store/05_06-Setting pricing and distribution options.mp4 9MB
  14. 03. Packaging and Testing the App/03_03-Generating a signed APK file.mp4 9MB
  15. 05. Distributing through the Google Play Store/05_05-Setting the app type, category, and content rating.mp4 9MB
  16. 05. Distributing through the Google Play Store/05_08-Implementing other services and APIs.mp4 8MB
  17. 05. Distributing through the Google Play Store/05_04-Adding other promotional graphics.mp4 8MB
  18. 04. Protecting the App with ProGuard/04_01-Minifying an APK file with ProGuard.mp4 8MB
  19. 05. Distributing through the Google Play Store/05_02-Uploading an APK file and creating the listing.mp4 7MB
  20. 01. Introduction/01_01-Welcome.mp4 5MB
  21. 01. Introduction/01_02-What you need to know before starting this course.mp4 5MB
  22. 05. Distributing through the Google Play Store/05_01-Registering as a Google Play developer.mp4 4MB
  23. 07. Distributing through the Amazon Appstore/07_02-Checking your usage statistics at Amazon.mp4 4MB
  24. 08. Conclusion/08_01-Next steps.mp4 4MB
  25. 06. Tracking an Apps Usage on Google Play Store/06_02-Using other reports about app performance.mp4 4MB
  26. 05. Distributing through the Google Play Store/05_07-Adding inapp products.mp4 3MB
  27. 01. Introduction/01_03-Using the exercise files.mp4 3MB
  28. 05. Distributing through the Google Play Store/05_09-Publishing and unpublishing the app.mp4 3MB
  29. Exercice Files/PlainOlNotes2/gradle/wrapper/gradle-wrapper.jar 49KB
  30. Exercice Files/PlainOlNotes2/app/src/main/ic_launcher-web.png 39KB
  31. Exercice Files/PlainOlNotes2/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png 14KB
  32. Exercice Files/PlainOlNotes2/app/src/main/res/mipmap-xxhdpi/ic_launcher.png 9KB
  33. Exercice Files/PlainOlNotes2/app/app.iml 7KB
  34. Exercice Files/PlainOlNotes2/app/src/main/res/mipmap-xhdpi/ic_launcher.png 5KB
  35. Exercice Files/PlainOlNotes2/gradlew 5KB
  36. Exercice Files/PlainOlNotes2/app/src/main/java/com/example/plainolnotes/MainActivity.java 5KB
  37. Exercice Files/PlainOlNotes2/app/src/main/java/com/example/plainolnotes/EditorActivity.java 4KB
  38. Exercice Files/PlainOlNotes2/app/src/main/res/mipmap-hdpi/ic_launcher.png 4KB
  39. Exercice Files/PlainOlNotes2/app/src/main/res/mipmap-mdpi/ic_launcher.png 3KB
  40. Exercice Files/PlainOlNotes2/app/src/main/java/com/example/plainolnotes/NotesProvider.java 2KB
  41. Exercice Files/PlainOlNotes2/gradlew.bat 2KB
  42. Exercice Files/PlainOlNotes2/app/src/main/res/layout/activity_main.xml 2KB
  43. Exercice Files/PlainOlNotes2/app/src/main/java/com/example/plainolnotes/DBOpenHelper.java 1KB
  44. Exercice Files/PlainOlNotes2/app/src/main/AndroidManifest.xml 1KB
  45. Exercice Files/PlainOlNotes2/app/src/main/java/com/example/plainolnotes/NotesCursorAdapter.java 1KB
  46. Exercice Files/PlainOlNotes2/app/src/main/res/layout/activity_editor.xml 1KB
  47. Exercice Files/PlainOlNotes2/app/src/main/res/layout/note_list_item.xml 1KB
  48. Exercice Files/PlainOlNotes2/PlainOlNotes2.iml 919B
  49. Exercice Files/PlainOlNotes2/gradle.properties 872B
  50. Exercice Files/PlainOlNotes2/app/src/main/res/values/strings.xml 695B
  51. Exercice Files/PlainOlNotes2/app/proguard-rules.pro 674B
  52. Exercice Files/PlainOlNotes2/app/build.gradle 667B
  53. Exercice Files/PlainOlNotes2/app/src/main/res/menu/menu_main.xml 589B
  54. Exercice Files/PlainOlNotes2/build.gradle 501B
  55. Exercice Files/PlainOlNotes2/app/src/main/res/menu/menu_editor.xml 473B
  56. Exercice Files/PlainOlNotes2/app/src/androidTest/java/com/example/plainolnotes/ApplicationTest.java 367B
  57. Exercice Files/PlainOlNotes2/app/src/main/res/values/styles.xml 335B
  58. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-xxhdpi/ic_document.png 327B
  59. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-xxhdpi/ic_action_delete.png 287B
  60. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-xxhdpi/ic_action_add.png 253B
  61. Exercice Files/PlainOlNotes2/app/src/main/res/values/colors.xml 245B
  62. Exercice Files/PlainOlNotes2/gradle/wrapper/gradle-wrapper.properties 238B
  63. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-xhdpi/ic_document.png 228B
  64. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-xhdpi/ic_action_delete.png 218B
  65. Exercice Files/PlainOlNotes2/app/src/main/res/values/dimens.xml 216B
  66. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-hdpi/ic_document.png 215B
  67. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-hdpi/ic_action_delete.png 198B
  68. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-xhdpi/ic_action_add.png 189B
  69. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-hdpi/ic_action_add.png 167B
  70. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-mdpi/ic_action_delete.png 140B
  71. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-mdpi/ic_document.png 140B
  72. Exercice Files/PlainOlNotes2/app/src/main/res/drawable-mdpi/ic_action_add.png 129B
  73. Exercice Files/PlainOlNotes2/settings.gradle 16B