Android日语输入法Simeji使用示例

MainActivity如下:

package cn.testsimeji;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.app.Activity;
import android.content.Intent;
/**
 * Demo描述:
 * simeji使用示例
 *
 * 注意事项:
 * 1 在配置文件中添加
 *   <action android:name="com.adamrocker.android.simeji.ACTION_INTERCEPT" />
 *   <category android:name="com.adamrocker.android.simeji.REPLACE" />
 *   <category android:name="android.intent.category.DEFAULT" />
 * 2 此处的REPLACE_KEY的设值.不可随意更改.
 *
 * 官方文档:
 * http://simeji.me/blog/make_mushroom
 */
public class MainActivity extends Activity {
	private static final String ACTION_INTERCEPT = "com.adamrocker.android.simeji.ACTION_INTERCEPT";
	private static final String REPLACE_KEY = "replace_key";
	private Button mButton;
	private String rawContent;
	private String newContent;
	@Override
	protected void onCreate(Bundle savedInstanceState) {
		super.onCreate(savedInstanceState);
		setContentView(R.layout.main);
		init();

	}

	private void init() {
		mButton = (Button) findViewById(R.id.button);
		mButton.setOnClickListener(new OnClickListenerImpl());

		Intent intent = this.getIntent();
		String action = intent.getAction();
		if (action != null && ACTION_INTERCEPT.equals(action)) {
             System.out.println("开始调用文字替换");
             rawContent=intent.getStringExtra(REPLACE_KEY);
             System.out.println("rawContent="+rawContent);
		} else {
			 System.out.println("没有调用到文字替换");
		}

	}

	private class OnClickListenerImpl implements OnClickListener {
		@Override
		public void onClick(View v) {
			Intent data = new Intent();
			newContent="hello everybody";
			data.putExtra(REPLACE_KEY, newContent);
			setResult(RESULT_OK, data);
			finish();
		}

	}

}

 

main.xml如下:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
   >

    <Button
        android:id="@+id/button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="replace text"
        android:layout_centerInParent="true"
        />

</RelativeLayout>

AndroidManifest.xml如下:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="cn.testsimeji"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="8" />

    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
        <activity
            android:name="cn.testsimeji.MainActivity"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />

                <action android:name="com.adamrocker.android.simeji.ACTION_INTERCEPT" />
				<category android:name="com.adamrocker.android.simeji.REPLACE" />
				<category android:name="android.intent.category.DEFAULT" />

            </intent-filter>
        </activity>

    </application>

</manifest>

 

时间: 2024-09-28 06:14:15

Android日语输入法Simeji使用示例的相关文章

百度日语输入法Simeji登顶日本App Store

9月19日消息,http://www.aliyun.com/zixun/aggregation/17197.html">北京时间9月18日,iOS 8正式版向苹果用户提供下载.此次iOS 8最大的一个亮点就是允许用户选择第三方输入法.在日本市场,百度日语输入法Simeji第一时间登陆苹果App Store,成为iOS系统问世以来的首个免费的第三方日语输入法. 据百度内部相关人士透露,百度日语输入法Simeji,经过App Store内部评选以及专业测试后,被主动推荐为日本区App Stor

百度收购日文手机输入法Simeji

中介交易 http://www.aliyun.com/zixun/aggregation/6858.html">SEO诊断 淘宝客 云主机 技术大厅 12月13日下午消息,百度株式会社(简称百度日本)今日宣布收购知名日文手机日语输入法"Simeji". "Simeji"的开发者足立昌彦和设计师矢野凛也同时加盟百度,继续负责Simeji的产品规划和开发. "Simeji"是日本Android电子市场中下载量最高的一款输入法产品,加载

百度日文输入法Simeji下载量突破百万

[TechWeb报道]你知道百度公司的版图已经伸展到日本了吗?近日,百度宣布,iPhone版百度日文输入法Simeji下载量突破100万,值得注意的是iPhone版的Simeji发布时间较短,9月18号才发布,能有此成绩确实不错.在Google Play上Simeji已经成为下载量超过1000万的热门日语输入法.Simeji是日本Android电子市场中下载量最高的一款输入法产品,2011年12月13日,百度株式会社宣布收购知名日文手机日语输入法Simeji.Simeji的开发者足立昌彦和设计师

日语输入法哪个好用?

  日语输入法哪个好用?下文将为大家带来日语输入法下载排行榜,有哪些日语输入法是最受大家欢迎的呢?如果你不知道选择哪一款的话就请看下文吧. 比较常见的有微软自带的日语输入法.谷歌日文输入法.百度IME输入法.Simeji日语输入法.南极星日语输入法等,不过最受欢迎的还是系统自带的日语输入法,大家试试吧~

【新闻晨报】百度否认日语输入法泄露用户隐私

中云网每天精选各科技媒体头条! 1.新浪科技 首批虚拟运营商牌照蹊跷:巨头缺席 http://tech.sina.com.cn/t/2013-12-27/01059044737.shtml 在工信部于16日下午发放首批虚拟运营商牌照后,几家呼声极高的渠道巨头均未获牌照,令人出乎意料,包括家电连锁巨头苏宁.国美和国代商爱施德等.尽管工信部声称"只要是符合要求的企业都可以获得试点资格",但首批牌照只有11家仍令人震撼. 对此,各方的解释不一.工信部的解释是,截止发文件时,工信部共收到企业正

百度日语输入法的基本特征

  1.存储域网络,可转换话题关键字 2.文字与表情符号类型,转换表达 3.潜在能见度转换,预测学习功能 4.输入法光标皮肤色可以自由替换 5.百度日语输入法从菜单栏刷图标 6.3种输入习惯方式,联想输入功能 7.增加常用截图功能,方便快速截图 百度日文输入法卡通代言人"爱美"资料为了攻下日本市场,各大互联网运营商纷纷针对日本国情和文化特色出招.谷歌Chrome携手当红虚拟歌手初音未来推出了新广告,而我国的百度日语输入法则采取了将萌化进行到底的态度,于近日推出了一位萌化虚拟卡通人物&q

怎样下载日语输入法?

  日语输入法 一.Microsoft Global Ime 5.0 for Japanese输入法 刚开始学日语的人往往为日语输入法而着急.满世界寻找日语输入法.日语的输入法有:Jwin95/98,还有Global ime5.0.微软拼音中的软键盘输入法中,可选日文平假名和片假名,但不能输入日文汉字,对于学日语的人来说这当然是不够的.Jwin95/98输入日语倒是很方便,可是中文又不能输入了.对于那些又写日语又写中文的人来讲,怎么办呢? ? 对!使用Global Jime5.0!! 但是,这个

微软日语输入法教程

  微软日语输入法 首先,在电脑右下角输入法那里点右键,然后点设置,你会看到"文字服务和输入语言"对话框,接着点"添加"键,这时会跳出"添加输入语言"对话框,然后在"输入语言"的下拉中,选中日语,然后点确定. 接下来了解下面输入知识 用罗马字输入 你先把中文换成日语输入法,然后点alt+caps lock键切换.把红色标志右边的A切换成"あ般".然后就可以输入了.(不同语言的切换一般用alt+shift键)

日语输入法怎么用?

  日语输入法怎么用?小编带来了日语输入法使用方法,有的朋友已经成功安装了日语输入法,但是却不知道怎么使用,请参考下文来操作吧. 1 .日文输入法是通过 "回车(Enter)"确定日文,按"空格"选择"汉字". 2."っ"怎么打?:双打后一个假名的罗马字发音的第一个辅音,如"もっと"为"motto". 3."ん"怎么打?:打nn即可. 4.如何"コーヒー&q