240 发简信
IP属地:台湾
  • Resize,w 360,h 240
    利用Theme自定义Activity进入退出动画

    1.Activity.overridePendingTransition来自定义Activity的进入动画,却发现没法定义退出的动画。 2.用T...

  • Activity的onSaveInstanceState

    整理自http://www.cnblogs.com/xhj-records/archive/2013/02/28/2936373.html **...

  • Intent和Bundle的区别

    已经写了好多关于Intent的语句了。回想一下,在Activity之间传递数据的时候可以直接在intent.putExtra()中,也可以先放到...

  • ViewGroup的onInterceptTouchEvent()方法

    public boolean onInterceptTouchEvent(MotionEvent ev) { return false;//继续...

  • Resize,w 360,h 240
    PopUp Menus

    When we create an instance of the PopupMenu, we need to pass its constru...

  • Resize,w 360,h 240
    INSTALL_FAILED_NO_MATCHING_ABIS 的解决办法

    是由于使用了native libraries。该native libraries不支持当前的cpu的体系结构。 INSTALL_FAILED_N...