hackerspk

Results 4 comments of hackerspk

yes it is inside the MainActivity when user click the btnSelect case R.id.btnSelect: new Picker.Builder(this, new MyPickListener()) // Here error arose .build() .startActivity(); break;

It is android 4.0.4 , Qmobile A8 (a local mobile brand in Pakistan)

Default Project is working fine. But I am unable to add it my own application. Any tips?

yes public void startActivity() { EventBus.getDefault().postSticky(new OnPublishPickOptionsEvent(this)); // Error comes here in library Intent intent = new Intent(this.context, PickerActivity.class); this.context.startActivity(intent); }