參考以下代碼:
我們提供的服務(wù)有:網(wǎng)站建設(shè)、成都網(wǎng)站建設(shè)、微信公眾號開發(fā)、網(wǎng)站優(yōu)化、網(wǎng)站認證、卡若ssl等。為數(shù)千家企事業(yè)單位解決了網(wǎng)站和推廣的問題。提供周到的售前咨詢和貼心的售后服務(wù),是有科學(xué)管理、有技術(shù)的卡若網(wǎng)站制作公司
package?com.sh.xy;
import?android.app.Activity;
import?android.os.Bundle;
import?android.view.Menu;
import?android.view.MenuItem;
import?android.view.View;
import?android.view.View.OnClickListener;
import?android.view.Window;
import?android.widget.Button;
import?android.widget.EditText;
import?android.widget.Toast;
public?class?MainActivity?extends?Activity?{
//?完整身份證
String?id?=?"323218200001010010";
private?EditText?ed_id;
private?Button?btn_show;
private?Button?btn_show_to_edit;
@Override
protected?void?onCreate(Bundle?savedInstanceState)?{
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.activity_main);
ed_id?=?(EditText)?findViewById(R.id.ed_id);
btn_show?=?(Button)?findViewById(R.id.show_id);
btn_show_to_edit?=?(Button)?findViewById(R.id.show_id_to_edit);
//?用于顯示的加*身份證
String?show_id?=?id.substring(0,?3)?+?"********"?+?id.substring(11);
ed_id.setText(show_id);
btn_show.setOnClickListener(new?OnClickListener()?{
@Override
public?void?onClick(View?v)?{
Toast.makeText(MainActivity.this,?id,?Toast.LENGTH_SHORT).show();
}
});
btn_show_to_edit.setOnClickListener(new?OnClickListener()?{
@Override
public?void?onClick(View?v)?{
ed_id.setText(id);
}
});
}
@Override
public?boolean?onCreateOptionsMenu(Menu?menu)?{
getMenuInflater().inflate(R.menu.main,?menu);
return?true;
}
@Override
public?boolean?onOptionsItemSelected(MenuItem?item)?{
int?id?=?item.getItemId();
if?(id?==?R.id.action_settings)?{
return?true;
}
return?super.onOptionsItemSelected(item);
}
}
布局文件:
LinearLayout?xmlns:android=""
xmlns:tools=""
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.sh.xy.MainActivity"?
include
android:id="@+id/top"
android:layout_width="match_parent"
android:layout_height="wrap_content"
layout="@layout/layout_title_bar"?/
EditText
android:id="@+id/ed_id"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="顯示加*身份ID"?/
Button
android:id="@+id/show_id"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="顯示完整身份ID"?/
Button
android:id="@+id/show_id_to_edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="將完整身份ID至編輯框"?/
/LinearLayout
運行效果:
點擊【顯示得完整身份ID】按鈕:
點擊【將完整身份ID至編輯框】按鈕:
[img]openGL提供了大量的圖像識別庫和api供你調(diào)用,用openGL做起來很簡單的,說簡單是因為身份證長的都一樣,什么位置顯示什么信息都是固定的幾年十幾年都不會變,這個給識別帶來很大的便利。首先要把照片里的身份證區(qū)域識別出來
您好,云脈身份證識別支持API和SDK接入了,可以到云脈開發(fā)者平臺上下載使用。
要是自己動手寫幾乎不太可能,需要集成別人的api,不過應(yīng)該是收費的