什么时候使用PopupWindow? 当业务需求的交互形式需要在当前页弹出一个简单可选项UI与用户进行交互时,可使用PopupWindow完成此功能开发 Android Dev API Doc PopupWindow是一个View的容器,它不像Frament和Activity这些View容器一样有完整的生命周期.它只是用来简单呈现一个自定义View而已. 使用PopupWindow的一般步骤: 1.创建PopupWindow对象 2.设置创建ContentView,并设置.创建ContentVi…
import java.util.Scanner; public class compounding { public static void main(String[] args) { menu(); int m = scanner.nextInt(); switch(m) { case 1: compound_calate(); break; case 2: single_calate();break; } } private static void compound_calate() {/…