Android error: Stopping service due to app idle phptuts May 25, 2021 Cause: Starting from Android O there is limitation on how freely app can access background Service. Solution: use Foreground Service Step 1: in service: Step… Continue Reading
Java: how to get a File’s Mime Type phptuts May 25, 2021 Use android.webkit.MimeTypeMap Code snippet java: Continue Reading
Java: MimeTypeMap fail to return extension for a filename contains spaces phptuts May 25, 2021 Sample error code: Solution: Replace blank space to %20 Continue Reading