From 625e64c9117943a4ad161c99c49d7aabfd85c546 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Mon, 30 Dec 2024 20:20:48 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd5e49..e55b676 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ExoPlayer Creator -An Android app that can create ExoPlayer 2 video players, HTML5 video players, and video players that play back what you recorded (called Camcorder players in-app) instantly, developed in MIT App Inventor, with a Flutter release (considered the **new** version), and an **extremely early** Media3 Kotlin demo. +An Android tool, that can create ExoPlayer initializations instantaneously. +The **new** version utilizes **Media3**, and the **old** (App Inventor) version utilizes **Media2** (which is deprecated according to Android standards). ExoPlayer Creator primarily uses the [ExoPlayer for App Inventor](https://github.com/zainulhassan815/exoplayer-appinventor) extension to create ExoPlayer initializations, and is a modified version of the 1.0.4 AIA version of the [ExoPlayer for App Inventor demo](https://github.com/zainulhassan815/exoplayer-appinventor/blob/v2.0/aia/exoplayer_v1.0.4.aia).