ikm wrote:Right now ColorDict's interface is supported. As for the link you've given me, I don't see any exact protocol there, just a discussion. Could you point me to something more specific?
Intent intent = new Intent("colordict.intent.action.SEARCH");
intent.putExtra("EXTRA_QUERY", "hello"); //Search Query
intent.putExtra("EXTRA_FULLSCREEN", false); //
intent.putExtra("EXTRA_HEIGHT", 400); //400pixel, if you don't specify, fill_parent"
intent.putExtra("EXTRA_GRAVITY", Gravity.BOTTOM);
intent.putExtra("EXTRA_MARGIN_LEFT", 100);
startActivity(intent);
Users browsing this forum: No registered users and 3 guests