Android Studio 插件
11.Exynap? ? ? ? ? ? ? ?ctrl+shift +d
/*
得到默认的首选项 get default prefs
通过取名字的首选项 get prefs via name
设定画面横向方向 set screen orientation landscape
得到报警管理者 get alarm manager
集报警 set alarm
设置重复报警 set repeating alarm
创建 AlertDialog create AlertDialog
创建 DatePickerDialog create DatePickerDialog
创建 TimePickerDialog create TimePickerDialog
从对话框中删除标题 remove title from Dialog
通过查找 ID 片段 find
fragment via id
恢复最后交易片段 revert last fragment transaction
通过 FragmentManager 替换片段 replace fragment via FragmentManager
创建通知 create notification
展会通知 show notification
创建的 PendingIntent 的活动 create PendingIntent for Activity
复制文本到剪贴板 copy text to clipboard
获得缓存目录 get cache directory
删除文件 delete file
发电子邮件 send email
打开网址在浏览器 open url in browser
播放 YouTube 视频 play youtube video
选择一个联系人 pick a contact
创建呼叫意图 create call intent
创建导航意图 create navigation intent
获得屏幕宽度 get screen width
获取屏幕高度 get screen height
获得资源复数串 get plural string from resources
创建表 create table
更新行 update rows
DROP TABLE drop table
调整位图 resize Bitmap
解码来自流的位图 decode Bitmap from stream
图像文件转换成位图 convert image file to Bitmap
创建资产字样 create typeface from asset
启用 GPS is GPS enabled
是网络可用 is network available
震动 vibrate
振动模式 vibrate pattern
登录 WTF 消息 log wtf message
转换成 DP 像素 convert dp into pixel
转换成像素 DP convert px into dp
鉴于膨胀 inflate view
显示键盘 show keyboard
隐藏键盘 hide keyboard
创造新的 ArrayAdapter create new ArrayAdapter
除去在分频器的 ListView remove divider in ListView
利用在 EditText 上的第一个字母 capitalize first letter in edittext
在 TextView 中字里行间集空间 set space between lines in textview
设置超链接的颜色在 TextView 中 set hyperlink color in textview
使 TextView 中可点击链接 make links in textview clickable
启用的 TextView 滚动 enable scrolling in textview
淡出视图 fade out view
做出新的 AsyncTask 类 make new AsyncTask class
结交新 RecyclerView 类 make new RecyclerView class
结交新 FragmentPagerAdapter 类 make new FragmentPagerAdapter class
创建新的 Activity create new Activity
put string to SharedPreferences
Create new Adapter
...... 还有很多
*/
12.Postfix Completion?
评论