[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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 spo2 data .

this is the data which got from spo2 oximeter  device

11-14 11:29:55.172: D/data(5148): 
1-1288498551-1288198521-128780-491-128750-521-128720-551-1286977191-1286798381-1286598361-128630-64000

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[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, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 notification bar?

 Eg. My app is call MyApp and when a 3rd party NotMyApp-A, NotMyApp-B 
 fires 2 notification is there ways to detect them in my app?


-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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
startActivity(new Intent(this, PreferencesActivity.class)); but how do
I go about opening the child PreferenceScreen via an Intent?

please help me its urgent requirement for me

regards.
vinod yadav

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 contractor
  }

   public void run()
{

// you can write  bitmap class and also call url here

}

}

you can follow this way
if  you not get out you can mail me i will send my source

regarding.
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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) {
 this.ss=s;
//this.v2=v2;
 this.im=im;
 Thread thread = new Thread(this);
 thread.start();
}
public void run(){
 try {
// URL url = new URL(ss);
// URLConnection conn = url.openConnection();
// conn.connect();
 HttpGet httpRequest = null;
  httpRequest = new HttpGet(ss);
  HttpClient httpclient = new 
DefaultHttpClient();
HttpResponse response = (HttpResponse)
httpclient.execute(httpRequest);
HttpEntity entity = 
response.getEntity();
BufferedHttpEntity bufHttpEntity = new
BufferedHttpEntity(entity);
 InputStream is = bufHttpEntity.getContent();
   //  BufferedInputStream bis = new
BufferedInputStream(is);
 Bitmap bm = BitmapFactory.decodeStream(is);
 Log.d(img,img);
// bis.close();
 is.close();
 im.setImageBitmap(bm);
// im.forceLayout();
// v2.postInvalidate();
   //  v2.requestLayout();
 } catch (Exception t) {
Log.e(bitmap url, Exception in 
updateStatus(), t);
//goBlooey(t);
// throw new RuntimeException(t);
}

 }


On Mar 4, 8:30 am, Beena swdeveloper2...@gmail.com wrote:
 Thanks A R.

 I will try as you have suggested then will tell you if any problem
 occure.

 Again thanks for the reply.

 On Mar 4, 2:43 am, A R amit.r...@gmail.com wrote:



  public interface MyListener {
   public void success();
   public void failure();

  }

  From your activity:

  myServerConnectionHandlerObject.getImages(new MyListener() {
   //implement both methods here.

  });

  public class MyServerConnectionHandler {
    public void getImages(MyListener l) {
      //do net stuff on success call l.success(), on failure l.failure()
    }

  }

  This is very basic, you need to expand and handle various scenarios

  On Mar 3, 3:16 pm, Beena swdeveloper2...@gmail.com wrote:

   Thanks A R for your instant reply,
   That is what I want actually.

   Can you give some sample code?
   I am not able to understand how to set the listener method to update
   the view.

   Thanks

   On Mar 3, 2:55 pm, A R amit.r...@gmail.com wrote:

Start the second activity immediately on start check whether you have
images to display or not if not create a separate thread (important it
should be separate thread) to get the images. To this separate thread
you should pass a listener (which can be your second activity or an
inner class), when thread gets data it will call the listener's method
which can update the view.
During the time when you don't get response you can show loading/
spinner. Once image comes you can replace spinner with your image.
HTH

On Mar 3, 2:43 pm, Beena swdeveloper2...@gmail.com wrote:

 Let me explain.

 I want to display the Images(which is from server) and its data in
 right side of image.
 To load the images from server I am using this.

                 Bitmap bmImg=null;
                 URL myFileUrl =null;
                 HttpURLConnection conn=null;
                 try {
                 myFileUrl= new URL(fileUrl);//fileUrl is the image 
 path
                 } catch (MalformedURLException e) {
                 e.printStackTrace();
                 }
                 try {
             conn= (HttpURLConnection)myFileUrl.openConnection();
                 conn.setDoInput(true);
                 conn.connect();
                 int length = conn.getContentLength();
                 int[] bitmapData =new int[length];
                 byte[] bitmapData2 =new byte[length];
                 InputStream is = conn.getInputStream();

                 bmImg = BitmapFactory.decodeStream(is);
                 conn.disconnect();
                 } catch (IOException e) {
                  conn.disconnect();
                  return bmImg;
                 }

 It will work fine