No problem with your English. I see others have pointed you at templates and such. So let me talk a bit about strategy.
First, it's a lot of work. Don't EVER try to do some big grand thing all at once. It's OK to have a grand idea -- but always work on the next SMALL step toward that idea. (And templates really help make those first steps small.) Don't be afraid to go back and redo things. You're going to learn as you go. You'll still be learning as you go 50 years from now! If a bad approach gets in you way, tear it out. Give yourself time to actually learn the basics. Read the documentation. Try things out, learn how they really work. Since English isn't your first language, it may be a bit more work for you, but it'll be well worth it. Learn from others! Read other people's code, note how they approach problems. Learn how to test effectively. Use unit tests for as much of your system as you can. Go to junit.org for more information. If you write your tests first, you'll clarify what you want to do, and it all gets much easier. But testing is also a skill that needs to be developed. Be persistent. Most problems will yield to persistence. Just keep looking at different ways to solve your problem, learning as much as you can along the way. Look for answers yourself, before asking questions, but don't hesitate to ask when you need to. You'll learn more by doing the research yourself -- and you'll ask better questions and get better answers are a result. Have fun! On Mar 8, 11:26 am, Marlo <[email protected]> wrote: > Greetings (i'm Dutch and only 14 so please don't not my English), > > I'm currently starting to develop a game for Android since my mobile > phone runs Android but i do not know how to start. i want to make a > game where you can draw blocks and circles wich you can move around > and create a building out of them. could someone help me how to make > that with eclipse? > > prethanks Marlo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

