I'm developing a project where I need to connect an Android device to a Raspberry Pi 3 to perform HTTP connections without using internet access. I just want to have a local domain.
EDIT:
I'm trying to connect an Android device to the Raspberry PI using the wlan0 as Access Point. The Android device will work as a http client and the Raspberry Pi as a http server so I need a network to perform this in a local domain.
I followed a lot of guides but all of them use the Raspberry PI as a WiFi repeater. I try to connect my android device to my ad hoc network but It doesn't work.