Add a popup when image is exported in Moon activity
See original GitHub issueMoon activity allow generation of the current image of the Moon in the Journal by clicking on the dedicated icon in the toolbar (to the right on the screen capture below).
It will be nice to notify the user when this export is done. The idea is to add a popup like in the QRCode activity.
The popup should be displayed using humane
library and the message should be localized. See here the implementation in QRCode activity.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Export Views from Tableau Desktop to Another Application
Export a view as an image file · Select Worksheet > Export> Image. · In the Export Image dialog box, select the elements...
Read more >Save, share, and export photos with Lightroom for mobile ...
Open the image, that you want to export, in the Loupe view. In the Grid view, ... In the pop-up menu that appears,...
Read more >Behavior changes: Apps targeting Android 12
Create a PendingIntent object that is associated with the activity that users see after they tap on the notification. Use the PendingIntent object...
Read more >Images - Foundations - Human Interface Guidelines - Design
Supply high-resolution images for all artwork in your app, for every device you support. You accomplish this by multiplying the number of pixels...
Read more >User Guide - Teramind
Any tasks you create from the TIME TRACKING > Tasks menu will be ... Hovering over the activity graph will show a small...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
humane
library is not included in the activity, you should include thejs
file and thecss
file. Plus you should reference it in thedefine
section like explained in the tutorial here. Then you will have to create a new string for the message in the.ini
file. I suggest you to complete the whole tutorial, it will help you a lot.Look on the source code I’ve pointed and do the tutorial on localization it should give you a good introduction. Do not hesitate to ask if you’ve got more specific questions.