Recent content by Rahul Rana

  1. R

    How to generate Barcode, QRCode for EAN8, EAN13...... in android?

    Hi all, I am trying to create barcode image by using OnBarcode.AndroidBarcode.jar and Zixing library for QR Code, DataMatrix ......, I created the image but there are a bug , I am getting a red colour string "On Barcode trial" on the image ? please give any idea about it. Your help would be...
  2. R

    Can we restricts android application installation on device from Google Play pragmatically?

    Can we restricts android application installation on device from Google Play pragmatically?
  3. R

    Can I test an android application using device (Unknown brand) in Eclipse.

    Can I test an android application using device (Unknown brand) in Eclipse or I mean to say, I am not able to detect a device(unknown brand ) in eclipse android device chooser dialog box. Actually I want to debug my android application for such type of devices (I am using Eclipse and Kies ). If...
  4. R

    Can I test an android application using device (Unknown brand) in Eclipse?

    Can I test an android application using device (Unknown brand) in Eclipse or I mean to say, I am not able to detect a device(unknown brand ) in eclipse android device chooser dialog box. Actually I want to debug my android application for such type of devices (I am using Eclipse and Kies ). If...
  5. R

    Is it possible to get more than one popup windows on the Android Activity (Screen)?

    Is it possible to get more than one popup windows on the Android Activity(Screen) and Can we interact with the Android Screen at the same when a popup is open on the Android screen without dismiss the popup window?
  6. R

    How to send the more than one points (as the destination point) to the default Google navigation an

    How to send the more than one points (as the destination points) using "Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" +mLat+","+mLong));" to the default Google navigation android Application , So that Google navigation android Application show the efficient Route...
  7. R

    Can I resize and drag-drop the rectangle on the canvas by the finger touch event in android?

    Thanx Shadowriver .............. I try to explain what i want to do.................. I want to make an app in android by which user open an image on the canvas and set on the image markers like (rect, ovel etc) with the text and after that save the image with that changes so, I want to give the...
  8. R

    I have used Google Analytic in my android application but I am not getting the updates on my Google.

    I have used Google Analytic in my android application but I am not getting the updates(or not created the session) on my Google Analytic account. please help................................... I am using Google Analytic api.................... tracker=GoogleAnalyticsTracker.getInstance()...
  9. R

    Can I resize and drag-drop the rectangle on the canvas by the finger touch event in android?

    I want the develope such type of applicattion by which I can open an image(jpg/png) on the andoid canvas and make a markup on it with the text like a rectangle, an arrow and after that I want to save that image on the storage media with these changes. I use all the basice function of the cavas...
  10. R

    can I get any Broadcast receiver or event when any application's Activity open on the device?

    nop sir.... I try to explain what i really want to do. I want to make an android application(GetAppsDetails) which will run in the background of the android device and I try to get the information of the currently running application on the android device and write this information on the sd...
  11. R

    can I get any Broadcast receiver or event when any application's Activity open on the device?

    no I mean not a digital TV receiver. I want to receive any information(Like intent) when an activity open on the android device of other application, in my Broadcast receiver's onRecive(Context ctx, Intent intent) method. so that i can do any work at that time in the background of the...
  12. R

    can I get any Broadcast receiver or event when any application's Activity open on the device?

    Hi, I am new in the android development please help. I want to receive a broadcast(intent) or like this any thing else, in my broadcast receiver's onRecive(Context ctx, Intent intent) method when any android application activity open on the android device/ emulator. Is it possible or not? if...