Android 编程备忘单?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2669908/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 06:51:49  来源:igfitidea点击:

Cheatsheet for Android programming?

android

提问by Passionate programmer

Is there any cheat sheet available for Android programming. Most commonly used classes with package description, just like a reference sheet would be nice.

是否有任何可用于 Android 编程的备忘单。最常用的带有包描述的类,就像参考表一样会很好。

采纳答案by Tim Kryger

For a concise list of Android recipes check out Damon Kohler's blog. He covers Intents, Wifi, Notifications, Alerts, Location, SMS, and Sensors in less than four pages.

有关 Android 食谱的简明列表,请查看Damon Kohler 的博客。他用不到四页的篇幅介绍了意图、Wifi、通知、警报、位置、短信和传感器。

回答by icastell

I think thiscould be useful.

我认为可能很有用。

It's a brief summary, but could be interesting.

这是一个简短的总结,但可能很有趣。

回答by tgai

Here is a list of common taskson the android platform, each has an explanation and typically an example.

这是android平台上的常见任务列表,每个任务都有一个解释和一个典型的例子。

回答by Francis Shanahan

I made this one based on my notes from getting started:

我根据我开始时的笔记做了这个:

http://francisshanahan.com/index.php/2011/android-development-cheatsheet/

http://francisshanahan.com/index.php/2011/android-development-cheatsheet/

回答by jorgenfb

Check out android development fundementals. The activity lifecycle section describes the methods to override in an activity. Activity lifecycle

查看 android 开发基础知识。活动生命周期部分描述了在活动中覆盖的方法。活动生命周期