-
FATAL EXCEPTION: main
java.lang.NullPointerException
at android.graphics.Canvas.setBitmap(Canvas.java:143)
at **com.espian.showcaseview.ShowcaseView.dispatchDraw(ShowcaseView.java:190)**
a…
ghost updated
11 years ago
-
A drawer (similar to facebook and youtube) could actually make sense.
-
-
Example source code project modification:
``` JAVA
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
…
-
It'd be nice to have the ability to display some sort of hint (maybe that's just displayed once) that shows the user that they can slide on the window to open the menu drawer.
-
Hello,
there is some noise in the sample that make it less clear than it should be :
1. the layout file (main.xml) defines 2 buttons with the same id : button. It gives the feeling that this is nece…