Android 初学者项目

发布于 2024-11-17 15:50:11 字数 97 浏览 0 评论 0原文

有哪些好的android初学者项目可以做?我刚刚买了一部 Android 手机,很想看到我在自己的手机上制作的应用程序并向人们和潜在的雇主展示。我可以获得一些好的基础项目的清单吗?

What are some good android beginner projects that can be done? I just bought an android phone and would love to see an app I made on my own phone and show people and potential employers. can I get a list of some good basic projects?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

辞取 2024-11-24 15:50:11

答案是:“抓自己的痒”

创建一个应用程序来解决您想要解决的问题。
您的生活中还有哪些事情可以变得更好,您的手机如何帮助您将 PITA 从日常生活中剔除。

然后编码:D

祝你好运。

The answer to that is : "Scratch your own itch"

Create an app that solve a problem you would like to be solved.
What could be better in your life and how could your phone help you remove that PITA from your day to day routine.

Then code :D

Good luck.

绝情姑娘 2024-11-24 15:50:11

BudgetDroid...它将跟踪您的每月预算。一个非常有用的项目。您可以给您的朋友、家人留下深刻印象,也可以检查您的口袋!
但在此之前,您需要研究活动、意图和 SQlite 数据库的概念。我建议您首先访问 http://developer.android.com/resources/tutorials/views/hello-formstuff.html 左侧有一些针对初学者的教程!

之后阅读《android for beginers》一书。您可以从互联网上下载该书,

享受吧!
快乐编程!!...:)

budgetDroid...it will keep track of your monthly budget.a very useful project.you can impress your friends,family members and can keep a check on your pocket too !!
but before that you need to study the concepts of Activities,intents and SQlite database.i wold recommend you first visit http://developer.android.com/resources/tutorials/views/hello-formstuff.html there are few tutorials on the left hand side fir beginners!

after that read the book 'android for begginers'..which you can download from Internet

Enjoy oFF!
happy programming!!..:)

撩动你心 2024-11-24 15:50:11

尝试使用加速度计和球的图像。当加速度计的X/Y值发生变化时,相应地移动球(例如,X值正9?将球向右移动9个像素!)。这将使您能够使用 API 的一些部分,当然还有一个 Activity。您还将了解屏幕方向。 :)

Try working with the accelerometer and an image of a ball. When the X/Y values of the accelerometer change, move the ball accordingly (e.g., X value positive 9? Move the ball 9 pixels to the right!). That will get you working with a few pieces of the API and, of course, an Activity. You'll also get to learn about screen orientation. :)

酒几许 2024-11-24 15:50:11

查看 Android 开发者网站 http://developer.android.com/resources/index.html< /a>.他们有大量教程和示例来帮助您入门。此外,大多数与 Android 开发相关的书籍都有某种类型的应用程序,它们会引导您完成,突出显示操作系统/设备的某些方面,然后在连贯的程序中实现它们。

此外,Android SDK 还包含许多示例(带源代码)。我面前没有目录结构,但我相信每个版本的SDK的示例都可以在各自的目录中找到。

祝你好运。

Check out the Android Developers site at http://developer.android.com/resources/index.html. They have a large number of tutorials and examples to get you started. Also, most books related to Android development have an app of some sort that they walk you through, highlighting certain aspects of the OS/device and then implementing them in a coherent program.

Also, the Android SDK includes a number of examples (w/ source code). I don't have the directory structure in front of me, but I believe the examples for each version of the SDK can be found in their respective directories.

Good luck.

浪荡不羁 2024-11-24 15:50:11

一个有趣的游戏是猜谜游戏。例如,让用户尝试猜测 0 到 100 之间的数字,当他们猜测时,让游戏告诉他们猜测是高还是低。确保随机化整数,以便每次都不同。

A fun one is a guessing game. For example have the user try to guess a number between 0 and 100, when they guess have the game tell them if there guess to high or low. Make sure you randomize the integer so it is different each time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文