Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to demonstrate android app on website?

Does anyone know of an easy way to present an android app through a website? Maybe the equivalent of an emulator running on a webpage. It would be great for demonstrating app functionality via the web and doing basic initial customer design approval without them having to install an app. It would also be good for marketing existing apps.

like image 822
scadger Avatar asked Jul 06 '11 13:07

scadger


3 Answers

I think creating a video is the best way. If you are on a mac, try this:

Screenflow

If you are on Windows, try this:

Camtasia

I use ScreenFlow and then put the video on my website for clients to see.

like image 52
nickfox Avatar answered Oct 16 '22 01:10

nickfox


You can use Droid VNC Server on your own handset and connect an android handset to your Network, then give them a webpage with the HTML web viewer of Droid VNC server. That would probably give you the best solution and would be transparent for the customer.

like image 32
Chiguireitor Avatar answered Oct 16 '22 01:10

Chiguireitor


Do this

  1. Install the ADB Driver to directly debug the app in Android Phone

  2. Open Android Studio, directly run your app in Android phone.

  3. Click the Capture icon. its capture the screenshot of android phone.

4.See the images , Android Studio have own Screenshoter, Video Recorder.

5.No Need of Third party Softwares.

Hope this helpful.

Happy Coding :)

enter image description here

like image 1
Venkatesh Selvam Avatar answered Oct 16 '22 01:10

Venkatesh Selvam