GithubHelp home page GithubHelp logo

isabella232 / castvideos-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecast/castvideos-android

0.0 0.0 0.0 587 KB

Reference Android Sender w/ Framework API: CastVideos-android application shows how to cast videos from an Android device that is fully compliant with the Cast Design Checklist.

License: Apache License 2.0

Java 100.00%

castvideos-android's Introduction

CastVideos-android (reference Android sender app)

This Google Cast demo app shows how to cast videos from an Android device in a way that is fully compliant with the Design Checklist.

This is a reference sender app to be used as the starting point for your Android sender app

List of reference apps and tutorials

Dependencies

Setup Instructions

  1. Get a Google Cast device and get it set up for development: https://developers.google.com/cast/docs/developers#setup_for_development.
  2. [Optional] Register an application on the Developers Console http://cast.google.com/publish. The easiest would be to use the Styled Media Receiver option. You will get an App ID when you finish registering your application. This project uses a published Application ID that can be used to run the app without using your own ID but if you need to do any console debugging, you would need to have your own ID.
  3. Import the project into Android Studio or use gradle to build the project.
  4. Compile and deploy to your Android device.
  5. This sample includes a published app id in the res/values/strings.xml file so the project can be built and run without a need to register an app id. If you want to use your own receiver (which is required if you need to debug the receiver), update "app_id" in that file with your own app id.

Automated UI Testing on Cast Sender App

This Google Cast demo app also includes sample Cast test cases in androidTest/. It is recommended to implement and run automated testing for your Android sender app to ensure the best Cast experience for users.

How to run test cases

  1. Update cast_test_target_device in [res/values/cast_test.xml] with your Google Cast device name.
  2. Connect to a physical Android device and make sure your device is unlocked.
  3. Follow Espresso setup instructions to turn off system animations under Settings > Developer options.
  4. In Android Studio, click the Sync Project with Gradle Files button.
  5. Go to CastTestSuite.java, right click and Run 'CastTestSuite' or right click to run single test case (ex: testCastingVideo()).
  6. [Optional] Adjust timeout setting in [res/values/cast_test.xml] if necessary.

UI testing frameworks

  • Espresso
  • UI Automator
  • Note: The UI Automator framework requires Android 4.3 (API level 18) or higher.

Documentation

References

How to report bugs

Contributions

Please read and follow the steps in the CONTRIBUTING.md.

License

See LICENSE.

Terms

Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service and the Google Cast SDK Additional Developer Terms of Service.

castvideos-android's People

Contributors

alexbirkett avatar barnhill avatar c0d3base avatar jtromo avatar meihua avatar norulesjustfeels avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.