Android: How AirDroid app does work?
Asked Answered
L

2

11

Hello I am going to develop an app like "AirDroid" on Android Market which connect a device with the PC using wireless communication.

Can anybody explain to me how this app works? Is Internet required for that or not? and from where that window which display the content of the device in PC, comming from to explore the Device?

Is it Internet required for that or any server manages that?

Thanks.

Lancastrian answered 6/3, 2012 at 9:39 Comment(3)
Sorry if this sounds dumb, but are you really asking us to explain an app you that you want to develop? This is silly! Also your sentences need improvements as it is hard to understand the second paragraph...Traitor
@Traitor : Sorry regarding my language. But in this app we can able to see our Mobile Data in to PC. and the graphics of the PC also fit to screen and good like any other Computer Software. Thats why i thaught that some data might be comming from the internate. So i want to know its whole process if any one know. Thanks for the reply.Lancastrian
@WarrenFaith: i have close the internet and then try. But in that condition also the app is going to work.Lancastrian
A
14

AirDroid is server application based on lightweight PAW Server: http://paw-android.fun2code.de/. I think that the used framework is your main question, isn't it?

Another server you might want to try is Jetty: http://code.google.com/p/i-jetty/

Have fun ;)

Affiant answered 3/4, 2013 at 16:38 Comment(3)
yes thats near to my question. But still i want another answer. Is there any other server we can use for same ?Lancastrian
As I already answered: You can use PAW server or Jetty. So far I don't have any other reference for servers running on Android.Affiant
can i use Apache Server as well? Any idea about it?Lancastrian
M
5

actually air droid starts a http server on your phone just like apache does on your computer. ALL THE graphic that you see you can actually retrive from the app itself it doesnt uses internet. You can extract that graphic from the app just by using a zip opener to open the .apk file. It mainly uses client side scripting for exmple javascript.

Mind answered 5/3, 2013 at 17:9 Comment(1)
Do you have anything like same example ?Lancastrian

© 2022 - 2024 — McMap. All rights reserved.