[android-developers] I want t Drag and Drop row of Expandable ListView

2015-09-15 Thread Abdul Rahman Majeed
I want t Drag and Drop row of Expandable ListView please share with me the example/sample code but the requirement is : I wan to DragnDrop 1.with the same Group 2. Group DragnDrop -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Smart ToolTip on ListView

2015-09-15 Thread Abdul Rahman Majeed
I have a listview and user tap on Row the detail of that row will open, I want to manage the appearance of tooltip on screen , if user tap on top screen (first row) the layout different and if tap on middle screen or last screen (last row visible on screen), help me to make this type of

[android-developers] Data Transfer pause and resume.

2012-11-19 Thread Abdul Rahman
I am receiving sensor data from hardware side. Now i want to receive it, so in case if connection fails, is it possible to receive from where it cuts? I want to know its possible or not? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] FaceBookSDK Problem

2012-10-31 Thread Abdul Rahman Majeed
HI i am using facebook sdk for facebook apps and here i have problem ; when i use android 2.3 version it awesome but it sucks my code and said unfortunately Stopped application in 4.0.3, please help me... -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Sharing Data Android

2012-10-29 Thread Abdul Rahman Majeed
i am using this code // Image saved code here - private Bitmap LoadImage(String URL, BitmapFactory.Options options) { Bitmap bitmap = null; InputStream in = null; try { in = OpenHttpConnection(URL); bitmap = BitmapFactory.decodeStream(in, null,