Simple Game in Android
-Volume control page
In this game the player collects the coins by jumping and makes score.
More tips:http://hackfi.blogspot.com
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Simple Android code for maths games
android sdk(eclipse)
Run instruction is given in
Restart the game after game over
add this code into
// restart game
if(getx>91&&gety25)
{
if(health=0)
{
gameLoopThread.setPause(0);
health=100;
score=0;
}
}
and This line into gameover part
canvas.drawText("Restart", 91, 25, myPaint);
Android typing Game
i have android studio & jdk ,
Android SDK
or watch this video :https://www.youtube.com/watch?v=pdhhygWLCn8
colorMixing useful code
color-mixing : http://stackoverflow.com/questions/6070163/color-mixing-in-android
is this open source?
what is this?
This code is for jumping
canvas.drawBitmap(run2, sx/16, 3*sy/4, null);
if(cspeed=sx/8&&cspeed>=sx/16)
{
if(sound==1)
{
takecoin.start();
}
cspeed=sx/2;
score+=10;
}
Thanks for suggestion cant find download link
Can you paste download link here ...i cant see the download link above
thoes like buttons
Screen Size
Screen Size
Knife Speed Increase
make this condition True
//kinfe hit
if(kspeed==20)
{
kspeed=sx;
health-=25;
canvas.drawBitmap(note1, 0, 0, null);
}
how to increase knife speed after we get 100 point
little man image
i have an project, word
help me on how to develop a notification app
i want to develop a game help me out
HELP NEEDED FOR STUDY
This is Kaushik, although I am 44 years old but I desire to learn how to develop mobile application, especially Android ones. Being a linguist, I want to create a unique language learning based application which will involve sounds and possibly images too. Honestly, you can pronounce me a dumb person as long as coding goes, as I can't discover any logic. Although tried to learn basic java all by myself, could make out a little but still difficult. Having nowhere to learn programming for mobile platform, dying to learn it all by my sole endeavour. I could not find any similarities between java and android. Android seemed much harder to me. Am I right? Could you suggest me any internet links(one or more) which can easily help me understand both. Your kind help in my endeavour will be truly appreciated. Take Care!
my first apps
How to learn Android Games Using Eclips
Add new comment
- Add new comment
- 2995 views