앱1 Coach mark View [Android] Let's assume you ordinarily would call setContentView(R.layout.main), but on first run, you want to have this overlay.Step #1: Create a FrameLayout in Java code and pass that to setContentView().Step #2: Use LayoutInflater to inflate R.layout.main into the FrameLayout.Step #3: Use LayoutInflater to inflate the overlay into the FrameLayout.Step #4: When the user taps the button (or whatever) to d.. 2015. 12. 11. 이전 1 다음