-
Updated
Jun 28, 2020 - Dart
mobile-development
Here are 938 public repositories matching this topic...
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (Confirmation, Location Refinements, Menu
) UIViewCont
I created a virtual environment using conda and I installed darkflow and it worked pretty well. I later exported the environment to try it on another computer to verify that everything works. But conda doesn't install the darkflow even though it exists on the requirement.txt
Hi,
How do you add integration with SDKs that deliver the result to onActivityResult
method of fragment/activity? For example if you'd like to implement Authentication via Facebook SDK you would:
- Create a CallbackManager
- Register it via
registerCallback()
of [LoginManager](https://develope
I noticed that if I just copy the code in: https://galio.io/docs/#/components/switch
<Switch
value={this.state["switch-1"]}
onValueChange={() => this.toggleSwitch("switch-1")}
/>
It throws an error saying that onChange is undefined. I think it would be a good to provide documentation that you would need onChange along with onValueChange. Unless I was implementing it wrong?
-
Updated
Jan 14, 2020 - Java
-
Updated
Jan 6, 2020 - C++
-
Updated
Feb 11, 2020 - Java
In the original library, changing of the font family is supported by editing styles.xml https://github.com/afollestad/material-dialogs/blob/master/documentation/CORE.md#fonts
<style name="AppTheme.Custom" parent="Theme.AppCompat">
<item name="md_font_title">@font/your_font</item>
<item name="md_font_body">@font/your_font</item>
<item name="md_font_button">@font/your_font</item>
-
Updated
Nov 6, 2018 - Dart
I find run.py is updated.
-# FLAGS.model = "darkflow/cfg/yolo.cfg" # tensorflow model
-# FLAGS.load = "darkflow/bin/yolo.weights" # tensorflow weights
-FLAGS.pbLoad = "tiny-yolo-voc-traffic.pb" # tensorflow model
-FLAGS.metaLoad = "tiny-yolo-voc-traffic.meta" # tensorflow weights
could you share the file of tiny-yolo-voc-traffic.pb and tiny-yolo-voc-traffic.meta ?
thank you very much!
-
Updated
Jun 18, 2020 - Dart
-
Updated
May 19, 2020 - Python
-
Updated
Jul 10, 2018 - Java
We should update the main API reference page:
- Include links to latest release API references
- Include links to past releases of API references
- Use same UI as skygear-JS-SDK
-
Updated
Feb 29, 2020 - Dart
As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.
Pull Request Process:
- Ensure the project tutorial to be added doesn't already exist and it is of good quality (code quality, project scope & project relevance).
- Update the [data.js](https://github.com/Xtremilicious/ProjectLea
I really wish I could do it myself but I have no experience with C#.
Can we add a Open in Atom
option in the menu?
Using the terminal I can open the project by using atom .
I tried doing it myself but when I compile the master branch I get like 6
Could not load file or assembly or one of its dependencies
-
Updated
Jun 27, 2020 - C++
-
Updated
Mar 30, 2020
-
Updated
Apr 15, 2020 - JavaScript
-
Updated
Jul 16, 2019 - Dart
-
Updated
May 15, 2020 - Dart
-
Updated
Jan 16, 2018 - C#
-
Updated
Dec 20, 2019 - Dart
-
Updated
Feb 17, 2020 - C
-
Updated
Apr 5, 2020 - JavaScript
Describe the bug
Android receiving Chinese characters is right, but iOS is not correct.
use transports: [Transports.POLLING]
Android:
[{"msg":[{"method":"SystemNot","action":"1","ct":"直播内容包含任何低俗、暴露和涉黄内容,账号会被封禁;安全部门会24小时巡查哦~","msgtype":"4"}],"retcode":"000000","retmsg":"OK"}]
iOS:
[{"msg":[{"method":"SystemNot","action":"1","ct":"ç�´æ�å��容å��å�«ä»»ä½�ä½�ä¿�ã��æ�´é�²å��æ¶�é
-
Updated
Mar 5, 2020 - Swift
Improve this page
Add a description, image, and links to the mobile-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mobile-development topic, visit your repo's landing page and select "manage topics."
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is