• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. C

    Apps GUI update continiuosly

    Hi frnds i am very new to android application development. I want to develop an app which require continious update of GUI like displaying the system time seconds information. Can anybody plz give an example with some code so that i can display system time in GUI.Thanks in advance.
  2. C

    Apps Multicast Message Loss on Android

    Hi friends i am here with a problem which deals with realtime receiving of multicast packets.Below is the code of multicast client which has to receive multicast data of 28 Bytes and display that data in EditText View . The server is sending this 28 byte data at every one second to multicast...
  3. C

    Apps Wifi Application

    Hi frnds i am new to android application development. I have a doubt abt the wifi based android application. Do we need to explicitly use Wifimanager in our source code for developing apps which will receive wifi data or the OS will Take care of wifi things. plz clarifi
  4. C

    Apps The application has stopped responding

    Hi Friends i am new to android application development. I have just download adt bundle and created an android project. I want to do some thing on the page loading(means when my application opens it should read the wifi data and display the data in the page controls like TextEdit. Where...