Download Simple Android Server APK 3.5.0 for Android (simple-android-server.apk). Simple Android Server is a free and awesome Tools app. Aug 04, 2016 This video tutorial will show you how to connect your android application to SQL Server Database and login a user who's login credentials are in SQL Server's Database. Apr 29, 2017 kWS is a lightweight and fast Web Server especially designed for android mobile devices. It can be used to host websites and to serve files over HTTP. KWS implements HTTP-1.0. Features: - Basic & digest authentication for secure access - Server side includes (SSI) - Directory index - Directory downloads in tar, tgz & zip formats - Resumable.
Project: Simple Quiz App
– To download it for free (scroll down)
This simple quiz app can create a random question and choices to be answered by the user. If the answer provided by the user is incorrect, then the quiz is over and the user has to play again. It can be used in several android gadgets such as smartphones, tablets, television. Android is an open source so that developer find it easy to establish and expand new features.This mini project is easy to operate and understood by the user.
A simple android http server based on nanohttpd, support file browse, download and upload.
We can browse phone sdcard contents on web browser, just type the server url on browser. For example, on my phone, type http://10.17.63.119:8080
, the contents show like below:
When browsing files, if the link is a directory, then browse will show all the contents under the directory; If the link is a file, when click the link, the file will be download by browser.
We can upload files to our phone, uploaded files is stored at /sdcard/Download directory. This feature can be test by curl
tool. For exmaple, upload test.txt
file in current directory, usecurl -F file=@./test.txt http://10.17.63.119:8080
Welcome Star and Fork!