merhabalar alper bey hem gravity hemde manuganu oyununuz çok güzel çok
başarılı, ben de oyun yazmaya yeni başlamış biri olarak bir kaç sorum
olacaktı. Ses ve grafikleri nasıl hallediyorsunuz? Grafiker ve sesciyle mi
anlaşıyorsunuz? bir de unity3d oyun motorunu mu kullanıyorsunuz oyun da?
Teşekkürler..
This is the best game on Android! I hope it has been profitable for you!
One small thing I noticed though, the GUI textures are set to "repeat" and
not "clamp" in Unity; it results in a one pixel thin line on the edge of
the GUI graphics.
Can't wait to play your next game! :D
Vay be. Cidden elinize sağlık, bir Türk developerının yaptığı en iyi oyun
diyebilirim. Wind Up Knight tarzında fazla kaliteli bir çalışma olmuş. iOS
değil de Androidi seçmeniz de ayrı bir hoşuma gitti, tekrar teşekkürler :)
Wowow.. excelent game, excelent graphics.. awesome. Seems you used Shiva3D
engine, right? I'm Shiva3D developer too, currently developing an funny
racing game for android ios/bb.. etc.. will do everything to finish it soon
as possible.. :)
hocam valla helal olsun. çok kral oyun olmuş. telefon sevdam yoktur. hala 7
senelik nokia telefonumu kullanıyorum ama senin bu oyunun için en kısa
zamanda android telefon alıcam.
@MuhammadRaza2009 hey man, the onclicklistener can activated either through
the phone's keyboard or by touching the button on the screen, where as the
ontouchlistener can only be activated by touching the screen. that's a
brief difference between the two. also ontouch can be used if want an
action to happen when (for example) you want to specify a touch down event
or a touch release event, or even a touch and move event. hope that helps
hey i experienced a problem... i kept the starting splash to play with the
sound and i did all the steps u told in this vid for the button to work
...but it crashes just after the splash entrance thing... i checked it and
when i deleted from myMenu ..the button which u declared ..it worked ..as
in the starting splash came and it came to the main menu page..but no
button effect ,,, any idea wats wrong...???
instead of using a setOnClickListener() to define what your button is gonna
do, you can simply define a "onClick" method in your xml; you can then use
a switch/case in that method to assign a task for that button id. It's
useful when dealing with multiple buttons, since you only need to define 1
method instead of calling button.setOnClickListener multiple times!
Great Android tut. Your Lessons are the most easy to follow on the net. One
problem though: using your tut I made a screenmenu with 4 (push)buttons.
After the flash and before seeing the menu, it prompted with "Complete
action using...." meaning choosing the 4 options packages. Where did it go
wrong? It would be nice if you give me (us) some direction. grtz Jack
The error is this: Button bTutorial1 = (Button)
findViewById(R.layout.tutorial1); should be Button bTutorial1 = (Button)
findViewById(R.id.tutorial1); Because your Button in xml is defined as
Hey try this: Go to the Window tab in Eclipse, click on AVD and select the
emulator you created earlier. Uncheck the "save snapshot" box and the one
below. Check the "wipe user data" and start the emulator. Then run your
program again using the initiated emulator. Took some time to figure out
but it solved my issue which was similar to yours.
please I need help, well I have one layout (layout1) it haves 2 buttons, I
can easily make my button1 goes to my layout2 and my button2 goes to my
layout3, but my layout2 haves one more button (button3) and I cant make
this button goes to my layout4, I made the same things but it doesnt works,
what should I do? PLEASE HELP ME!!!!
@waikin7 : Thankyou for replyin me instantly.... now can u please tell me d
link to download...Java 1.6 please...if u please..help me..because its a
week and im stuck in 10th tutorial. error im getting is of force
closing...and its written as "Application has stopped unexpectedly.Please
try again"
Hello! im new in Android nut have a basic knowledge of JAVA.. in your video
tutorial 10 there is a problem which i face...that is when i clicked on
button the event handling is not properly worked or proper registered..
whats its solution... i just mimik your videos.. reply Soon Brother..
Takecare
i keep getting "The method onClick(View) of type new
View.OnClickListener(){} must override a superclass method". i even redid
this whole thing n followed word for word but this issue keeps popping up.
i keep getting asked to remove the 2nd "@Override" on myMenu.java. someone
please please help.
Instead of Instantiating a new Button and referencing by ID the existing
button defined in the xml, why not cast? For instance:
((Button)findViewById(R.id.tutorial1)).setOnClickListener(new
View.OnClickListener() { public void onClick(View v) { // TODO
Auto-generated method stub } });
hey..i have done all the coding till android tutorial 10...and now when i
run this as an android application then firest cornboyz_logo image appears
then application is forced to close and cornboyz.png image does not
appear...can you please tell me my error..!!
When I was in myMenu.java coding the button, I got an error at 6:30 (the
line you were on at that time) that said: Cannot cast from View to Button.
Also, it didn't ask me to import the Button from Android and there was no
error about it. Any help please?
@waikin7 Try this: in myMenu.java in line where you should have
"startActivity(new Intent("whatever.you.have.HERE"));" change to:
"startActivity(new Intent(mymenu.this, tutorialOne.class)); and remember to
delete quotation marks. It works for me.
@mikiovandrunen01 This tutorial works fine. Mine also kept FC again and
again but then i looked at my page i made in place of
tutorial1.java.....there was no onCreate(Bundle) function and extension of
Activity class =P my bad ... TravisIsAwesome
I am making an app that uses a gun and I am having trouble making the fire
at the end of the barrel and I need help with making blowback slide
moveback and then go back to normal position. If anyone clould help I would
really appreciate it.
can someone please help me? i cant seem to find where i am going wrong. i
followed the tutorial, however when i click my button, it does not redirect
me to anywhere... if you could please help it would be massively
appreciated. thank you
@CornboysAndroid Hi. I have 3 pages on my app but I can only make it got
from page 1 (main) to page 2... what shall I do!!! I have tried to re-write
it with some tweaks so it fits to page 3. I have also watched like the 5
next tutorials
""arghhh when i click the button it keeps force closing....i hav no idea
why theres no errors in the java codes or anything"" I keep getting the
exact same.. how or why does it do it and how do i fix it?
I have it working but when I change to the new layout I have a button that
should make it go back to another layout, however, this one does not seem
to work, any idea why? big thanks for the tut, regards
@gimhara1 go to main.xml and in graphical layout click on the button id!!
That will generate the R.id I dont understand why do this although we had
given the id in main.xml Bug or wht i dnt understand
Hey Travis!! Keep up the good work at 6:21 You are creating the variable
R.id I dnt get any id instance automatically !! I can access
drawables,layouts and audio files but there is no id Plz reply
Respond to this video... @CornboyzAndroid : iam facing one error since a
week ..it shows.. ""process stopped unexpectedly.Please Try again."" there
are no errors in my program...please help me..
After doing this, my program is not running... Infact it is showing that
application has stopped unexpextedly.... please help me out asap.. also can
u provide tutorial to add image buttons..?
@waikin7 U need to repleace reference from myMenu file to
androidMainfest.xml. There is a difference with new
Intent("test.android.TUTORIALONE") AND
android:name="test.android.TUTORIALONE"
Use this, replace the while try catch and finally with Handler handler =
new Handler(); handler.postDelayed(new Runnable() { public void run() {
setContentView(R.layout.main); } }, 5000);
@sharklasersx3 I think... because I'm new at this as well... but
("test.cccc.test/TUTORIALONE") should be ("test.cccc.test.TUTORIALONE") a
"." rather that a "/" before TUTORIALONE
Hello Travis ! Awsome videos :D But what to do when you get : R cannot be
resolved to a variable ? :( Please answer :) If any other know what the
problem is, please answer me fast :)
Ugh! Formatting not translating... Why can't they change spaces to  ...
Anyway, a cleaner look at "Casting" would be:
((TextView)findViewById(R.id.txt_Header)).setText("Hi");
Infinum Android talks #15 - 2D games with phsysics engine, Garfield plugin, Timber + Crashlytics
1. How to develop a simple 2D game with physics engine - Ivan Kušt, Infinum We'll show you how we implemented a very simple game using a 2D physics ...
IndieSider #28: Gathering Sky by A Stranger Gravity
Subscribe! //bit.ly/HXyIWM Gathering Sky invites players to guide a flock of birds through the clouds. I interviewed Matt Blair and John Austin of A Stranger ...
Videos like this is why IndiSider is awesome! The game's are different and
unique, plus cool interviews! Thank you sir!
Toggle Button is checked(26)
Toggle Button is checked step 26: Toggle Button is checked Toggle Button is checked Tutorial for Android Developer A toggle button allows the user to change a ...
Intel XDK Offline (Crosswalk) for Android developer + Download link
Using offline intel xdk to compile html5 to android app or game without internet connection. this intel xdk using crosswalk runtime to bundle android app/game.