i am creating a simple test app for login process but the error that i get that when i use the browser in the emulator and try the url that i used it give me web page not available
i used the localhost 127.0.0.2 but it give me the same msg and i used the ip of my pc the same msg anyone can help me ??
java code
package com.sencide;
import java.io.BufferedReader;
import java.io.IOException;
i
I'm trying to parse some JSON data through an HTTP request.I don't get a force close on my AVD ( on my PC ) however I do get one on my phone !
Here's my code :
package com.example.database;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.List;
im
I am trying to establish a chatting application between a server and a client, but the application could not run because of this line of code : message = (String) input.readObject();
because at first, inputStream is null ! any one can help please ?
below is my java code for xml parsing.
I developed an app to connect my android app to remote server and display data in listview
I did everything and i spend 2 weeks to do it but the data don't show up in the listview
these are the files i used to accomplish that, please help me because i must finish this app quickly
MediaActivity.java
package com.shadatv.shada;
import java.io.BufferedReader;
import java.io.InputStream;
import ja
I got struck because of IllegalStateException in the following code. Can anybody please help me?
i'm try to create an aplication to login in this website http://www.reclameaqui.com.br/
and when i put my login and password ,the aplication show me this :
03-01 22:34:47.220: W/SENCIDE(27717): 403 ForbiddenForbiddenYou don't have permission to access /areadoconsumidor/on this server.Apache/2.2.15 (CentOS) Server atwww.reclameaqui.com.br Port 80
package com.sencide;
This is the CODE
import jav
I am doing an Android program that is supposed to send data from the tablet to a PHP Web Service.
I am developing android application for video streaming using existing source of SPYDROID application.Link
This application have its own http server.What i need to authenticate user before accessing url of server.
The server code is :-
package net.majorkernelpanic.http;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.FileInputStream;
import java.io.FileN