AbdAlMoniem AlHifnawy
AbdAlMoniem AlHifnawy
Hello, I'm using the below code to show directories: ```Java Log.d("mn3m", "Internal SD Card Path: " + StorageUtils.getAllStorageLocations().get("sdCard").getAbsolutePath()); Intent chooserIntent = new Intent(this, DirectoryChooserActivity.class); DirectoryChooserConfig config = DirectoryChooserConfig.builder() .newDirectoryName("DialogSample") .allowNewDirectoryNameModification(true)...
when I call the onTouchListner.openSwipeOptions() method, it doesn't openSwipeOptions for the correct row if the recycler view has been scrolled past the first few visible items. here is my code:...
Hello, Can I use this with any Arduino board, also can it be used with HC-05/06?
This pull request makes it possible to change and start the timeouts from one quick tile, also in the main app, the same logic is applied
The way it works now allows the user to add only one link by applying one regex over the commit message:  but it'd be nice to have multiple links...