[android-developers] how to communicate with a print machine?

2015-01-03 Thread Belhouchet Ines
What are the possible solutions for linking an android client to a print machine?? I'm thinking about Bluetooth or maybe socket(internet choice) so please which one I can use ?? Thanks -- Best Regards *Belhouchet INES* Android Developer # GNU/Linux addicted Cell number: 00216 21276914 -- You

[android-developers] how to communicate with a print machine?

2015-01-03 Thread Ines
What are the possible solutions for linking an android client to a print machine?? I'm thinking about Bluetooth or maybe socket(internet choice) so please which one I can use ?? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] handling Date and time with the BetterPickers Library

2013-08-10 Thread Ines
Hi , I'm testing the new BetterPickers library(Date time pickers). Every thing is ok until I added more than a one button to my xml file. the displaying of time on button text after picking it via the pickers is stopped . this is my layout xml file: ScrollView

Re: [android-developers] Imageview not Showing Image on Android 2.2 and not on Android 4.0

2013-03-05 Thread Belhouchet Ines
Try with diffrent size Le 5 mars 2013 17:50, Brad Stintson geek.bin...@gmail.com a écrit : I wrote following code in xml file but Imageview (shown in bold) not Showing Image on Android 2.2 and not on Android 4.0 Please help out. LinearLayout

[android-developers] how to figure out the variables transmitted from android to local web server LAMP

2013-02-27 Thread Ines
Hello, I have three variables that i try to send them from android to my local web server,the point *I succeed to add them into a mysql table* but i failed to print them on the browser here's a part of my php script: ?php $var01 = $_POST['myvar1']; $var02 = $_POST['myvar2'];

Re: [android-developers] how to figure out the variables transmitted from android to local web server LAMP

2013-02-27 Thread Belhouchet Ines
okey thanks anyways . 2013/2/27, Larry Meadors larry.mead...@gmail.com: Uh. This is a php problem that has almost nothing to do with Android. Larry On Feb 27, 2013 6:32 AM, Ines belhouchet.i...@gmail.com wrote: Hello, I have three variables that i try to send them from android to my local

[android-developers] RSA encrypt on android

2013-01-10 Thread Ines
i have some problems when i try to encrypt a string with a public key stored in res/raw thesis the encrypt method code: public static byte[] encryptRSA(Context mContext, byte[] message) throws Exception { // reads the public key stored in a file InputStream is =

Re: [android-developers] RSA encrypt on android

2013-01-10 Thread Belhouchet Ines
anyone can help me ??? 2013/1/10, Ines belhouchet.i...@gmail.com: i have some problems when i try to encrypt a string with a public key stored in res/raw thesis the encrypt method code: public static byte[] encryptRSA(Context mContext, byte[] message) throws Exception { // reads

Re: [android-developers] RSA encrypt on android

2013-01-10 Thread Belhouchet Ines
ok thanks Nikolay ,i'll try the HTTPS ,but don't have a great idea about this approach HTTPS,can you please give me some examples or tutorials. thanks a lot. 2013/1/10, Nikolay Elenkov nikolay.elen...@gmail.com: On Thu, Jan 10, 2013 at 8:31 PM, Ines belhouchet.i...@gmail.com wrote: i have some

[android-developers] How can i populate a listview from another 3 listviews

2013-01-07 Thread Belhouchet Ines
Hi friends, I have 3 listview ,in each one i have some checked items,how can i create an other listview with all the checked items from my 3 listviews?? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] populate a listview with the checked items of an other listview

2013-01-07 Thread Ines
Hi friends, I have 3 listview (3 activity) ,in each one i have some checked items(with checkbox and listAdapter),how can i populate an other listview with all the* checked items* of my 3 listviews?? Thanks for helping me -- You received this message because you are subscribed to the Google

[android-developers] how can i populate a listview from another 3 listviews

2013-01-07 Thread Belhouchet Ines
Hi friends, I have 3 listview ,in each one i have some checked items,how can i create an other listview with all the checked items from my 3 listviews?? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] hi friends

2013-01-07 Thread Belhouchet Ines
Thanks Nitin Sethi,that's help me too 2012/12/25, Nitin Sethi sethi.5...@gmail.com: Here you go. http://stackoverflow.com/questions/6905262/how-do-i-show-a-custom-dialog-when-there-is-no-internet-connection On Monday, 24 December 2012 22:47:27 UTC+5:30, sree wrote: Thank u friend.Shall u