
Min Cheng
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 11
Activity overview
Latest activity by Min Cheng-
Min Cheng created an article,
How do I get detailed location information from a GeoPoint?
In order to fetch detailed information such as street address or the city name for a location, you will need to use the reverseGeo lazy-source property of the viv.geo.GeoPoint structure available i...
-
Min Cheng created an article,
Why don't Bixby Developer Studio search results find all occurrences of the search String?
Bixby Developer Studio’s search functionality looks for exact matches rather than fuzzy matches. When search terms contain special characters such as whitespace characters, the search being made ma...
-
Min Cheng created an article,
How do I change the time field in the Simulator to a 24 hour convention?
Bixby IDE simulator allows GPS and clock override as in the screenshot. Developer can easily adjust GPS location, timezone, and current time for testing purpose. However, the time is limited t...
-
Min Cheng created an article,
How do I customize views for different device targets?
With Bixby Watch and TV coming to the Marketplace, the automatic view change for different device target is great but may not provide the best desirable effect. Consider the following screenshot fr...
-
Min Cheng created an article,
How do I access other concept in my view model
This question is commonly asked when implementing input-view model. Consider an utterance that request a person's name and age, during the input-view of age, developers may want to implement messa...
-
Min Cheng created an article,
How to access and test viv.self
Request user-profile-access permission in capsule.bxb Use computed input to get viv.self.Self object // Use self.GetImaginarySelf for development purpose computed-input (self) { type (self.Self)...
-
Min Cheng created an article,
How to test default-action() in IDE and common misunderstanding
Github example: https://github.com/MinChengVivLabs/defaultAction how to test in IDE: In simulator, set target to en-US, and use one of the seven dispatch phrase in https://bixbydevelopers.com/dev/...