Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-04 Thread Raymond Rodgers
Taking a quick look at some of my more recent code, I actually use a combination of DefaultHttpClient and HttpGet. See: https://developer.android.com/reference/org/apache/http/impl/client/DefaultHttpClient.html https://developer.android.com/reference/org/apache/http/client/methods/HttpGet.html

Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-04 Thread a2networks . test
Could you give me a direction on how to use HTTP connection? I'm pretty new to Andoid programming Op dinsdag 1 november 2016 16:27:20 UTC+1 schreef Raymond Rodgers: > > I'm not familiar with the software you're using (on the server side), but > if the WebView is going to be invisible, why are

Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-03 Thread a2networks . test
On the serverside there will be a webpage which allows users to control a doorlock. An XML trigger has to be sent to this server. So the buttons will request a url like: https://10.10.100.25/index.phps?state=1 for opening a door and https://10.10.100.25/index.phps?state=0 for locking the door.

Re: [android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-01 Thread Raymond Rodgers
I'm not familiar with the software you're using (on the server side), but if the WebView is going to be invisible, why are you using it? Does the triggering web page/API use some Javascript or something to accomplish the task? If not, I would use a different method. Forgive me, it's been a

[android-developers] Re: A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 25881 (WebViewCoreThre)

2016-11-01 Thread a2networks . test
*KICK* I need help Op woensdag 26 oktober 2016 08:58:33 UTC+2 schreef a2netwo...@gmail.com: > > Hello, > > I wrote an (really basic) application to control access for a building. > This application exists of multiple buttons (10 in total). > Per door there are 2 buttons. One button acts as an