Questions tagged [demo]

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

341 questions
3
votes
1 answer

SiP domain demo (android)

I'm using demo http://developer.android.com/resources/samples/SipDemo/index.html and trying to make a call via SiP, I have 2 android devices with wi-fi connection, but here's my problem - what is SiP domain? I've read about this, but I didn't…
user1049280
  • 5,176
  • 8
  • 35
  • 52
3
votes
2 answers

Is it possible to record/replay a set of touch events on iPhone for demo purposes?

I'm thinking of a way to include a demo of how my iPhone app works along with the app. I need to demonstrate how one of my on-screen GMGridView controls works. Is it possible to record or programmatically create a set of long press, touches moved,…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
2
votes
2 answers

Selenium grid unable to run the demo test

Okay, this is my first ever try to run the Selenium Grid. 1 - I went according this page: http://selenium-grid.seleniumhq.org/run_the_demo.html ant launch-hub ant launch-remote-control ant run-demo-in-sequence Ofcourse, every command in…
Pavel Janicek
  • 14,128
  • 14
  • 53
  • 77
2
votes
1 answer

Caliburn Micro reference implementations

Can you suggest some good real live and not too simplistic implementations based on Caliburn Micro where the source code is available to study approaches to common problems and "best practises"?
bitbonk
  • 48,890
  • 37
  • 186
  • 278
2
votes
1 answer

fsockopen demo at localhost

Can anybody help me to sort out fsockopen issue in localhost. I created fsock.php to post a variable to test121.php in the same folder. http://localhost/ftp/fsock.php
chandoo
  • 1,276
  • 2
  • 21
  • 32
2
votes
3 answers

Database errors in Quantum Grid demos in Delphi XE Professional

Whenever I open one of the Quantum Grid demos in Delphi XE Pro (on Windows 7 32-bit), the following error is displayed for every table (I think) in the project: error message http://www.tranglos.com/img/qgerror.png The message is: Network…
Marek Jedliński
  • 7,088
  • 11
  • 47
  • 57
2
votes
2 answers

How to create a demo for a presentation tutorial?

I want to prepare a demo (that will play sequentially in clicks) for a presentation tutorial...Can somebody help me how can I write a demo, suppose the following are steps in the demo... #start set.seed(1345) x1 <- sample(letters[1:10], 5) x1…
jon
  • 11,186
  • 19
  • 80
  • 132
2
votes
4 answers

How to create demo for mobile app

I know that i can use a screen cast software to capture my display as well as my emulator. But how can i replace my mouse icon with a circle like in this video http://www.peterfriese.de/save-a-tree-put-eclipsecon-2011-in-your-pocket/ Thanks
Peacemoon
  • 3,198
  • 4
  • 32
  • 56
2
votes
3 answers

make a popup demo /intro for a website

I wish to provide a quick demo about the contents of my website and how to use them in a proper way as soon as a user visits my page. I wish to give the demo using a popup type window at the top. I mean small information boxes informing user about…
Prashant Singh
  • 3,725
  • 12
  • 62
  • 106
2
votes
1 answer

How to slow down a service-worker to simulate 56k or 2G 3G slow connection

Here is my use-case : I'me developping Static Site Generator and stuff for them. I would like to host on static pages (like gitlab-pages or github-pages) some demo of my stuff. So I can't use server-side tricks to simulate slow connexion. My demo…
1000i100
  • 400
  • 1
  • 3
  • 13
2
votes
2 answers

How to install Shopware demo data in existing installation?

Is there a way to install the Shopware demo data (not the random demo data) after an installation of the dev template?
RappY
  • 442
  • 4
  • 16
2
votes
2 answers

PICkit2 flashing led with Button

i am using a PICkit2 Low Pin Count Demo board with a 16f690 chip. i have been able to write simple code to turn the LEDs on and off, but upon trying to utilize the push button to change the state of the LEDs, have been unable to do so. My code is…
jlehenbauer
  • 599
  • 2
  • 11
  • 33
2
votes
1 answer

Git Practice for Separate "Demo" site with dummy content

I am currently getting ready for my first ever release of a saas product. I am having hard time deciding whether I should keep my customer onboarding "demo" site (with some dummy content) seperate from live production site. So at this point, I am…
eleven0
  • 263
  • 6
  • 13
2
votes
0 answers

OSGi bnd gradle non-workspace demo or template

Looking for a non-workspace #OSGi #bnd #gradle project sample/demo/template. Anyone can share some insight into how to get the setup working? I am not using eclipse, just plain gradle/java. ideally with Apache Felix BND ver 4.x will be…
Gadi
  • 1,539
  • 22
  • 37
2
votes
2 answers

SurfaceView sample code

I need a sample tutorial for the android SurfaceView, or sample code using it that can be shared. The API demos are difficult for me to understand. Does anyone have alternatives?
saranya krishnan
  • 965
  • 4
  • 11
  • 16