as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

Introduction

Welcome to the "Build a Vega Video App" guide. In this guide, you'll learn how to use the Vega SDK to build a simple video app. You will gain hands-on experience with the following:

  • Vega Development Environment (Vega Virtual Device (simulator), VSCode)
  • React Native key concepts (Reactive Design via Components, JSX, Layouts, State/Props)
  • Library Integration (Video Player, Navigation)

While experience with ReactJS and React Native is beneficial, you can still complete the guide without this experience. We will include references to various React/React Native documentation throughout the guide. We also recommend reading through the React Native Overview section for additional information on React Native for Vega.

This guide is divided into two parts:

  1. Part 1: You'll create a single screen app that will serve as a Landing Screen. This screen will fetch a list of videos from an API, categorise and render them.

  1. Part 2: You will learn about React Navigation and create a more scalable and maintainable folder structure. You'll extend the app by adding a VideoPlayerScreen that launches your Player of choice for playback and a VideoDetailScreen that shows more information about the Video.