Re: [android-developers] Where to start for developing an Android Game?

2012-09-10 Thread Harri Smått
Hi, Instead of developing a simple game, try to come up with more detailed idea(s) what you want to see your game did. Saying this only in hopes that having some more specific goal gave you extra motivation for creating it. Good luck with your project in any case. -- H On Sep 10, 2012 5:23 AM,

[android-developers] Where to start for developing an Android Game?

2012-09-09 Thread Abhi
Hi, I am new to game development. Where can I start, for developing a simple Android Game ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Where to start for developing an Android Game?

2012-09-09 Thread Kristopher Micinski
This question is fairly off topic and has no research behind it. Game development in general is a huge area, and all of the complications will be mirrored in Android. As always it depends on what type of game you want to make, but you might try - learning java - taking a graphics course -

Re: [android-developers] Where to start learning Android Development

2012-07-26 Thread Luiz Fernando Rodrigues
I'm using the Busy Coder's Guide to Android. ( http://commonsware.com/ ) I prefer this guide than the online tutorial because it gives several examples and helps you buid a more complex application. Luiz 2012/7/20 brksotn berkarslan...@gmail.com Hi, There are similar questions on the

[android-developers] Where to start learning Android Development

2012-07-23 Thread brksotn
Hi, There are similar questions on the internet but most of the links are really old so what are the steps for being a good android developer and where to start? Where can I find the best tutorial on the internet? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Where to start learning Android Development

2012-07-23 Thread Justin Anderson
http://developer.android.com/develop/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 20, 2012 at 8:06 AM, brksotn berkarslan...@gmail.com wrote: Hi, There are similar questions on the internet but most of the links are really

[android-developers] Where to start?

2012-07-14 Thread Mitchell Just
Hi guys, I'm trying to put together a fairly simple application, but I'm getting a little overwhelmed at the moment. I've read through most of the Google tutorials, and a heap of stackoverflow threads, but I just seem to be going around in circles. Basically I have a Java application running

Re: [android-developers] Where to start?

2012-07-14 Thread Mark Murphy
On Fri, Jul 13, 2012 at 12:55 AM, Mitchell Just mitch.j...@gmail.com wrote: Would the best way to do this to make a Service which handles a socket to the server? Possibly. That is difficult to answer in the abstract. However, if your objective is to deliver these messages at any time, without

[android-developers] Where to start building a launcher application?

2011-10-12 Thread njackson
I've been looking for the source on android.git.kernel.org/?p=platform/ packages/apps/Launcher.git;a=summary, but I've had 2 problems: the page won't load; and I've read that it's not designed to be simply built into a standalone APK. Does anybody know where else I could get hold of some

Re: [android-developers] Where to start building a launcher application?

2011-10-12 Thread Mark Murphy
There is the Home sample in your SDK. On Mon, Oct 10, 2011 at 9:57 AM, njackson nath...@gmail.com wrote: I've been looking for the source on android.git.kernel.org/?p=platform/ packages/apps/Launcher.git;a=summary, but I've had 2 problems: the page won't load; and I've read that it's not

Re: [android-developers] Where to start from for Internet Radio on Android

2011-06-10 Thread TreKing
On Wed, Jun 8, 2011 at 6:12 AM, Mohammad mohamed...@gmail.com wrote: I need to develop an internet audio stream playback application. I do not know where to start from. My target is Android Froyo on TI's DM3730 Can somebody help or give me a pointer? Honestly, if you don't know where to

RE: [android-developers] Where to start from for Internet Radio on Android

2011-06-10 Thread Tommy Hartz
[mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent: Friday, June 10, 2011 10:03 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Where to start from for Internet Radio on Android On Wed, Jun 8, 2011 at 6:12 AM, Mohammad mohamed...@gmail.com wrote: I

[android-developers] Where to start from for Internet Radio on Android

2011-06-09 Thread Mohammad
Hi, I need to develop an internet audio stream playback application. I do not know where to start from. My target is Android Froyo on TI's DM3730 Can somebody help or give me a pointer? Kindest Regards, Mohammad -- You received this message because you are subscribed to the Google Groups

[android-developers] where to start to develope a app like gtalk?

2011-06-08 Thread Hitendrasinh Gohil
Hi, I just want to know that how the gtalk works.and if we want to make a messenger app than what is the basic need for that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] where to start to develope a app like gtalk?

2011-06-08 Thread Rocky
you should know the working strategy of gtalk, basic data flow, structure..and play with each and every component of gtalk, then create component by component and then assemble them. 1. You should know basic idea 2. basic data flow 3. basic structure 4. input 5. output and more On

[android-developers] Where to start with simple video games?

2011-03-28 Thread Toby
I'm finishing up my first app for my company, so I am getting more comfortable with android. I'd like to do a personal project now, something like a spacewar game. I figured that there would be a canvas widget somewhere, and that given canvas.plot(x, y) I'd be on my way. It seems that there is

[android-developers] Where to start ???

2010-11-15 Thread Anand Joshi
I know some decent stuff of java !!! But have absolutely no clue about XML Please help me as to where to start and how is the linking between XML and Java codes in a standard ANdroid App !!! -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Where to start ???

2010-11-15 Thread TreKing
On Fri, Nov 12, 2010 at 3:52 AM, Anand Joshi anandjosh...@gmail.com wrote: Please help me as to where to start Tip: When you ask: Where do I start with X? the answer is usually The official website for X: http://developer.android.com/index.html and how is the linking between XML and Java

[android-developers] Where to start for home screen replacement app?

2009-12-01 Thread pcm2a
Funny topic maybe, but I feel like I have a decent hold on app development, widget development, and even made a game. I'd like to tinker with creating a home screen replacement but havn't been able to dig up any examples or good places to start. Does anyone have any recommendations or links that

Re: [android-developers] Where to start for home screen replacement app?

2009-12-01 Thread Mark Murphy
Funny topic maybe, but I feel like I have a decent hold on app development, widget development, and even made a game. I'd like to tinker with creating a home screen replacement but havn't been able to dig up any examples or good places to start. Does anyone have any recommendations or