[android-developers] Re: Is it possible to create pdf files in android using 3rd party library

2011-06-28 Thread ABS
actory. > Probably the best solution would be for you to have a server to which > you could send the data you want to transform to pdf and having the > server returning the pdf to your android device. (web services or > something.) > > Nuno Santos > > On Jun 28, 12:45 pm, ABS

[android-developers] Is it possible to create pdf files in android using 3rd party library

2011-06-28 Thread ABS
Hi All, I am new in android development, i am working on one application where i have to create pdf files through source code, Is it possible to use iText library in andoid? If someone have solution for my problem please let me know. Thanks in advance -- You received this messa

[android-developers] Device and printer connection for printing data on printer.

2011-06-26 Thread ABS
Hi Everyone, I am getting problem in sending data to printer through my application,Already i done with one printer which takes data in form of character using socket connection, but when i am sending using same data to another printer who is taking data in the form of ASCII codes

[android-developers] Does android os 2.1 support bluetooth printing

2011-06-20 Thread ABS
Hello , I am working on one application where i have to print data directly on the bluetooth printer, is it possible? if yes how? Is there is need to have both server and client to print data on printer? I am expecting response ASAP, Bcz app in release mode. Thanks in advance

[android-developers] Re: Device and printer connection for printing data on printer.

2011-06-19 Thread ABS
ion); closeSocket(socket); return; } bluetoothAdapter.cancelDiscovery(); startListeningForInput(socket); dismissDialog(dialog); } public void cancel() { try { socket.close(); } catch (IOException e) {

[android-developers] Device and printer connection for printing data on printer.

2011-06-18 Thread ABS
Hello everyone, I am new on android platform, working on one traffic control app. In this app i have to connect with bluetooth printer through android device, i am trying to do this connection with Bluetooth socket. But problem is that i am getting IOexception while connect

[android-developers] Google API key working with emulator but it doesn't work with device?

2011-06-14 Thread ABS
Hello Everyone I am working on one map application, used mapview with google api key it works fine with emulator but not not working while deployed it on device. i stuck there, expecting early response. thanks in advance -- You received this message because you are sub

[android-developers] Re: Overlapping of dialogs on each other

2011-05-16 Thread ABS
singlechoiceitem on same dialog. 17, 6:25 am, TreKing wrote: > On Mon, May 16, 2011 at 9:01 AM, ABS wrote: > > if  anybody has solution on this reply me > > This is how Android works. It's hard to give you a solution since you didn't > explain what yo

[android-developers] Overlapping of dialogs on each other

2011-05-16 Thread ABS
Hi Everybody, I am new to android, working on one application in which i am using series of dialog boxes to show alert to user , I have to show dialogs in series when user clicks on first one then show another i.e simultaneously but when i run my app all dialogs comes out at a time a

[android-developers] AlertDialog gets disappear when adding single coise item

2011-05-14 Thread ABS
Hi I am working on android app. but i stuck at one point when i tried to add SingleChoiceItems to alert dialog the alert message gets disapear.,i dont know why this happens here is my code snippet. // builder.setMessage(alertMessage).setCancelable(false);

[android-developers] Message get disappeared when add SingleChoiceItems to alert dialog

2011-05-12 Thread ABS
Hi I am working on android app. but i stuck at one point when i tried to add SingleChoiceItems to alert dialog the alert message gets disapear.,i dont know why this happens here is my code snippet. //builder.setMessage(alertMessage).setCancelable(false);

[android-developers] Does android supports modal dialog box ?

2011-05-10 Thread ABS
Hi Everybody, I am new to android, working on one application in which i am using series of dialog boxes to show alert to user , I have to show dialogs one after another i.e simultaneously but when first dialog comes out the code running behind dialog haven't stop still end of method

[android-developers] How to call Activity from a class derived from Dialog super class

2011-05-06 Thread ABS
Hi Everybody, I am new to android, working on one application, in that application i used custom dialog class derived from Dialog class. i have to call one activity with button event but intent is not allowed there bcz it is not extended from activity class Can

[android-developers] How to set default date fromat

2009-09-17 Thread ABS
Hi I m trying to set defauut date format but unable to set as by default android is reading from string "ro.com.android.dateformat" please let me know where i can find this string and how i can change. --~--~-~--~~~---~--~~ You received this message because you are