Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
udacity
/
AdvancedAndroid_ClassicalMusicQuiz
Public
Notifications
You must be signed in to change notification settings
Fork
316
Star
118
Code
Issues
10
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Exercise 1 updates
- #14
#14
Open
Jantzilla
wants to merge 14 commits into
udacity:TMED.01-Exercise-AddExoPlayer
udacity/AdvancedAndroid_ClassicalMusicQuiz:TMED.01-Exercise-AddExoPlayer
from
Jantzilla:TMED.01-Exercise-AddExoPlayer
Jantzilla/ClassicalMusicQuiz:TMED.01-Exercise-AddExoPlayer
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Exercise 1 updates
#14
Jantzilla
wants to merge 14 commits into
udacity:TMED.01-Exercise-AddExoPlayer
udacity/AdvancedAndroid_ClassicalMusicQuiz:TMED.01-Exercise-AddExoPlayer
from
Jantzilla:TMED.01-Exercise-AddExoPlayer
Jantzilla/ClassicalMusicQuiz:TMED.01-Exercise-AddExoPlayer
Copy head branch name to clipboard
Commits
Commits on May 18, 2018
Upgrade android gradle and dependencies
Jantzilla
committed
1fb8bdd
View commit details
Copy full SHA for 1fb8bdd
Browse repository at this point
Merge branch 'TMED.00-StartingCode' into TMED.01-Exercise-AddExoPlayer
Jantzilla
committed
bfea23c
View commit details
Copy full SHA for bfea23c
Browse repository at this point
Replace TODO references to deprecated SimpleExoPlayerView to PlayerView
Jantzilla
committed
3145985
View commit details
Copy full SHA for 3145985
Browse repository at this point
Replace the Composer ImageView with a PlayerView that occupies the top half of your screen
Jantzilla
committed
f9ed31d
View commit details
Copy full SHA for f9ed31d
Browse repository at this point
Add //noinspection GradleCompatible to build.gradle
Jantzilla
committed
d9dea05
View commit details
Copy full SHA for d9dea05
Browse repository at this point
Replace the ImageView with the PlayerView, and remove the method calls on the composerView
Jantzilla
committed
11dad79
View commit details
Copy full SHA for 11dad79
Browse repository at this point
Replace the default artwork in the PlayerView with the question mark drawable
Jantzilla
committed
7cdd643
View commit details
Copy full SHA for 7cdd643
Browse repository at this point
Create a Sample object using the Sample.getSampleByID() method and passing in mAnswerSampleID;
Jantzilla
committed
bc543e5
View commit details
Copy full SHA for bc543e5
Browse repository at this point
Change playerView to mPlayerView, create mExoPlayer, and create a method called initializePlayer() that takes a Uri as an argument and calls it, passing in the Sample URI.
Jantzilla
committed
00daf0c
View commit details
Copy full SHA for 00daf0c
Browse repository at this point
(Completed in last commit) Instantiate a SimpleExoPlayer object using DefaultTrackSelector and DefaultLoadControl
Jantzilla
committed
c27e188
View commit details
Copy full SHA for c27e188
Browse repository at this point
Prepare the MediaSource using DefaultDataSourceFactory and DefaultExtractorsFactory, as well as the Sample URI you passed in. Prepare the ExoPlayer with the MediaSource, start playing the sample an…
Show description for 375ca6a
Jantzilla
committed
375ca6a
View commit details
Copy full SHA for 375ca6a
Browse repository at this point
Override onDestroy() to stop and release the player when the Activity is destroyed
Jantzilla
committed
8cbedc6
View commit details
Copy full SHA for 8cbedc6
Browse repository at this point
Change the default artwork in the PlayerView to show the picture of the composer, when the user has answered the question.
Jantzilla
committed
63a30fc
View commit details
Copy full SHA for 63a30fc
Browse repository at this point
Stop the playback when you go to the next question
Jantzilla
committed
d96294d
View commit details
Copy full SHA for d96294d
Browse repository at this point
You can’t perform that action at this time.