Android php login system
This is my first post . I am making android php login system, Basically i am making hybrid app . So i wil开发者_JAVA百科l be calling php page in the android app . so wht i want to do is tht using android screen and php page finger print login system .At the php side i have an idea of everything but i dont knw to capture android screen and send image finger print image to server . Thanks in advance
Your can capture images using the camera only, no way to acquire data from the screen itself. So I guess you need to make your system login using face recognition. However this will be easy to fake (take a picture of an existing photo of your president and log on his account)...
Other than this, to send an image or more generally data to a server using HTTP, have a look at the HttpClient class from Apache.
精彩评论