Android Application Development Tutorial - 11 - Adding Resources and Setting Background

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I came here from NewBoston just to hit Like! This guy is awesome

follet
Автор

I'm loving these tutorials for the most part :D

OoTFanboy
Автор

You are the best! I looked for this everywhere and it didn't work! But yours did!

mpitts
Автор

Yo .. I love these videos they are short and informative. 

akshaybahetii
Автор

"for the most part" is your favorite thing to say.

DJGravis
Автор

absolutely amazing... you really are a good teacher! Thank you so much...

harish
Автор

I have bought 2 android books and didn't understand a fking thing. I have learnt more in your first 11 videos than i have using books. Cheers!

brianlaudrupchannel
Автор

good clear video, keep up the good work.

dammyg
Автор

Excellent tutorial Man!! Congratulations ***

squrbut
Автор

@MrRapell It's fine for me too. Are you sure that you have youtube's volume, your system's volume, and your speaker's volume as high as it can go?

Whitellama
Автор

@Dartheppa
Actually, maybe you remember the video where we first set up our project.
He talks about the R.java file which is automatically generated in the folder gen [generated Java files] of our project. That file is missing now, hence my programm doesn't know the class "R" anymore. You must have done something which led to the project generating that class again.

XGazudin
Автор

Did you ensure not to have the extension at the end? One thing you can try is to build a drawable folder under "res" and see if the error goes away. If not, you can build an XML file and make it a bitmap type. Then you can source the picture directly and see if that works.

tjc
Автор

@WikiMagic had the same problem, make sure that when you're typing the image name in the xml file you leave out the file's extention (jpg, png, gif etc)

sozreality
Автор

hey Uploader. your tutorials are aweeeesome and mostly working for me. how can i set a for example a 5 second video as the splash page ? thank you for your help again

alitaherimoghadam
Автор

@flump999: how do you make sounds?

I used audacity and lame codec to make an mp3 trimming from my music collection.

nkolatsis
Автор

Thanks for the tutorial and btw that dragging and copying does work... :-)

MMACZ
Автор

NOTE-
Instead of copying the files to source folder, you can directly copy the file by pressing ctrl+c and in eclipse click the place you to paste and press cttrl+v

ramansonipat
Автор

Lol im stalking thenewboston for these tutorials.

PrakashKumar
Автор

Protip: make sure you move the Greater Than sign (>) from the end of the line: to the end of the background line.

StealthOps
Автор

"Go to Project and hit Clean. This should, among others, regenerate your R.java file.

Also get rid of any import android.R.* statements and then do the clean up I mentioned.

Apparently Jonas problem was related to incorrect target build settings. His target build was set to Android 2.1 (SDK v7) where his layout XML used Android 2.2 (SDK v8) elements (layout parameter match_parent), due to this there was no way for Eclipse to correctly generate the R.java file which caused all the problems."

checkmate
join shbcf.ru