AndroidDeveloperLB
AndroidDeveloperLB
I'm using this version of Glide: ``` implementation 'com.github.bumptech.glide:glide:4.13.2' ``` And this command to load some bitmap: ``` Glide.with(context).asBitmap().load(imgFile).addListener(listener).apply(RequestOptions.centerInsideTransform().skipMemoryCache(true).diskCacheStrategy(DiskCacheStrategy.NONE)).submit(screenWidth, screenHeight) ``` For the listener, I've noticed that there are no...
As the title says. It seems this repository should make it possible, because of this: https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-android https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-ios-on-macos-with-xcode If you create a sample project (here or somewhere else and link to...
It seems this plugin works even on debug version, when obfuscation in general is usually not used. Please add option to avoid using the plugin on debug version, to reduce...
V1.0.0.0 I try to switch to Hebrew using ALT+SHIFT, and then I type in it, but I don't see the text from Carnac on the screen showing Hebrew. It shows...
Currently they are not being shown.
1.0.0.0. When I launch Google's Android emulator while having Carnac, it doesn't show anything at all while typing there. I think most apps fail to do this correctly. But I've...
I get this: 
For now, I've found out that it's possible to get the clipboard data in the background, but only if the app is in the foreground with an on-top view ....
I get this: 
on the repo main page