Recent content by rahul rana2

  1. R

    Getting error when try to run an android studio app.

    Error:Execution failed for task ':app:packageDebug'. > class org.bouncycastle.asn1.ASN1Primitive overrides final method equals.(Ljava/lang/Object;)Z
  2. R

    How I can calculate realtime traveling distance??

    How I can calculate realtime traveling distance??How I can Calculate real time traveling distance by a vehicle in android programmatically. Example a car/bike travel from point A->B->C->D->C->B, than I want to calculate the total traveling distance by the car/bike on the point B by using...
  3. R

    My app avaliable on Google play store, why not shown on Samsung Not Edge?

    Hey,Its not searchable on the Play Store app?
  4. R

    My app avaliable on Google play store, why not shown on Samsung Not Edge?

    Please help.. My app avaliable on Google play store,It working fine on all devices but I don't know why not shown on Samsung Not Edge? Please check this ...
  5. R

    How can I receive a phone call Pragmatically using Bluetooth device (Phone) from my android app?

    Can someone guide me in correct direction on how to connect to Bluetooth device(Phone) from my android app. I have found lots of tutorials on discovering Bluetooth devices and pairing and very few on connecting. I tried to crevice phone calls via my android app (or on my android phone) using...
  6. R

    How can I receive a phone call Pragmatically using Bluetooth device (Phone) from my android app?

    Thanks for your response, I explain what actually I want to create an android application which work like Bluetooth headset. I mean I can receive phone call's of the Bluetooth connected devices on my android phone using my android application.
  7. R

    How can I receive a phone call Pragmatically using Bluetooth device (Phone) from my android app?

    Can someone guide me in correct direction on how to connect to Bluetooth device(Phone) from my android app. I have found lots of tutorials on discovering Bluetooth devices and pairing and very few on connecting. I tried to crevice phone calls via my android app (or on my android phone) using...
  8. R

    I'm an Android developer, how can I integrate WhatsApp with my app?

    Hi All, I want to send messages by using my android app to the my WhatsApp member's (My WhatsApp number's and WhatsApp groups). Is it possible or not if It is possible, please give me some directions. I have send the messages to the WhatsApp by using... Intent intent = new...
  9. R

    How I can to get user's current location without using gps and network in android?

    How I can to get user's current location without using gps and network in android? Or Is it possible to get the user's current location by an android device (Mobile), if there are not available gps and network?
  10. R

    How can I got the real time traveling distance in android?

    How can I get the real time traveling distance in android. I mean , I want to calculate traveling distance between to points during traveling.
  11. R

    How can I got the real time traveling distance in android?.

    How can I get the real time traveling distance in android. I mean , I want to calculate traveling distance between to points during traveling.:)
  12. R

    Out of memory on a 74649616-byte allocation issue on galaxy S4 4.4.2.

    Hi all, I am getting exception on galaxy S4 4.4.2. (Out of memory on a 74649616-byte allocation) in my application but on other devices it working fine. There are some screens of my application which i want to show in the help option of the application. please help to resolve this issue. your...
  13. R

    Google map not showing on android signed apk with Google V2 release key.

    Hi all, I am displaying MAP using google map Api V2 i successfully displayed it in device when am running through my PC but now i am signing my application via export signed apk using myApp .keystore and made .apk and now i am using that apk file and running the application but the map does not...