Re: GoldenDict for Android
Posted: Tue Jan 10, 2012 7:26 pm
This will be added in one of the future versions.
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);