[android-developers] htonl support C++ , how to same function implement in java code

2011-08-19 Thread N K Shrivastva
Hello Developers, Please help me, htonl() = host to network long . This method convert host to network in C++/c language i want same conversion in java host to network some one plz help me . Thanks, Naveen -- You received this message because you are subscribed to the Google Groups Android

[android-developers] video playing issue, how to resolve this one

2011-08-19 Thread N K Shrivastva
08-19 17:36:16.139: ERROR/QCvdec(1294): get_parameter: unknown param 0ff7a347 08-19 17:36:16.179: ERROR/QCvdec(1294): Omx Flush issued when vdec is not initialized yet. 08-19 17:36:16.179: ERROR/QCvdec(1294): Unsupported profile, level, or widht, height 08-19 17:36:16.179: ERROR/QCvdec(1294):

[android-developers] how to convert data host to network

2011-08-18 Thread N K Shrivastva
i want to send a group of data to network server socket. i want to send request body convert host to network. i am not greeting way to handle these things plz help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Issue with Android socket connectivity.

2011-08-17 Thread N K Shrivastva
Hello all developers, I am facing this spcl type of issue with socket connection with server.When first time connect with server then it's true response.Server connecting successful. when trying to connect second time then not connecting with server.bez socket connection is not closing with

[android-developers] Socket connection android issue

2011-08-10 Thread N K Shrivastva
Hi i want tcp-socket connection for connection with socket and take response back: public static String SERVERIP = 192.168.0.127; // designate a port public static final int SERVERPORT = 5675; private void connectSocket() { // TODO Auto-generated method stub try {

[android-developers] Connection refused: connect socket

2011-08-10 Thread N K Shrivastva
Trying this code for socket interface ObjectOutputStream oos = null; ObjectInputStream ois = null; Socket socket = null; Date date = null; try { // open a socket connection socket = new

[android-developers] Connection refused: connect socket

2011-08-10 Thread N K Shrivastva
Trying this code for socket interface ObjectOutputStream oos = null; ObjectInputStream ois = null; Socket socket = null; Date date = null; try { // open a socket connection socket = new

[android-developers] How to stop Thread/Handler

2011-07-27 Thread N K Shrivastva
Hello Android developer, i have two button, one for start thread and another for stop thread. when clicking on start thread then it's display message in after each second. but i want stop that thread on stop button click.what to do need ur help or refer me actual url. Thanks, -- You

[android-developers] mediaPlayer.setDisplay(surfaceHolder) not works for large video

2011-07-27 Thread N K Shrivastva
Please help me what try to play large video then mediaPlayer.setDisplay(surfaceHolder); not works Error: 07-27 16:11:16.569: ERROR/MediaPlayerService(1290): The Default Player is PV_PLAYER*** 07-27 16:11:16.649: ERROR/PlayerDriver(1290): Creating Non-Tunnel mode

[android-developers] i want to load my images after each 2second..Please help me

2011-07-19 Thread N K Shrivastva
Hello Android developer, i want to load my images after each 2second..Please help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Drag and Drop funcationality on list

2011-07-13 Thread N K Shrivastva
Hello Android Developers, i want to Drag and drop functionality on list. Here i donot want to extend listActivity. i want access Drag and drop functionality using extend activity class with list id . ListView lv1=(ListView)findviewById(---) Please help me, i am getting lot of sample

[android-developers] How to check internet connection in background when application closed

2011-07-11 Thread N K Shrivastva
How to check internet connection in background when application closed by user. i have idea about Async class and it's method, i want it's works in background when application closed then after also. i want chacek alws in background after 2 sec like.. Please help me, -- You received this