Android低级错误杂记

1. Bundle传值是随Intent传的,转Class传值时,不能putextra以后再new一个Intent转Class

2. 若想实现Popwindow的Touch功能,建议对其中View的setOnTouchListener设置,虽然Popwindow自带一个setTouchInterceptor,但不建议用

3. popupWindow.setBackgroundDrawable(new BitmapDrawable()) 决定着PopupWindow是否点外部区域消失

你可能感兴趣的:(Android低级错误杂记)