12 2014 档案
摘要:Intent email = new Intent(android.content.Intent.ACTION_SEND);email.setType("plain/text");String[] emailReciver = new String[] { "earshore@gmail.com" ...
阅读全文
摘要://VibratorVibrator vibrator = (Vibrator) getSystemService(VIBRATOR_SERVICE); // 1. 振动为1000毫秒,既1秒 long milliseconds = 1000; vibrator.vibrate(mil...
阅读全文
摘要:根据老师要求,今天必须确定安卓开发的题目了,我写的题目是BrewClock,这是我在网上找到的一个入门App,印象中这个app的是开源的,而且我也一直保留着它的源码,网上有开发是开发该app的全过程。唯一不足是这个app的代码量很少,满打满算也才近400行代码,离老师规定的700+还远得很,我的...
阅读全文


浙公网安备 33010602011771号