hafiz013
hafiz013
Tjis is I found when i try to apply u code inside fragment > `DatePickerFragmentDialog dialog = new DatePickerFragmentDialog(); dialog.setOnDateSetListener(new DatePickerFragmentDialog.OnDateSetListener() { @Override public void onDateSet(DatePickerFragmentDialog view, int year, int...
hi when i set to new NotificationChannel(CHANNEL_ID, name, NotificationManager.IMPORTANCE_DEFAULT); it will produce notification with sound which are interrupt user and so annoying. As result, i found another way which is...
private void onNewLocation(Location location) { Log.d(TAG, "New location: " + location); mLocation = location; // Notify anyone listening for broadcasts about the new location. Intent intent = new Intent(ACTION_BROADCAST); intent.putExtra(EXTRA_LOCATION,...
Hi, how do i change color progress bar from blue (default from this library) to another color?
Hey there and thank you for using PowerMock Please read the following tips before filing an issue: Is this something you can debug and fix? ------------------------------------------------------- Can you see anything...
below here is the error : `Could not resolve all dependencies for configuration ':composeApp:wasmJsCompileClasspath'. > Could not resolve com.bumble.appyx:appyx-navigation:2.0.0-alpha10. Required by: project :composeApp > No matching variant of com.bumble.appyx:appyx-navigation:2.0.0-alpha10 was...
Hi there, how to make video play like facebook for example, when I click play it open new frame with black screen background and then scroll down it show next...
Hi data from abstract class will be pass on activity. so the question is that how to get data through listener
Hai there, this library not applicable for my country malaysia. When I change recognizeWithCountryRegionNConfig("ms", "", destination.getAbsolutePath(), openAlprConfFile, 30) the output textview not come out. Please consider to put my country....
Hi let say i have two custom drawable star, how to change background drawable unselect and select star?