[android-developers] How to avoid reverse engineering of an APK file?

2015-04-14 Thread booooooooooooo
HI All please any body help to restrict extracting apk . Regards Vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Reading pulse rate value from Spo2 pulse oximeter in android

2013-11-14 Thread booooooooooooo
I am trying to read data from spo2 pulse oximeter blutooth device , but I really don't know how to read the bytes returned by spo2 pulse oximeter. Realy i dont have idea on parsing data from spo2 pulse oximeter device . Please any one can help me and share technique for reading

[android-developers] access google map with offline

2012-08-31 Thread booooooooooooo
HI all i was searched in google about the launching google map by offline . But i didnt find any information.please help if any body knows about this.. regards vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Get notification status from other apps

2012-08-31 Thread booooooooooooo
use push notification concept its like mobile1.. to cloud server to... mobile2 On Friday, August 31, 2012 12:13:42 PM UTC+5:30, CJ wrote: Hi, I just did some Googling but did not find any answer. In Android SDK, is there a possibility to detect what notification is active in the

[android-developers] change background in html page at runtime (android)

2012-02-27 Thread booooooooooooo
HI all, I was straucted at displaying background image dynamical in HTML page please share me any one have idea on that . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] remove logs after market

2012-01-17 Thread booooooooooooo
HI All i want to know how to remove logs before release in to the market please any body help on this Thanksregards vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Single purpose

2011-09-22 Thread booooooooooooo
Hi all I was struckedin my single purpose application ,which mean i want disable home button in honnywell ,Is there any way to do ? please help on this thanks vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] change icon notification when we drag

2011-04-08 Thread booooooooooooo
Hi All I would like to know is it possible to change different icon for notification when will drag status bar in notification list ? please help me any one thanks regards vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] start Activity in reciver class

2010-11-18 Thread booooooooooooo
Hi all, this is vinod i have been saving problem while i am starting Activity in reciver so i would know this is the way or not for start activity in reciver regards vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to open a nested child PreferenceScreen

2010-08-27 Thread booooooooooooo
Hi I have a PreferenceScreen that is defined in XML that serves all the preferences for my application. This PreferenceScreen also has a child PreferenceScreen nested within it. My implementing class is called PreferencesActivity. I know I can open the main Preferences window via

[android-developers] remove checkboxpreference in preferencescreen

2010-08-06 Thread booooooooooooo
hi everybody this is vinod i have a problem with my requirement pleas help me my problem is : i need to invisible checkboxpreference in run time ,how could i solve this one basically we have no option to invisible in checkboxpreference please help me any one rearding .. vinod -- You

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread booooooooooooo
HI Bena i also faced this problem before now i am good at this concept i did understand your problem you will this way you can call in getView () this runnableclass (im); class x implements Runnableinterface { xx(Imageview im) { // whatever you can declare in this

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread booooooooooooo
Hi use this code also public class imageloader implements Runnable{ private String ss; //private View v; //private View v2; private ImageView im; public imageloader(String s, ImageView im)