开发者

How to demonstrate android app on website?

开发者 https://www.devze.com 2023-03-17 12:24 出处:网络
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

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开发者_JAVA百科 an app. It would also be good for marketing existing apps.


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.


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.


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 :)

How to demonstrate android app on website?


Android being based on Java, I guess one could adapt the emulator for a webbrowser version, but this would be quite long, and inefficient.

If you forced your user to download the emulator (you could package it without the whole sdk), you could make a batch script to launch it and install your apk, but for a lambda user this would be too much trouble to test one app.

The only solutions left are

  1. making a video of your app's features (you could then add subtitles and graphic design to enhance a point in the video)

  2. make a fake version using flash or HTML5 / javascript

  3. make a java applet (you could then reuse some of your code, and only redesign the GUI)


I would recommed using TeamViewer or other simmilar remote access/remote desktop sharing solution. Teamviewer is free.

ps. i know this is not on webpage, but i figure if you'll be presenting this could be a good option.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号