Skip to content

Instantly share code, notes, and snippets.

View progzilla's full-sized avatar
:octocat:
Never give up. Never!

Ola Popoola progzilla

:octocat:
Never give up. Never!
View GitHub Profile
@progzilla
progzilla / MainMapView.class
Last active August 26, 2015 10:35
Android MapView NullPointerException
public class MainMapView extends FrameLayout {
@InjectView(R.id.map) MapView mapView;
public MainMapView(Context context, AttributeSet attrs) {
super(context, attrs);
init();
}
private void init() {