android中查看项目数字证书的两种方法
方法一:在Eclipse中选择winows -> preferance -> android -> build
找不到数字证书说明没有创建,需要采用创建数字证书的方法进行创建。
方法一:在Eclipse中选择winows -> preferance -> android -> build
找不到数字证书说明没有创建,需要采用创建数字证书的方法进行创建。
et_text.requestFocus(); //获得焦点<LinearLayout style="@style/FillWr…
package com.example.videocapture; import android.app.Activity; import android.content.Intent; import android.database.Cursor;…
˂p style="font-family:Arial; font-size:14px; line-height:26px; margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0…
效果图: ˂img src="http://photo.j…
在使用Activity管理多个Fragment时,每次切换Fragment使用的是replace,结果导致出现xxx is not currently in the FragmentManager异常挂掉网上说使用replace切换会使被切换的Fragment给替换掉,从而被被切换的Fra…
下面来谈谈notification,这个notification一般用在电话,短信,邮件,闹钟铃声,在手机的状态栏上就会出现一个小图标,提 示用户处理这个通知,这时手从上方滑动状态栏就可以展开并处理这个快讯。已添加的Notification.Builder,使其更容易构建通知。 notifica…