Guijun Ni

Results 1 comments of Guijun Ni

FloatBackground container = (FloatBackground) findViewById(R.id.container); container.addFloatView(new FloatText( 0.3f, 0.6f, "A")); container.addFloatView(new FloatText( 0.5f, 0.5f, "B")); @Override protected void onResume() { // TODO Auto-generated method stub super.onResume(); container.startFloat(); } @Override protected...