I am searching for some sample interface or design for creating a "Share & Embed Widget or Link" interface in my website.
I found scribd.com's interface interesting http://www.scribd.com/doc/22735617/Senate-Health-Care-Bill here click on "Share & Embed" link given in top-right of the doc.
Could any one please provide me some sample links of website who provides this kind of interfaces, or any blog post related to this topic, so that I can take inspiration from those interfaces to design my "Sharing widget" interface.
Thanks
User Interface patterns:
UI Pattern Factory
12 Usefull Interface Designs
Designing Web Interfaces
Hope this works for you.
Related
I have a project which needs to show a Carousel. I tried many ways but no other things work for me. Tried many Javascript and HTML Carousel but none of them works in Watson. It has been for several days. It is really mandatory anyone who knows anyways please help me.
thank you.
You can create carousels and other rich UI elements with Botonic (a React Framework for building conversational apps) and integrate it with Watson using the official #botonic/plugin-watson
For one of our projects we also needed a picture carousel, which currently Watson Assistant via the rich formats does not support (i.e. multiple images within an array). We therefore created our own json rich response output that then triggered a carousel output within the Watson Web chat "client". You can extend the default Watson Web chat, to handle your own responses. See custom content for the Watson Web Chat (https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html?to=api-render ) & custom response types. The original developer notes for the Watson Web Chat did have a carousel example, but don't see that there anymore.
for university I have to design and build an online auction website using GWT.
But the professor did not give us any material to study, do you have any guides, links or videos?
There are many resources on the web. A good point to start is: https://dev.to/ibaca/modern-gwt-first-steps-509k
To create a running GWT project, you can use:
https://github.com/DominoKit/domino-ui/wiki/Getting-started (see dominokit-cli)
http://www.mvp4g.org/boot-starter-nalu/BootStarterNalu.html (generating a Nalu project)
I would use Nalu (Disclaimer: I am the auther of Nalu) and suggest to use Domino-UI for the visual components (https://github.com/DominoKit/domino-ui) and domino-rest (https://github.com/DominoKit/domino-rest) for the client-server communication.
in case you need help, you can ask questions here:
GWT: https://gitter.im/gwtproject/gwt
Nalu: https://gitter.im/Nalukit42/Lobby
Domino related stuff: https://gitter.im/DominoKit/domino
Hope that help.
I'm searching for a way to create a sort of inline help / guided walkthrough tour to explain certain elements/sections displayed on an SAPUI5 apps. I was checking examples, e.g. intro.js and others (https://ourcodeworld.com/articles/read/328/top-10-best-tour-website-guide-javascript-and-jquery-plugins). How would this work with xml views? Anyone has an idea or can point me to a resource? thx
The UI5Lab community has a custom library for guided tours, see here.
This library uses UI5 controls, so you could either use this library for your project or check the source code for some ideas on how to implement a UI5 native tour yourself.
I found this question on SO where someone gave a quick tutorial for how to use SLComposeViewController directly.
Everyone wants to implement sharing features in their apps and I can imagine there is a framework which already implemented a configurable share sheet that offers the user a lot of different options?
I can't imagine everyone is reinventing this wheel all the time. But I wasn't lucky finding an alternative to doing it myself either.
All I need is an overlay or action sheet which pops up with various share options. Then the user taps one, and the appropriate SLComposeViewController (or similar) will be shown.
Check share kit which is an opensource framework: http://getsharekit.com or addthis which is not open but gives you the desired result http://support.addthis.com/customer/portal/articles/381270-addthis-for-ios-quick-start-guide
I am an Android newbie and I really require your help.
I'd like to develop an app , which its UI is persisted of three Tabs, and the first one a WebView.
since I am not familiar with all the required building blocks, can anyone give me a sample? a guide how to do so?
thanks a lot!
The Android API Demos include several (Tabs1 to Tabs2 sample files) examples. Install, try and have a look at them.
Regarding specifying the content of Tabs you have the possibilities to use Views or Activities. If you check some "Tab" related discussion here you will find that established users prefer to use Views (e.g. here). I took the 'Activity' way so far and feel quite comfortable - but did not go to deep into pros and cons. My current point of view is that you have to decide on each special case and can't give a general recommendation.
there is some tutorials on this page : http://developer.android.com/resources/tutorials/views/index.html