我在哪里可以获得应用程序源代码?
在哪里可以获得 Android 应用程序源? 我想找到一个示例应用程序项目源代码,我可以将其用于教学并展示一个示例 android 项目。我想要的应用程序是从 twitter、facebook 获取 feed 的应用程序 谢谢
Where can I get Android application source?
I want to find a sample application project source code that I can use for teaching and present a sample android project. The application I want is the application that get the feed from twitter, facebook
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在 android 开发人员资源中找到十几个 Android 应用程序源示例。
示例应用程序:加速计播放、蓝牙聊天、记事本、贪吃蛇等。
http://developer.android.com/resources/samples/index.html
更多示例请参见:
http://code.google.com/p/apps-for -android/
[更新]
根据发帖者评论中的要求,我推荐:
Twitter4j for twitter:
http://twitter4j.org/en/code-examples.html
Facebook-java-脸书 API:
http://code.google.com/p/facebook-java-api /wiki/示例
You can find a dozen of Android application source samples at the android developer resource.
Sample apps : Accelerometer Play,Bluetooth Chat,Note Pad,Snake and more.
http://developer.android.com/resources/samples/index.html
Even more samples here:
http://code.google.com/p/apps-for-android/
[Updated]
As asked in the coments by the poster, I recommend:
Twitter4j for twitter:
http://twitter4j.org/en/code-examples.html
Facebook-java-api for facebook:
http://code.google.com/p/facebook-java-api/wiki/Examples
从这里开始获取样品!
http://developer.android.com/resources/tutorials/hello-world。 html
带有源代码和教程的更完整的应用程序可以在这里找到:
http://developer.android.com/resources/tutorials/notepad/index.html html
正如您的评论所要求的:可以在此 stackoverflow 线程中找到有关 twitter-on android 的一些帮助: Twitter应用程序-android
Start here for the samples!
http://developer.android.com/resources/tutorials/hello-world.html
A more complete appliation with source and a tutorial is found here:
http://developer.android.com/resources/tutorials/notepad/index.html
As your comment asks: Some help on twitter-on android can be found in this stackoverflow thread: Twitter Application-android
所有示例应用程序的源代码都位于您的系统上安装的 android sdk 中,请进入您安装 android SDK 的目录,找到示例文件夹,然后获取所有示例应用程序的源代码。
问候
The source code for all sample applications is located on your system, in the android sdk installed on your system, Please go to the directory where you install the android SDK, find samples folder, and then get the source code of all sample applicatoin.
Regards