Change icon for recorded activity from custom app in History list - connectiq

I have made my own Connect IQ app for my Garmin Forerunner watch. I have changed the LauncherIcon to my own image instead of the default IQ-icon.
My app uses ActivityRecording so the activity can be saved to the list of activities in History. However, in this list the icon for the activity is just "IQ".
Is it possible to change this to a custom image? Otherwise, I won't be able to tell the activities from custom apps apart.

It is not possible to change the icon used for activities recorded by ConnectIQ apps.

Related

Does Cesium JS offer support for saving the users current instance of the viewer?

What I'm looking to achieve is the ability to save the users current state/session of their cesium instance so that when they go onto the website at a later date, they're able to continue where they left off.
The user will have the ability to import their own custom layers to the app, and so saving their session means they won't have to keep importing everything again.
Does Cesium/Resium offer support for this, or is there a similar 3D viewer that I could use instead?

Want to show orders notifications from orders api in React.js

I am building a warehouse management system for WordPress store in React.js: I have built an API (http://wms-api.martoo.com/api/wms-orders) for orders and fetching all the orders in my React Dashboard.
Now I want to show notification for each order in my React dashboard. What's the best approach for that to show notification automatically when someone places an order through WordPress eCommerce. Probably sockets can help but I am looking for the solution. I will appreciate your help.
I have checked for different methods but non worked. I have tried webhooks, cron jobs but this method is effiecient. I have used pusher
Go at https://pusher.com/
Click on "Get a free account". Then register yourself at it.
Create a new App at the Channels tab.
Write the name of your app anything you want.
Choose ap2 (Asia Pacific(Mumbai)) or any other closer to the region of the website's owner on the cluster tab.
Ignore everything else and click on create.
Go to the apps tab in the navigation menu and click on the app you've created.
Read documentation for further instructions

To show that the new update is available in app store

In most of the app, I've seen that whenever the new update is available, it is shown in dialog box as soon as the app is opened. I think it is not a push notification since the notification msg doesn't appear in notification bar but only in a dialog box with remind me later, cancel go to appstore etc option when the app is opened.
This is a common practice that doesn't necessarily use the store versioning support (often it doesn't). The app pings to a URL to check if it indicates a new version and notifies the user accordingly.
I intend to write a tip of the week about it in a couple of weeks.

dispaying slideshow on drupal homepage

I am building a website with drupal 7 in which I have two user roles i.e. a member and an expert. I want to display slideshow of expert type of users with their image, name and few lines describing them in every instance of slideshow. All 3 fields which I require are stored in mysql database as the users entered these details at the time of signup. I used view_slideshow module but I am unable to configure it my way. Unable to create new content type.
Can it be possible to display slideshow in the way I want?
I am using "busy" theme if its required.
Using the views slideshow module you should be able to create a view where instead of displaying content you display users. On the create view page there is a spot where it says 'show: content ' as a drop down. Change this to users and then when you have the views slideshows module change the display format on the same page to slideshow.

Salesforce: environment-specific variable replacement in a custom button url

I have a custom Salesforce (Summer '11) button. Clicking the button navigates the user to a url in a new window. The url points to my own custom web app. (It does not point to the same url as that of the salesforce environment).
I want this url to be configurable for my dev, staging and live environments, so that the button in the SalesForce dev environment points to the app's dev environment, and so on.
If possible, what's the best way to achieve this, given that I'll be deploying the customization in dev (inc. button, but other things too) via a changeset which I'll push to the staging and live environments?
You would want to implement this using a custom setting. Sadly it's not yet? possible - we need to vote: success.salesforce.com/ideaview?id=08730000000I5NsAAK
As long as your button URL is pointing to a relative path rather than the full path including the server instance (and, of course, as long as the path exists) your button will work across server instances without any fuss.
For example, do: /{!Account.Id}/e? etc.
do not: https://eu1.salesforce.com/{!Account.Id}/e? etc.

Resources