No video

Video Backgrounds in Android Studio

  Рет қаралды 22,370

Jonathan Ingram

Jonathan Ingram

Күн бұрын

In this Android tutorial, you will learn how to create an Android Activity with a video background in Android Studio. Just like the signup screen in the popular Spotify app.
Like what you see? Let me know what else you would like to learn in the comments below. Don't forget to like and subscribe! :)
Don't forget to share this video with your friends!
=== Tools I Used To Make This Video ===
Free Stock Photos and Videos
pixabay.com/
Free Icons
www.iconfinder...
Want to properly size your new free icons? Check out this awesome online tool below:
Launcher Icon Generator
romannurik.git...
Easy Logo Generator
www.designevo.com
I've also made a form you can use to easily submit a tutorial request.
goo.gl/ngqLxN
I've shared this project on GitHub and it can be found at the link below.
github.com/jsi...
**Android Development | Create the Ultimate Skill Set**
ingramintegrati...
**Android Development Resource Page**
ingramintegrati...
**Subscribe to my KZfaq Channel Here**
/ @jonathaningram1978
**Follow My Social Media Profiles**
Facebook: / learntodevandroidapps
Twitter: / thebestcodeblog
All of my project files for each tutorial can be found at my GitHub Profile
github.com/jsi...

Пікірлер: 31
@jonathaningram1978
@jonathaningram1978 4 жыл бұрын
Hi guys! Thank you so much for all your support. If you're interested on how to do this in Flutter, please check out my newest article on Medium. I'll be uploading a video on the topic soon! bit.ly/Medium_Flutter_Video_Backgrounds
@AzimuthPH
@AzimuthPH 6 жыл бұрын
wow. i didnt know it is possible to implement a video background. this so cool. thanks to this tutorial. never seen a tutorial like this before.
@jonathaningram1978
@jonathaningram1978 6 жыл бұрын
Thanks! The sky is the limit my friend. :)
@AzimuthPH
@AzimuthPH 6 жыл бұрын
Pls read my tutorial request I just submitted right now. not really a request but a suggestion
@chandan.tiwari13
@chandan.tiwari13 5 жыл бұрын
I saw ur video today.. Nd its the date when u uploaded this video.. What a coincident.. BTW.. Awesome video
@thinhlee3225
@thinhlee3225 5 жыл бұрын
Excellent tutorial. Very clear.
@bahatiabdulkarim
@bahatiabdulkarim 4 жыл бұрын
I liked this, en it helped me set mine.thank you so much.may God bless u
@psycho_zu6294
@psycho_zu6294 2 жыл бұрын
setOnPrepairedListener is not in the method list HELPPPPPPPPPPPP
@abhishekhkumar8204
@abhishekhkumar8204 3 жыл бұрын
Can u provide the code gor this , coz the code u have written was not visible enough to understand
@naorbcohen
@naorbcohen 3 жыл бұрын
hello thank you very much. question: can you copy/paste the code here? or let us know where to find the code?
@gamewreckershin
@gamewreckershin 5 жыл бұрын
Thank you so much for this!!! ALL THE LOVE FROM PH!
@avneetsingh2010
@avneetsingh2010 3 жыл бұрын
Great video... I suppose .mp4 file you download had sound...How did you manage to cut the audio?
@kristians1550
@kristians1550 4 жыл бұрын
What a great tutorial!
@FortunateKidz
@FortunateKidz 4 жыл бұрын
hi, I have a problem. The video is stretched in the phone. do you notice it ? How to fix the problem? thanks
@abotag100
@abotag100 6 жыл бұрын
Good tut, but you didn't talk about that transparent layer to gives that cool effect on the video!
@elmega5259
@elmega5259 5 жыл бұрын
Thanks for the tutorial! How does your video fill the whole screen but you only put the width and lenght at 0dp in the VideoView ??
@ADARSHJAYAKUMAR-eh8ey
@ADARSHJAYAKUMAR-eh8ey 4 жыл бұрын
Can you please tell me what exactly to add in getPackageName() command in MainActivity file
@omegasrk
@omegasrk 4 жыл бұрын
how do i make playback its stop after finishing
@obadahhassan5151
@obadahhassan5151 5 жыл бұрын
Thanks, You are the best ;D
@siberiaroyal
@siberiaroyal 4 жыл бұрын
Any recommendations for the video specs? Is there any max size or something?
@syedtouqeer2757
@syedtouqeer2757 4 жыл бұрын
how to remove error... can,t play this video.
@komal1090
@komal1090 6 жыл бұрын
Hi this is cool but i have a small doubt, that video is online. Means can we add a online video
@sorakeybearer843
@sorakeybearer843 4 жыл бұрын
Doesnt work, im using android x constraint layout
@user-ek2sf4jg9j
@user-ek2sf4jg9j 5 жыл бұрын
Thx
@MishalMr97
@MishalMr97 5 жыл бұрын
Thanks
@dylanjpoelstra2768
@dylanjpoelstra2768 5 жыл бұрын
Hi, thanks for sharing your code, but when i try to launch the project, it crashes with the error code:"Failed parsing overlays". And in the MainActivity it says:"Cannot resolve symbol R" at Oncreate bundle. I asked my teachers if they knew what the solution was but they don't know. So i'm hoping if you could heb me. Also at private Button button is says:"Field can be converted to a local variable". I'm pretty new to java :p
@tritiumgaming4554
@tritiumgaming4554 2 жыл бұрын
This is 3 years late, but that's quite a common issue. It occurs sometimes when migrating imports or deleting imports of a class. You'll want to specify your Resources library through 'import .R' or something of the like. Once you do that, you'll have access to the 'R' class for static calls like 'R.id.textview'. You might also need to just revalidate your files by Cleaning your Build, Rebuilding your project, Reloading From Disk or by restarting your PC. If that fails, you may have something wrong with your build, and in that case, I have no idea how to help lol.
@alexismontas866
@alexismontas866 5 жыл бұрын
hey bro, when I start my APK, the program has stopped
@jonathaningram1978
@jonathaningram1978 5 жыл бұрын
Hey! What error do you get in your logcat message?
@JedRamos-im5dm
@JedRamos-im5dm 5 жыл бұрын
@@jonathaningram1978 mine too it says that it couldn't load memtrack module when i put the functions of the buttons from the sign in
@sheersh_02
@sheersh_02 3 жыл бұрын
Don't record whole screen just record the part where you are working
Motion Layout in Action | Android Studio Tutorial
14:19
Stevdza-San
Рет қаралды 69 М.
How to create JOOX Login Screen in Android
9:17
Jack Tiong
Рет қаралды 18 М.
Harley Quinn's plan for revenge!!!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 32 МЛН
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 18 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 10 МЛН
Background video in android studio
18:17
whatdoyouthink.al
Рет қаралды 17 М.
Using Images in Next.js (next/image examples)
9:10
leerob
Рет қаралды 102 М.
Targeting Android 15 - Why Your App Is NOT Ready
8:41
Philipp Lackner
Рет қаралды 18 М.
The FULL Beginner to Pro Roadmap for Android Development in 2023
10:47
Philipp Lackner
Рет қаралды 250 М.
How to create a Splash Screen in android studio | Splash screen 2022
16:35
Android Studio Tutorial - Splash Screen Animation
17:14
Angga Risky
Рет қаралды 142 М.
Harley Quinn's plan for revenge!!!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 32 МЛН