Click here to Skip to main content
15,891,372 members

Comments by Khaled Mohamed El Sawy (Top 7 by date)

Khaled Mohamed El Sawy 19-Apr-13 18:35pm View    
In which way should i improve it ?
Khaled Mohamed El Sawy 17-Apr-13 11:48am View    
I am not asking for a tool , I am asking for a conversion list.
Khaled Mohamed El Sawy 2-Apr-13 10:36am View    
thanks that was helpful.
Khaled Mohamed El Sawy 28-Mar-13 7:33am View    
Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
photoPickerIntent.setType("image/*");
startActivityForResult(photoPickerIntent, 1);
this code is the selector but i dont know how to view it on the image view
Khaled Mohamed El Sawy 27-Mar-13 1:52am View    
thanks