googlesamples/easypermissions 8960
Simplify Android M system permissions
googlesamples/android-vision 2867
Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
googlesamples/assistant-sdk-python 841
Samples and bindings for the Google Assistant API
googlesamples/android-custom-lint-rules 600
This sample demonstrates how to create a custom lint checks and corresponding lint tests
googlesamples/android-vulkan-tutorials 562
A set of samples to illustrate Vulkan API on Android
googlesamples/androidtv-sample-inputs 414
Sample Channel App (TV Input Service) on Android TV using TIF
googlesamples/android-testdpc 410
Test DPC is a sample device policy controller for use with Android Enterprise. It gives developers the ability to see how their app will behave in a managed context such as device owner or within a managed profile. Users can set up a work profile, enable work apps, set applications restrictions, manage security polices, and much more. The app also serves as a implementation reference for other DPCs
googlesamples/arcore-depth-lab 401
ARCore Depth Lab is a set of Depth API samples that provides assets using depth for advanced geometry-aware features in AR interaction and rendering. (UIST 2020)
startedgooglesamples/easypermissions
started time in 9 minutes
fork Neptune-1/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
fork in 3 hours
startedgooglesamples/mlkit
started time in 4 hours
startedgooglesamples/google-services
started time in 6 hours
fork AZORTEAM/assistant-sdk-python
Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
fork in 7 hours
startedgooglesamples/android-testdpc
started time in 12 hours
fork Marceloamds/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
fork in 15 hours
delete branch googlesamples/android-custom-lint-rules
delete branch : master
delete time in 16 hours
PR closed googlesamples/mlkit
PoseDetectorProcessor.kt was extending the java's base class. Most likely it's a typo
pr closed time in 18 hours
pull request commentgooglesamples/mlkit
use kotlin's base type in PoseDetectorProcessor.kt
Hi @yangcheng Thanks for catching this! We don't directly merge the change here in order to avoid merge conflict with the changes we made in the internal git. We will make the change in the internal git and sync the change from there.
Thanks again!
comment created time in 18 hours
startedgooglesamples/android-dynamic-code-loading
started time in 18 hours
push eventgooglesamples/android-custom-lint-rules
commit sha baae092c35ed24a19fc21a3ba7d8b0e17287c37b
Cleanup: Flatten directory structure, update to new versions This sample project had multiple subfolders, for Android Studio 2, Android Studio 3, and Android Studio 4. Most of this was obsolete. This is now flattened into just one sample, which shows how to write a lint check for a recent version of Studio/AGP. It also updates the lint checks in various ways: using JUnit4 for the unit test instead of JUnit3, providing a Vendor registration for the issue registry, updating various versions of plugins and libraries to the latest versions, etc etc.
commit sha c4819bd6365cc9990907a3e922c73efee10c544a
Merge pull request #34 from tnorbye/flatten Cleanup: Flatten directory structure, update to new versions
push time in 19 hours
PR merged googlesamples/android-custom-lint-rules
This sample project had multiple subfolders, for Android Studio 2, Android Studio 3, and Android Studio 4. Most of this was obsolete. This is now flattened into just one sample, which shows how to write a lint check for a recent version of Studio/AGP.
It also updates the lint checks in various ways: using JUnit4 for the unit test instead of JUnit3, providing a Vendor registration for the issue registry, updating various versions of plugins and libraries to the latest versions, etc etc.
pr closed time in 19 hours
PR opened googlesamples/android-custom-lint-rules
This sample project had multiple subfolders, for Android Studio 2, Android Studio 3, and Android Studio 4. Most of this was obsolete. This is now flattened into just one sample, which shows how to write a lint check for a recent version of Studio/AGP.
It also updates the lint checks in various ways: using JUnit4 for the unit test instead of JUnit3, providing a Vendor registration for the issue registry, updating various versions of plugins and libraries to the latest versions, etc etc.
pr created time in 19 hours
fork WebDevGaming/unity-jar-resolver
Unity plugin which resolves Android & iOS dependencies and performs version management
fork in 21 hours
issue commentgooglesamples/google-signin-unity
The above solution is not working for me. Any other suggestion?
comment created time in a day
issue commentgooglesamples/google-signin-unity
The above solution is not working for me.
comment created time in a day
fork liangxiwei/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
fork in a day
startedgooglesamples/easypermissions
started time in a day
fork LennertDefauw1/assistant-sdk-python
Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
fork in a day
issue commentgooglesamples/mlkit
Barcode Scanning with CameraX not working on Android 10
@cs-googler
- This was with Samsung S10 and Moto G5 Plus.
- The resolution is the default used by LifecycleCameraController, which is 640x480 and can't be set. That is too small to recognize some of the barcodes, so not using LifecycleCameraController and setting higher resolution 1280x960 helps with the barcode recognition.
comment created time in a day
issue commentgooglesamples/mlkit
Barcode Scanning with CameraX not working on Android 10
@polivmi1 this might be an different issue as we have may developers confirmed that the issue was solved with the latest barcode scanning sdk. Could you provide more details for MLKit to fix your specific issue?
- The device model you are using
- The resolution setting that doesn't work with cameraX + barcode scanning
If there is a bug/something we can do better in ML Kit, we will need to reproduce your issue on our side in order to fix it for you.
comment created time in a day
Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
fork in a day
startedgooglesamples/android-dynamic-code-loading
started time in a day
fork blfx/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
fork in a day
fork kushagra31/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
fork in a day
fork keshav23/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
fork in a day
issue commentgooglesamples/mlkit
Barcode Scanning with CameraX not working on Android 10
@polivmi1 Thanks for providing the information. As you mentioned in the previous two comments, the saved image looks fine, therefore, the image provided by LifecycleCameraController's ImageAnalysis should have no problem. But the barcode inside it can't be recognized. This part of issue might still need to be clarified in mlkit side.
About the article you mentioned above, there has been a response and also a doc CameraX: Learn how to use CameraController for it. LifecycleCameraController is a high-level, all-in-one API that provides a way to easily access and manipulate core camera features. But not all settings API are included. Otherwise, it might make the API become complicated. I guess if the bar code inside the 640x480 image can be recognized successfully, then, the LifecycleCameraController's resolution setting might not be a problem for your application any more. If you still need the target resolution setting API to be included in LifecycleCameraController, please submit a feature request on here. Thanks.
comment created time in a day
startedgooglesamples/android-custom-lint-rules
started time in a day