Visit my website at https://www.thenewboston.com/ for all of my videos and tutorials!
Have questions or looking for source code? Check out the forum at https://www.thenewboston.com/forum/category.php?id=10
My Profile – https://www.thenewboston.com/profile.php?user=2
Facebook – http://www.facebook.com/pages/TheNewBoston/464114846956315
Google+ – https://plus.google.com/+BuckyRoberts/posts
Twitter – http://twitter.com/#!/bucky_roberts
Donate – https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5K9RJVCAKWZKS
Whenever i open my app its show me "Unfortunately, app has stoped" .
Help Me!!!!!
Can i use my android phone instead of the emulator? If yes how?
Please Help!
You should replace your mic with one of those burp-filtering ones
3:29 thats a Nyan cat haha
ctrl + O straight away opens override list
hey. i m following your tutorials as i am new in android development and i am getting an "session end error". when ever i run it run bt after 5 to 10 seconds session ends and running end. please tell me about this. thanks :)
bucky is a mad genius with this stuff
YESSS AFTER GOOGLING FOR FUCKING AGES I REALIZED I FORGOT ";" IN THE CODE… FFS
Hi, im planning to make an app for my university project and just want to know if i need all these tags (oncreate onstart things) as halfway through making notes from this video you mentioned you dont need this for a real app so can i skip this part when creating an actual app? Thanks :)
I don't know if anybody else is having this same problem but it's giving me an error saying "cannot resolve symbol 'R'" in the onCreate method where is says "setContentView(R.layoutactivity_main);" in the onCreateOptionsMenu method where it says "getMenuInflater().inflate(R.menu.menu_main, menu); and in the onOptionsItemSelected method inside the if statement where it says " if (id == R.id.action_settings)". Those are the only problems that it's giving me and i don't know why if i never made any changes to my code to start with. I looked at the code that bucky has and it's all the same!
Please help or if it has been answered already can you please give me the link to it. I have been searching for the answer and have not had any luck!
Thanks sooo much in advance!!!
For those on MAC instead of using "ALT + insert" use "command + N"
nyan cat 3:23
the filter when i run the app on the emulator it comes out blank, what did i do wrong??
I am running android studio 1.3.1 on windows 10 and adb doesnt work,gives some error,I tried killing adb to restart from terminal,but the apparently terminal doesnt work either,anyone suggestions?
nothing is happening after "RUN"… What's the problem? Just empty
please help…
My computer don't recognize the "import android.util.log;"
it's painted the word 'log' in red and says: " cannot resolve symbol 'log' "
what shoud i do ?
my emulator screen in not showing,only black blank appering can you help me?please
i don't know about java coding so help me
Instead of pressing Alt+Insert and clicking Override Method, you can just press Ctrl+O for all you efficiency folks out there :D
please help.. in MainActivity.java "public class MainActivity extends ActionBarActivity" the "ActionBarActivity" is striked off with a horizontal line..what should i do??