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
1
vote
1 answer

Difficulties on running android demo project on Eclipse and latest Android SDK

I have issues on running android demo from sdk, It doesnt work at all. It's always shows errors. So after couple of online search i find this link How to run the Android Support4Demo in Eclipse Based on the tutorial, I follow his tutorial and…
efransiscus
  • 372
  • 2
  • 17
0
votes
2 answers

Android Demo Programs

All, I want to release an app that has all the features of the paid app, but is like a 7 day demo. What is the best way to execute doing this. I originally thought to track the trial period under shared preferences, but this could be worked around…
ControlAltDelete
  • 3,576
  • 5
  • 32
  • 50
0
votes
1 answer

How to implement an app expires when I send a remote signal?

I need to implement a very specific demo mechanism. It must not expire after some date, or after X days of usage or after X start ups. I need this app to expire via a remote signal sent by myself! How do you suggest I implement this? A remote XML…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
2 answers

Optimal Screen Resolution to capture screen cast for a demo

I am making a screen cast nor capture of the functionality of our application.I am doing it on my laptop,I am supposed to connect a projector or a tv to show the demo.What would be the optimal screen resolution? Or is there something like that? What…
abmv
  • 7,042
  • 17
  • 62
  • 100
0
votes
1 answer

why in the API Demo's AlarmService_Service.java, it says"just sleep for 30 seconds" instead of 15 seconds?

I just looked through the AlarmService sample in the Android API Demo(API 8). When the AlarmManager in the AlarmService.java file use setRepeating() method to schedule the alarm, the service will create a new thread in the AlarmService_Service.java…
Evan_HZY
  • 984
  • 5
  • 17
  • 34
0
votes
2 answers

Shortest way to see Maven's supremacy in Eclipse?

Suppose I have created an empty Maven project in Eclipse. What is the shortest way to observe Maven's ability of automatic jar downloading and dependency checking? For example, I need to use Swing or log4j library. How can I add them without…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
0
votes
1 answer

Live web demonstration platform

I would like to set up a live streaming video demonstration. I have a webcam that I will be focusing on my mobile device. I will give a live demonstration on the mobile device. I do not need audio support because I will be using a conference bridge.…
kmehta
  • 2,457
  • 6
  • 31
  • 37
0
votes
1 answer

How to limit use to deploy application in the Android demo with LVL

I developed a paid app for Android and would like to develop a demo of it. The demo application to run x number of times and then give a message to purchase the full application. I tried using both Google in:…
ersdiniz
  • 38
  • 4
0
votes
1 answer

spree shipping cost don't change with multiple items

I am using spree online demo ,having some issues related to shipping cost calculation.While trying to add a single product to cart and checkout ,then all works fine, the shipping charge added to the total amount correctly.But the problem is that…
rajith
  • 112
  • 1
  • 11
0
votes
2 answers

SIPDemo doesn't send or receive a call

I am trying to make SIPDemo sample work to test SIP API for 2.3.1. It installed on my 2.3.3 device without any problem but when I call from the phone or to the phone after saving SIP credentials, it does not do anything. Did anybody have a success…
Tae-Sung Shin
  • 20,215
  • 33
  • 138
  • 240
0
votes
0 answers

Name qemu image that EVE-NG doesn't support

In the path /opt/unetlab/addons/qemu/, what will be the name of the folder containing the images that are not in the eve-ng support list? Following the instructions on youtube, I added the image of the Hillstone firewall which is not in the list of…
0
votes
2 answers

Scilab 2023 Xcos electrical demo does not work in Windows 10

I've just installed Scilab 2023 in Windows 10 with Visual Studio Buildtools successfully: --> haveacompiler() ans = T --> findmsvccompiler() ans = "Visual Studio Build Tools 2022" But when I try simulating Electrical Demo in Xcos, RLC,…
Salva
  • 1
  • 1
0
votes
1 answer

Is there any way to deploy a demo application in flutter, specifically something made for mobile (regardless of being iOS or Android) on the web?

I wanted to put my apps demo deploy somewhere, so when I apply for jobs, people can test the apps I made, not just see pictures of the UI and code. I found a place to do it, appetize.io, but it let you put only 2 apps online.
0
votes
0 answers

Is there a way to use macro for demo of the jQuery UI sortable

I have created jQuery UI sortable elements. Now I wonder if its possible create a small macro that move these elements around to demo for the user. Like selecting on element then drag and drop that element between two elements. So instead of an…
0
votes
0 answers

demo:There was an unexpected problem with defining the props property to state

im noob,I hope I can get your help screen: Just like in the picture, there is a problem with my program. The data displayed on the page is different from the real data. This happens in method deleteItem of item.jsx, after executing this method, the…