Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android-client server application in the same device

Tags:

android

client

Can i create an application that contains the client and server in the same device? if it's possible ,can someone give some real android application examples. And thank you

like image 439
victoria Avatar asked Mar 01 '26 19:03

victoria


1 Answers

Yes can make Client-Server app in same device using JAVA Servlet. Refer this github project Android HTTP Server

Small but powerful multithreaded web server written completely in Java SE and then ported to Android.

A complete zero-dependency implementation of a web server and a servlet container in Java with a sample Android application.

like image 79
Dishant Patel Avatar answered Mar 04 '26 08:03

Dishant Patel