XmlPullParser parser = Xml.newPullParser();
    parser.setInput(new StringReader("" +
          "<Button android:layout_width=\"wrap_content\" android:layout_height=\"wrap_content\" android:text=\"Handle\" android:id=\"@+id/handle\"></Button><LinearLayout android:id=\"@+id/content\" android:layout_width=\"fill_parent\" android:layout_height=\"fill_parent\"></LinearLayout>"
      ));
     AttributeSet attributes = Xml.asAttributeSet(parser);
     
    
    SlidingDrawer SD = new SlidingDrawer(conte, attributes);

SlidingDrawer SD = new SlidingDrawer(conte, attributes);   <- 이부분에서 클레스 케스트 익셉션이 생기네요 .