i'm developing a software and i need to create a notification.. Well seeing a lot tutorial, i can't follow one, because my import NotificationCompat don't show.
I updated ALL my SKD Manager and I did jar download (android-support-v4.jar), don't work
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
if (requestCode == CAMERA_CAPTURE_IMAGE_REQUEST_CODE) {
if (resultCode == RESULT_OK) {
//Notification Here!
}
}
}