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
2
votes
1 answer

Java: Protect Trial/Demo Period

I searched, and only found a couple([1][2]) of answers here. None of them really answer my question though. My application will have a thirty day trial period. What's the best way to protect the program? I'm not worried about crackers, just Joe…
Jonah
  • 9,991
  • 5
  • 45
  • 79
2
votes
4 answers

Android Nfc Sample Demo - reads only fake information from the Tag

I just installed the Nfc Demo from google, but it doesn´t read the information from the Tag.-> It just provides some fakeTag information. Has anybody an idea, where I can change the sample to read from the nfc Tag? Or has somebody a working nfc demo…
ubiquitous
  • 21
  • 1
  • 1
  • 9
2
votes
4 answers

Is there any mobile emulator for showing demo on website?

I developed j2me, android and blackberry based applications. I need to showing the demo for clients through my own website. Is there any mobile emulator for showing the demo for my application through website?. For example user can choose the both…
bharath
  • 14,283
  • 16
  • 57
  • 95
2
votes
2 answers

Creating a demo period in an Android application

I’m looking for some information regarding how I would create a demo period in my Android application. Essentially, I would like a user to be able to use my app for say 5 days. What sort of methods are available to be able to determine how long…
user432209
  • 20,007
  • 10
  • 56
  • 75
2
votes
1 answer

"com.android.systemui.demo" sendBroadcast - Not working?

How can I successfully activate the demo mode for the status bar in android programmatically? I already tried this approach without any success: Link to an example // Enable demo mode Intent intent = new…
2
votes
1 answer

iOS TestFlight for other countries?

I have an app already release for certain countries, now i want to let someone who are not in the release country to test on it. Since the app is released i can't use TestFlight to invite him to test the current version, any suggestion?
FunFair
  • 191
  • 1
  • 12
2
votes
0 answers

Google Analytics Polymer Elements Demo not working

I'm really new at Google Analytics and I'm facing a problem with Google Analytics Polymer Elements, see demo If I sign in it works, but after I downloaded the source code from GitHub I'm not able to make it work! In the GitHub demo there are some…
2
votes
2 answers

How to demo examples of embeded systems?

It seems that a lot of small business people have a need for some customized embedded systems, but don't really know too much about the possibilities and cannot quite envisage them. I had the same problem when trying to explain what Android could…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
2
votes
1 answer

Any good free website template or theme for wordpress or joomla to demo my phone apps?

I want to build a site to introduce my phone apps and guide users to the app store. is there any good theme or template for me to get start? I need to put all my apps together and have separate page for single one.
virsir
  • 15,159
  • 25
  • 75
  • 109
2
votes
0 answers

How to create a transparent demo screen for phonegap android app

I want to create a semi-transparent demo screen that is launched only when a user first installs my application. I looked in the internet and I found this How do you create a transparent demo screen for an Android app? which is the thing I want to…
Amirado
  • 1,053
  • 1
  • 8
  • 12
2
votes
1 answer

Synfony demo: no route found for "GET /_configurator/" & ResourceNotFoundException

I wanted to learn Symfony and decided to get the demo app, they've released. I have an Ubuntu 14.04 server running apache 2.4.7 that seems to apply for all Symfony requirements. However on a fresh install of the demo, already on the first step, I'm…
Alari Truuts
  • 310
  • 4
  • 12
2
votes
3 answers

Vaadin Dashboard demo using Spring Boot

I'm trying to put together a simple application using Vaadin + Spring Boot with just two views: login and dashboard. I'm using pieces of code from the Vaadin Dashboard demo. There is this method in the DashboardUI class: private void updateContent()…
Pavel Bastov
  • 6,911
  • 7
  • 39
  • 48
2
votes
2 answers

How to make the animation like digitalocean website?

Is there any tools that can help me to make a demo animation like the digital ocean website?
Alex Wu
  • 23
  • 3
2
votes
1 answer

How to list all demos and their sources of an R package

I was wondering whether there is a special command to list all demo programs (R-scripts) of a package and to inspect their content without running them, i.e. without using demo(name_of_demo_file) In particular, I am looking for an approach to…
Ueli Hofstetter
  • 2,409
  • 4
  • 29
  • 52
2
votes
1 answer

Easy way to build an in-app demo like they do in Convertbot?

I want to make a little in-app demo like Tapbots does in Convertbot. Maybe there is a better solution than mine? make everything programmatically controlable write a huge class with hundreds of performSelector:withObject:afterDelay: calls to…
dontWatchMyProfile
  • 45,440
  • 50
  • 177
  • 260