android中查看项目数字证书的两种方法
方法一:在Eclipse中选择winows -> preferance -> android -> build
找不到数字证书说明没有创建,需要采用创建数字证书的方法进行创建。
方法一:在Eclipse中选择winows -> preferance -> android -> build
找不到数字证书说明没有创建,需要采用创建数字证书的方法进行创建。
package com.example.videocapture; import android.app.Activity; import android.content.Intent; import android.database.Cursor;…
第一次安装启动:启动页--->导航页-->主页面之后启动:启动页-->主页面实现的原理就是:在启动页面用做一个文件保存的状态,保存程序是不是第一次启动的状态。因为只是要保存一个状态,我们将这个程序是第一次打开就将他设为true,当他进入 主页面之后将他的状态未为false,因为都…
之前在测试Eclipse ADT的Custom debug ˂a target="_blank" title="View all posts in keystore" hr…
在使用Activity管理多个Fragment时,每次切换Fragment使用的是replace,结果导致出现xxx is not currently in the FragmentManager异常挂掉网上说使用replace切换会使被切换的Fragment给替换掉,从而被被切换的Fra…
采用SharedPreferences保存用户偏好设置参数-------------------------------------------------1.eclipse就是通过xml来保存用户的偏好设置-->window-->perfences-------------------…
Android SDK支持那些文件存储技术? 1. 使用SharedPreferences保存key-value类型的数据 ˂span style="font…