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

Search results

  1. S

    push notification application

    from where to download push notification application . anybody has code how to implement push notification? plz help.
  2. S

    Apps voice communication over wifi

    i want to develop an android application with the following features 1.A wifi enabled router should contain a list of all the mobile devices which are connected to it. 2. the above list should be accessed by all the mobile phones .A mobile phone should be able to call(voice...
  3. S

    Hi to all

    Hi friends.......
  4. S

    apply styling to application using css/jquery

    Hello friend's .... is their any way to use jquery or css and HTML in android application. i am developing application with sdk 2.2 when i trying to add any file with .js extension it not allowed to create .js file in application. is anybody is ready to help me plz...?
  5. S

    Apps apply styling to application using css/jquery

    Hello friend's .... is their any way to use jquery or css and HTML in android application. i am developing application with sdk 2.2 when i trying to add any file with .js extension it not allowed to create .js file in application. is anybody is ready to help me plz...?
  6. S

    Apps problem with radio button

    hi i have problem with radiobutton layout and it's backgroundcolor i have array of Radiobutton and i add it dynamically through program . i use stop[count].setPadding(10,10,10,10); but it not display in circular manner. Here is my code <?xml version="1.0" encoding="utf-8"?> <LinearLayout...
  7. S

    Apps multitouch effect to gallery

    i want to implement galary in my application ,containing number of image and wnt multitouch effect on galary how i implement it. how add multiple galary to application. can anybody help me .
  8. S

    Apps Animation to canvas

    I have created a project in which i design a transparent_panel and arrenge these on canvas i want to apply animation to pannel. can anybody help me. public class Pannel1 extends LinearLayout{ public Paint innerPaint, borderPaint ; Canvas c; public Pannel1(Context context...
  9. S

    Apps please help yaar.... xml parsing

    i want to parse xml file from server using Documentbuilder but got exception org.xml.sax.SAXParseException: Unexpected end of document in android.
  10. S

    Apps org.xml.sax.SAXParseException: Unexpected end of document in android

    i want to parse the xml file from server . i am using Documentbuilder class but i got org.xml.sax.SAXParseException: Unexpected end of document in android.
  11. S

    Apps apk file

    i have developed one android application with eclipse (sdk 2.2) . which create .apk in bin . how i get .apk file and built it or create it's installer . i want install it on device.
  12. S

    Apps apk file in android

    How to create apk file for android application and create it's installer for installing on device. what is sign and unsign apk?