Unity ARMv6 android games - Android Apps and Games

Hi !
There`s a new source for Unity ARMv6 android games prepared by me:
unityarmv6androidgames.blogspot.com
Everything it`s free, no stupid ads, spam or ugly things in your way like in other places. Just a simple blog with some novelties for the sake of helping the community with ARMv6
Pretty soon I will accept requests to convert only games based on Unity

Andrey. said:
Hi !
There`s a new source for Unity ARMv6 android games prepared by me:
unityarmv6androidgames.blogspot.com
Everything it`s free, no stupid ads, spam or ugly things in your way like in other places. Just a simple blog with some novelties for the sake of helping the community with ARMv6
Pretty soon I will accept requests to convert only games based on Unity
Click to expand...
Click to collapse
Nice job man :good: :good: :good:
Big respect from Indonesia

Related

[Q]Any dev nearby?

I want to give developing a shot and i want to start with gaming on android platform. Now i'm a bit confused in the world of android and SDK. So there are a couple of questions which i want a dev to answer ! (yes only a dev although i respect all people here but please i want serious help and i will mind any kind of silly comments).
-Which tools are necessary in developing a game? unity? if unity then some feedback would be really appreciated.
-Any other program built specially for game development (any kind) which doesn't require hard c++ or java coding?
as i'm still a college student and not aware of these two languages but i want to work on a game as my personal project over the summer so i want to collect all the tools and go over all kind of tutorials necessary.
Thanks in advance !
shad0wboss said:
I want to give developing a shot and i want to start with gaming on android platform. Now i'm a bit confused in the world of android and SDK. So there are a couple of questions which i want a dev to answer ! (yes only a dev although i respect all people here but please i want serious help and i will mind any kind of silly comments).
-Which tools are necessary in developing a game? unity? if unity then some feedback would be really appreciated.
-Any other program built specially for game development (any kind) which doesn't require hard c++ or java coding?
as i'm still a college student and not aware of these two languages but i want to work on a game as my personal project over the summer so i want to collect all the tools and go over all kind of tutorials necessary.
Thanks in advance !
Click to expand...
Click to collapse
shad0w,
Trust me, you need to learn coding.
Since you want to start with Android, best bet is to either go throug android tutorials and examples and start to learn it, or, you could start with Java. My recommendation is that you start using Android basic coding tutorials:
http://developer.android.com/resources/browser.html?tag=tutorial
This link also has good information to start learning:
http://developer.android.com/guide/index.html

Looking for a job?

Hi Devs,
www.phases.dk/en is a danish company finding the right it solutions for our customers.
We are searching for app developers as we have run into a bunch of exciting app jobs.
We are looking for Android and iOS developers - both offsite and onsite (onsite would be in Denmark or Kochi (India))
We are also doing some big projects where we need a ROM cooker to build a custom Android ROM for a tablet.
The projects is among others for example learning apps for education which will be shared free on the android market - so here is your chance to make your hobby/passion change the world in some way.
Are you one of the above please contact us here:
www.phases.dk/en/contact
Remember to mark it as "Job at Phases".
I have been reading the rules of XDA and couldn't really find anything about posting jobs in here - if it's not cool or allowed please let me know and I'll remove it.
Lastly a big thanks to XDA for this great place - we are running custom Android ROMs on our smartphones and feel a lot cool'er than all the "standard" Iphone business people out there

Share your experience about Android Development

If you are an Android Developer can you share your experience about android development? How do you start in Android? What is the first application you had done... thanks!
Greetings onebluemidnight,
You should learn how to program in java, their is great tutorials on the web and maybe on xda,
Then start off with the android hello world tutorial.
Good luck
This is mainly for games, but I highly recommend the framework Cocos2d-x. Made my first game for Android using it
Can't post any links but name is "Boomlings" on Google Play.
Edit: Granted the power of linking!
Cocos2d-x: http://www.cocos2d-x.org/
Boomlings on Google Play: http://play.google.com/store/apps/details?id=com.robtopx.boomlings
Reply To Thread
Jrcon said:
Greetings onebluemidnight,
You should learn how to program in java, their is great tutorials on the web and maybe on xda,
Then start off with the android hello world tutorial.
Good luck
Click to expand...
Click to collapse
Thanks for your response mate!
I don't have problem with java because i used java during my college which is 2 years ago and i am a PHP programmer now
I am using Eclipse with ADT plugin and the great moment for me is that it is like a cakephp (PHP MVC Framework) structure whereas it has a Model->View->Controller
and i am done also with hello world tutorial
Reply To Thread
Zhenmuron said:
This is mainly for games, but I highly recommend the framework Cocos2d-x. Made my first game for Android using it
Can't post any links but name is "Boomlings" on Google Play.
Click to expand...
Click to collapse
Thanks for your response
is that what the Cocos2d-x you are reffering to?
onebluemidnight said:
Thanks for your response
is that what the Cocos2d-x you are reffering to?
Click to expand...
Click to collapse
If u are total noob to android Development...I found a really good Android Tutorial Series on NewBoston http://www.youtube.com/course?list=EC2F07DBCDCC01493A&feature=plcp the guy there teaches in a funny yet interesting manner so you'll never get bored . Once you have advanced and have a little experience dive into the Android Documentation available online...cheers...have an awesome journey .
Reply To Thread
kshark27 said:
If u are total noob to android Development...I found a really good Android Tutorial Series on NewBoston http://www.youtube.com/course?list=EC2F07DBCDCC01493A&feature=plcp the guy there teaches in a funny yet interesting manner so you'll never get bored . Once you have advanced and have a little experience dive into the Android Documentation available online...cheers...have an awesome journey .
Click to expand...
Click to collapse
Thanks for your response
i just saw all the Tutorials on youtube made by NewBoston.. i added him on skype but unfortunately he still not accepting my request haha
Thanks for your support mate!
Cheers!
onebluemidnight said:
Thanks for your response
is that what the Cocos2d-x you are reffering to?
Click to expand...
Click to collapse
Yup that's the one Updated my previous post now that I can link.
Also use cocos2d-x, its great!
onebluemidnight said:
If you are an Android Developer can you share your experience about android development? How do you start in Android? What is the first application you had done... thanks!
Click to expand...
Click to collapse
Hi there,
I am not a big android developer, just wrote 2 simple apps so far. I started learning Java then read an android development book. It took me about 1-2 months for the whole thing. I basically make a simple java number guessing game (the system generates a number and the user tries to match it, higher or lower) and wanted to port it to Android. It turned out to be a little more complicated than I expected since Android was much more object driven than my previous experience taught me.
You can look up my app on the market here :
https://play.google.com/store/apps/details?id=com.danielsarfati.NumberGuessing
I found the "Hello World" app was much to basic to teach me anything, other than getting the whole SDK and dev environment up and running.
Sent from my XT894 running ICS
danifunker said:
Hi there,
I am not a big android developer, just wrote 2 simple apps so far. I started learning Java then read an android development book. It took me about 1-2 months for the whole thing. I basically make a simple java number guessing game (the system generates a number and the user tries to match it, higher or lower) and wanted to port it to Android. It turned out to be a little more complicated than I expected since Android was much more object driven than my previous experience taught me.
You can look up my app on the market here :
https://play.google.com/store/apps/details?id=com.danielsarfati.NumberGuessing
I found the "Hello World" app was much to basic to teach me anything, other than getting the whole SDK and dev environment up and running.
Sent from my XT894 running ICS
Click to expand...
Click to collapse
Hey Daniel Sarfati this was amazing! haha i like it...
Thanks for your advice!
I am in no way a android developer yet im just learning stuff at the moment ... I referred newbostons tutorial its the best as said the hello world app doesn't teach your anything ..I think the best way to learn in go through and understand the source of code of the open source apps
Reply To Thread
speed_bot said:
I am in no way a android developer yet im just learning stuff at the moment ... I referred newbostons tutorial its the best as said the hello world app doesn't teach your anything ..I think the best way to learn in go through and understand the source of code of the open source apps
Click to expand...
Click to collapse
Thanks! i love newboston's tutorial... but now, i am busy with my current project i can't focus on Android Development as of the moment.
Closed
Wrong section

[DEVELOPERS NEEDED] Building an application (more details here)

If you have iFunny, you're most likely annoyed or tired by the new update...
So, without further adew, I have an idea that could become a top competitor against iFunny. In fact, I can't tell you many details about this application until I get the first (Alpha) version of this application up and running, so I can get the copyrights of it!
THIS IS NOT A HOMEBREW PROJECT.
This may just be an idea at first, but I am already getting the documents ready to copyright this, and I'm already buying the domain/website for it!
So, with the help of some android developers, we will be competing against iFunny in no time!
If you have any questions or concerns, please feel free to ask or converse freely below! Or, if you are serious about being a developer for my organization, feel free to Skype or Kik me at: dsman444
androidiphonehacker said:
If you have iFunny, you're most likely annoyed or tired by the new update...
So, without further adew, I have an idea that could become a top competitor against iFunny. In fact, I can't tell you many details about this application until I get the first (Alpha) version of this application up and running, so I can get the copyrights of it!
THIS IS NOT A HOMEBREW PROJECT.
This may just be an idea at first, but I am already getting the documents ready to copyright this, and I'm already buying the domain/website for it!
So, with the help of some android developers, we will be competing against iFunny in no time!
If you have any questions or concerns, please feel free to ask or converse freely below! Or, if you are serious about being a developer for my organization, feel free to Skype or Kik me at: dsman444
Click to expand...
Click to collapse
good job, guy!
casabato said:
good job, guy!
Click to expand...
Click to collapse
Thank you
Im willing to test on several different versions of android.
Lgrootnoob said:
Im willing to test on several different versions of android.
Click to expand...
Click to collapse
You seem like you know quite a big deal about android application development, could you be handy with that as well? I mean, sure, I would love for you to test with several different versions of android. But the development team doesn't even have an alpha version of the application available yet.
The main objective first, is to develop the application. I have all of the ideas and portfolio for the application ready. All we have to do now is create it. Could you be of any assistance with developing?
androidiphonehacker said:
You seem like you know quite a big deal about android application development, could you be handy with that as well? I mean, sure, I would love for you to test with several different versions of android. But the development team doesn't even have an alpha version of the application available yet.
The main objective first, is to develop the application. I have all of the ideas and portfolio for the application ready. All we have to do now is create it. Could you be of any assistance with developing?
Click to expand...
Click to collapse
Not really.
Except for dmesg and logcat debug info.
All I can do in coding is Java se stuff.
Lgrootnoob said:
Not really.
Except for dmesg and logcat debug info.
All I can do in coding is Java se stuff.
Click to expand...
Click to collapse
Small update haha. Skype me please? My development team (AndroTech) would be interested in using you for testing/java code development if you would be interested in that as well. My skype is dsman444. I can tell you a lot more about the app we are building there.
androidiphonehacker said:
Small update haha. Skype me please? My development team (AndroTech) would be interested in using you for testing/java code development if you would be interested in that as well. My skype is dsman444. I can tell you a lot more about the app we are building there.
Click to expand...
Click to collapse
Added you as a contact on skype.
Good Job buddy!! i wish you the best luck with the application

Hit Run - Casual run game

https://play.google.com/store/apps/details?id=com.souga.hitrun
Hi All,
Please try this small game from me and please share your valuable feedback
Venkatg2 said:
https://play.google.com/store/apps/details?id=com.souga.hitrun
Hi All,
Please try this small game from me and please share your valuable feedback
Click to expand...
Click to collapse
not bad game
why people often make 2D runners?
a lot of similar games are on Google Play
moreover, everyone can make something new=)
HotApps said:
not bad game
why people often make 2D runners?
a lot of similar games are on Google Play
moreover, everyone can make something new=)
Click to expand...
Click to collapse
Yes..i m also in same thought, just want to learn android gaming and market from this project.thanks for your suggestion and reply.will start next project with new concept. Thanks again

Categories

Resources