[android-developers] Re: Android Button Customization

2012-02-19 Thread moktarul anam
public class cButton extends Button{ public OnPressButton(Context context) { super(context); } public OnPressButton(Context context, AttributeSet attrs){ super(context, attrs); } @Override protected void onDraw(Canvas canvas) { //sets the button image based on whether the button in its p

Re: [android-developers] Re: how to create Pdf files from some data

2012-02-19 Thread Kristopher Micinski
Some more (open source) links: http://stefan.fenz.at/creating-pdfs-on-android-an-evaluation/ I suppose that many more of these have been ported to Android now (the last time I checked was I suppose around a year ago, and I suppose I either just missed these, or couldn't find ones that ran decentl

[android-developers] Re: establish() function from android.net.VpnService.Builder

2012-02-19 Thread sniper
Nobody can help me? :( -- 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 Fo

Re: [android-developers] Re: how to create Pdf files from some data

2012-02-19 Thread Kristopher Micinski
On Mon, Feb 20, 2012 at 2:19 AM, Zsolt Vasvari wrote: > No, you can use PDFJet.  It's free. > Zsolt, PDFJet's main license is for evaluation only, and that's the one I'd previously seen. However, I see that there is now (recently?) an open source version! Anyway, it's good to know there's an o

[android-developers] Re: how to create Pdf files from some data

2012-02-19 Thread Zsolt Vasvari
No, you can use PDFJet. It's free. On Feb 20, 2:08 pm, Kristopher Micinski wrote: > If you google the history of this group, I'm afraid you'll find a grim > story on creating pdfs in Android.  Basically the answer is "if you > have a lot of money, you can buy a third party library."  There > doe

رد: Re: [android-developers] Android Button Customization

2012-02-19 Thread b0592221069
ارسل بواسطة تقنية بلاك بيري من زين -Original Message- From: shihab shiha Sender: android-developers@googlegroups.com Date: Mon, 20 Feb 2012 12:36:38 To: Reply-To: android-developers@googlegroups.com Subject: Re: [android-developers] Android Button Customization I tried it with image b

Re: [android-developers] Customizing Button

2012-02-19 Thread shihab shiha
I think this is the only solution for that. I can access the x and y cordinates of the image. But what kind of condtion i can give for activate the visible part ? On Fri, Feb 17, 2012 at 7:38 PM, TreKing wrote: > On Fri, Feb 17, 2012 at 6:46 AM, shihab shiha > wrote: > >> i want to activate the

Re: [android-developers] Android Button Customization

2012-02-19 Thread shihab shiha
I tried it with image button also. now also i am getting the same problem On Fri, Feb 17, 2012 at 8:09 PM, fei ji wrote: > I think image button can also be a good choice. You just need to set a > attribute called android:src which reference to the image file you want to > use. > 在 2012-2-17 上午5:

Re: [android-developers] Re: DOUBT

2012-02-19 Thread Kristopher Micinski
> And please note, a "Doubt" is a disbelief in something. It makes no > sense whatsoever as a title. http://www.imdb.com/title/tt0918927/ ?? To not be too upsetting, this question doesn't make too much sense. The last I heard there's not really JDBC support in Android, and typically what people

[android-developers] Re: DOUBT

2012-02-19 Thread Dusk Jockeys Android Apps
What have you tried so far? And please note, a "Doubt" is a disbelief in something. It makes no sense whatsoever as a title. In English, Doubt != Question. On Feb 18, 2:33 pm, ramalakshmi wrote: > Hai sir good morning. > >        I hava a local microsoft sql server 2005. >        I am currentl

[android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-19 Thread Dusk Jockeys Android Apps
Could you not play with the xml settings of the ImageView itself? I think there are some attributes there that control how the image is displayed, whether or not it is scaled, centred etc. On Feb 18, 4:56 am, YuviDroid wrote: > Hi, > > sorry to resurrect this post...but I got into a similar probl

Re: [android-developers] how to create Pdf files from some data

2012-02-19 Thread Kristopher Micinski
If you google the history of this group, I'm afraid you'll find a grim story on creating pdfs in Android. Basically the answer is "if you have a lot of money, you can buy a third party library." There doesn't seem to be any open source alternative that will run on Android, so basically this leave

Re: [android-developers] how to create Pdf files from some data

2012-02-19 Thread ANKUR GOEL
oh leave data ...just help me with hw to create pdf files On Mon, Feb 20, 2012 at 11:27 AM, James W. wrote: > what is data? > > On Mon, Feb 20, 2012 at 1:50 PM, ANKUR GOEL wrote: > > hi all > > > > how to create pdf from some data. > > > > thanks > > > > -- > > You received this message becau

Re: [android-developers] how to create Pdf files from some data

2012-02-19 Thread James W.
what is data? On Mon, Feb 20, 2012 at 1:50 PM, ANKUR GOEL wrote: > hi all > > how to create pdf from some data. > > thanks > > -- > 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@goo

[android-developers] Eeagarding teating app

2012-02-19 Thread Dhaval Varia
Before putting my app on market,i need to test my app. Is it required to test my app by making test project ...? Plz note: I have tested it on three different device. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] CTS- android.core.vm-test failed

2012-02-19 Thread Ritesh Solanki
Hi All, I am running android CTS test on my setup. for most of the test cases it passed successfully but when I run android.core.vm-tests all 3096 test cases failed with error like... nullfailed to copy '/tmp/cts-adbpush-7367757895099569209.jar' to '/data/local/tmp/dexcore.jar': Too many open fil

[android-developers] get adapter from OnItemSelectedListener?

2012-02-19 Thread Ray Tayek
hi, i have a bunch of spinners, each with it's own subclass of array adapter. each spinner has it's own OnItemSelectedListener. can one discover the array adapter for the spinner from the OnItemSelectedListener class? thanks --- co-chair http://ocjug.org/ -- You received this message becaus

Re: [android-developers] Re : Encryption

2012-02-19 Thread Ratheesh Valamchuzhy
use any encryption algorithm like SHA1 or DES -- 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

[android-developers] Re : Encryption

2012-02-19 Thread vivek elangovan
Hi members, I developed a login page application, in this application i passes the parameters to my database using executeHttpPost.I post my parameters like this " postParameters.add(new BasicNameValuePair("password", pw.getText().toString())); " .What my scenario is i need to s

[android-developers] Re: ProgressDialog with Thread

2012-02-19 Thread moktarul anam
Hi, Better use android asynctask (http://developer.android.com/reference/ android/os/AsyncTask.html) Moktarul On Feb 17, 3:13 am, dc wrote: > I am attempting to show a progress dialog while I am performing some > actions. I am having troubles getting it to perform the way I would > like. Here i

[android-developers] start at boot app gives instantiationException:

2012-02-19 Thread Thomas
Hello All, I assembled the logic below which is supposed to start at boot and launch the "Hello World" program. What I get is an error "02-19 23:09:04.517: E/AndroidRuntime(3975): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.needham.startatboot/ com.needham.starta

[android-developers] To make a separate tablet HD version or an Universal one?

2012-02-19 Thread opok
I have an App support Android 1.5+ I want to extend this app to add Fragment for supporting tablet. The Android Compatibility library only starts from Android 1.6, that means if I want to build an Universal one, I need to abandon my 1.5 users. What should I do? -- You received this message b

Re: [android-developers] What is the significance of main.xml.out file?

2012-02-19 Thread Ted Scott
On 2/17/2012 11:27 PM, Kedar wrote: What is the significance of main.xml.out file? Sometimes while debugging the application, I am getting an error in the main.xml file Basically it means that you have invoked some transformation on the main.XML file, possibly by having it selected and hittin

Re: [android-developers] MediaPlayer - playing audio streaming

2012-02-19 Thread Jim Graham
On Sun, Feb 19, 2012 at 06:29:38PM -0500, IS SOA wrote: > the link does not work UPDATE: I now see that I did make a typo in the link (but then, you should already have been to the developers guide so many times you don't NEED someone to post the link for you, so, we'll share the blame on that on

Re: [android-developers] MediaPlayer - playing audio streaming

2012-02-19 Thread Jim Graham
On Sun, Feb 19, 2012 at 06:29:38PM -0500, IS SOA wrote: > the link does not work... i dont need help in learning how to search but > probably you havent get what i am asking in my questions, never mind. You asked for sample code. I showed you where you will find your sample code (on the developer

Re: [android-developers] MediaPlayer - playing audio streaming

2012-02-19 Thread IS SOA
the link does not work... i dont need help in learning how to search but probably you havent get what i am asking in my questions, never mind. On Sun, Feb 19, 2012 at 1:42 PM, Jim Graham wrote: > On Sun, Feb 19, 2012 at 01:14:45PM -0500, IS SOA wrote: > > can anybody point me to the blog or webs

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-19 Thread YuviDroid
I tried also to set the bitmap density before saving it to disk...just in case it made any difference...but it doesn't. No one has a solution to this issue? Thanks, Yuvi On Sat, Feb 18, 2012 at 3:07 PM, YuviDroid wrote: > Hi Mark, > > I actually switched from setImageViewBitmap() to setImageVi

[android-developers] Why can't this database make rows?

2012-02-19 Thread Jeresam515
This database has been unable to make any rows as illustrated by the fact that testcount always = 0. Here is my variable initialization: public static final String KEY_VALUE = "x"; public static final String KEY_ISROOT = "y"; public static final String KEY_ROWID = "_id"; public static

[android-developers] Why can't this database make rows?

2012-02-19 Thread Jeresam515
This database has been unable to make any rows as illustrated by the fact that testcount always = 0. Here is my variable initialization: public static final String KEY_VALUE = "x"; public static final String KEY_ISROOT = "y"; public static final String KEY_ROWID = "_id"; public static

Re: [android-developers] Hello Everyone, i just have a quick question:

2012-02-19 Thread Kristopher Micinski
On Sun, Feb 19, 2012 at 4:12 PM, Mohamed Gougam wrote: > wow mate tht exactly what i needed, a genius to help me out, lol thanks for > the advice mate but i already passed by that door ... > What more did you want? Anyone who's programmed in Java for more than a few days should have seen this ex

Re: [android-developers] Hello Everyone, i just have a quick question:

2012-02-19 Thread Mohamed Gougam
wow mate tht exactly what i needed, a genius to help me out, lol thanks for the advice mate but i already passed by that door ... On Mon, Feb 20, 2012 at 12:44 AM, TreKing wrote: > On Sun, Feb 19, 2012 at 1:26 PM, Soyer wrote: > >> Hello everyone, Can anyone explain to me what this following er

Re: [android-developers] test cases are in a different package

2012-02-19 Thread Ray Tayek
At 11:56 AM 2/18/2012, you wrote: At 10:43 AM 2/18/2012, you wrote: ... That's not true. You want the unit tests (it's important to distinguish what kind of test we're discussing!) in the same package as the classes they test. yes. ... Put the test code in its own source tree, duh. / |

[android-developers] Re: Shy are things not sending/recieving correctly from this database?

2012-02-19 Thread Jeresam515
Thanks for the constructive criticism, I have deleted my posts, and will try to whittle the problem down my code and repost when I have 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-deve

Re: [android-developers] Gesture Recognition keyword

2012-02-19 Thread TreKing
On Fri, Feb 17, 2012 at 11:16 PM, Akhilesh Rai wrote: > Is There A Gesture Recognition Keyword For Android? What is "A Gesture Recognition Keyword"? - TreKing

Re: [android-developers] the listener only responses to last item added to main view.

2012-02-19 Thread TreKing
On Sat, Feb 18, 2012 at 7:59 AM, furkan katman wrote: > here is the code .. Here is how to ask a better question. http://catb.org/esr/faqs/smart-questions.html - TreKing

Re: [android-developers] Hello Everyone, i just have a quick question:

2012-02-19 Thread TreKing
On Sun, Feb 19, 2012 at 1:26 PM, Soyer wrote: > Hello everyone, Can anyone explain to me what this following error means? > When you get an exception you don't understand, do this: http://bit.ly/yYw7F7 -

Re: [android-developers] Shy are things not sending/recieving correctly from this database?

2012-02-19 Thread TreKing
On Sat, Feb 18, 2012 at 8:48 AM, Jeresam515 wrote: > None of the notes are created and as such I can't do anything with them, > help would be appreciated. > You need to debug your application and whittle the problem down to something small and specific. No one is going to dig through that much co

[android-developers] tabs

2012-02-19 Thread Faheem Ansari
hello every one.. i am new to android plz tell me... i make a web browser using webView... and also male tabs in the same project now how can i merge my browser to tab..i want the solution badly...reply... -- You received this message because you are subscribed to the Google Grou

[android-developers] How to improve MonkeyRecorder's low refresh rate?

2012-02-19 Thread antiAgainst
Hi, all! Recently I'm working on a course project in which I need to show Android device's screen on PC dynamically. Besides, I also need to record user's operations and replay it on different devices. I looked into Android SDK, and found that MonkeyRecorder provided by the monkeyrunner tool can fu

[android-developers] what features are used for gesture recognition on android?

2012-02-19 Thread Aruni RC
the gesture recognition used in android gives a prediction score based on the similarity between a drawn gesture and the gestures stored in its library. the question is, what are the measures on which this similarity is calculated? http://grepcode.com/file/repository.grepcode.com/java/ext/com.goo

[android-developers] What is the significance of main.xml.out file?

2012-02-19 Thread Kedar
What is the significance of main.xml.out file? Sometimes while debugging the application, I am getting an error in the main.xml file -- 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@g

[android-developers] login authentication with remote db

2012-02-19 Thread krishna kumar
Android login authentication with remote db (like mysql with php) sever -- 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 a

[android-developers] Re: HTML5 for Mobile Apps Books

2012-02-19 Thread alex angaya
I will suggest the book building android apps published by oreilly. Here its link http://shop.oreilly.com/product/0636920022886.do Regards! On Feb 14, 9:32 pm, mduffy215 wrote: > We are starting a mobile project for multiple platforms. > > Our plan is to design in HTML5 and then use PhoneGap to

[android-developers] Gesture Recognition keyword

2012-02-19 Thread Akhilesh Rai
Is There A Gesture Recognition Keyword For Android? If So the What is the Minimum API Level Required? -- 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 fr

[android-developers] Re: please help to find out deleted or updated contact in android device contact list

2012-02-19 Thread Curly
You might be able to register as a sync adapter. This way you will be able to query the contacts database for deleted contacts, as your sync source will be expected to 'delete' them. See this -> http://developer.android.com/resources/samples/SampleSyncAdapter/index.html -- You received this

[android-developers] Troubles with Utils.matToBitmap

2012-02-19 Thread adiel ashrov
Hey everyone, I have s small app which takes a picture and i want to threshold it. for some reason the function Utils.matToBitmap crashes when I use it after the threshold, any thoughts on how to solve this? the Code: protected void onActivityResult(int requestCode, int resultCode, Intent data) {

[android-developers] is Card Emulation supported in Android with NFC?

2012-02-19 Thread Anatoly Korniltsev
hello everyone. I need to communicate over NFC (ISO14443) with some card reader (SDI 010) which is controlled by dektop application using SmartCard IO. when i put my nexus S on Reader, logcat shows messages 02-18 13:24:00.691: DEBUG/NfcService(278): SE FIELD ACTIVATED 02-18 13:24:00.691: DEBUG/N

[android-developers] about SampleSyncAdapte

2012-02-19 Thread krishna kumar
can i use login authentication like syncadapter for my own site login -- 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 an

[android-developers] Every time I run any avd it hangs my windows 7 64bit system

2012-02-19 Thread dev
Hello, I have windows 7 64bit, I just installed android sdk and created avd, when I ran it it hanged my system. I tried with different avds, always the same result. The last one I tried is based on Google APIs:8. Thanks for advance, any help is appreciated. -- You received this message because

[android-developers] Anybody flashed a Linksys WIP-330 SIP phone?

2012-02-19 Thread J. Chris
I'm wondering if anyone has flashed some of the Linksys devices and dumped the old limited versions of Windows Mobile CE and replaced it with Android? Namely: I have an old Linksys WIP-330 SIP phone. I think it would be better with Android than LAME Windows. -- You received this message becaus

[android-developers] DOUBT

2012-02-19 Thread ramalakshmi
Hai sir good morning. I hava a local microsoft sql server 2005. I am currently working on android project. in this I have to use the data in sql server.From te server i hava to access an existing table I am using java as the developing language.please send me the code how to connect

[android-developers] the listener only responses to last item added to main view.

2012-02-19 Thread furkan katman
here is the code .. package com.android.KickOffPro; import java.util.Random; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup.LayoutParams; import android.widget.Button; import android.widget

[android-developers] Hello Everyone, i just have a quick question:

2012-02-19 Thread Soyer
Hello everyone, Can anyone explain to me what this following error means? have anyone faced the same? ERROR: 02-19 18:10:41.321: E/AndroidRuntime(319): java.lang.RuntimeException: Unable to start activity ComponentInfo{android.mgo.helloandroid/ android.mgo.helloandroid.BTDdetecetwithV7Activity}:

[android-developers] Re: Changing ImageView background with a custom image

2012-02-19 Thread Kookamonga
In case anyone tries to do this in the future, I figured it out. In hindsight, it is so bloody obvious... You simply specify both the android:src attribute of the ImageView and the android:background attribute as well. The android:src points to the image you want to display in the ImageView and th

Re: [android-developers] MediaPlayer - playing audio streaming

2012-02-19 Thread Jim Graham
On Sun, Feb 19, 2012 at 01:14:45PM -0500, IS SOA wrote: > can anybody point me to the blog or website where i can find the sample > code for playing audio file streaming using android mediaplayer? i have > been looking but never get any luck. http://develooer.android.com/guide/index.html. If you

[android-developers] MediaPlayer - playing audio streaming

2012-02-19 Thread IS SOA
can anybody point me to the blog or website where i can find the sample code for playing audio file streaming using android mediaplayer? i have been looking but never get any luck. i am looking to display as control: Previous Play/Pause Next buttons and with seeker. any help? -- You received th

[android-developers] Pseudo-unique device ID

2012-02-19 Thread RLScott
This article (www.pocketmagic.net/?p=1662) presents some challenges and possible solutions to the problem of generating a pseudo-unique ID for a given Android device. I am particularly interested in the use of the following Build fields: Build.BOARD Build.BRAND Build.CPU_ABI Build.DEVICE

[android-developers] Mechanism for collecting UDP Data

2012-02-19 Thread rperi...@yahoo.com
I'm trying to figure out a means to collect UDP packets as they come in. I have been able to successfully collect one packet using AsyncTask but it's not clear how to make this happen on an ongoing basis. I cannot see an obvious means to generate a callback when a packet arrives so I assume this is

[android-developers] Re: No text visible in edittext

2012-02-19 Thread noob
thank you, Chris. I want to put on some color/style of text for individual characters to be displayed. I am using EditText.append() method (as u suggested). But all characters go to buffer and after all processing ,whatever style/color is attached with last characters : all the characters in buffe

Re: [android-developers] Please provide me the Mediarecorder documentation?

2012-02-19 Thread YuviDroid
You can try to read the MediaRecorder source code and figure out what it does...:) good luck! On Sat, Feb 18, 2012 at 3:46 PM, muhammad.ume...@hotmail.com < muhammad.ume...@hotmail.com> wrote: > hi all, > Please give me the Mediarecorder documentation or The report on > Mediarecorder. Ple

Re: [android-developers] get a code

2012-02-19 Thread Jim Graham
On Sun, Feb 19, 2012 at 06:55:34AM -0800, Siddharth Chopra wrote: > get a code by clicking on button which is having text as "Via Email" > that will open inbuilt email application of android... No, I think I'll stick with the e-mail app I already use. Later, --jim -- THE SCORE: ME: 2 CAN

Re: [android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Jim Graham
On Sun, Feb 19, 2012 at 07:55:42PM +0500, Muhammad UMER wrote: > mean to say, e.g if i use encoder in media recorder so i have to > mention what it does(how to encode the video) and all the other stuff. Sounds to me like this is something YOU are supposed to figure out, not ask others to do your

RE: [android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Muhammad UMER
hi chris, Sorry i don't clear you to much. I mean to say, e.g if i use encoder in media recorder so i have to mention what it does(how to encode the video) and all the other stuff. and sorry for my english.hope you will understand. Thanks and Regards, umer > Date: Sun

[android-developers] get a code

2012-02-19 Thread Siddharth Chopra
hii, get a code by clicking on button which is having text as "Via Email" that will open inbuilt email application of android... Regards, Siddharth Chopra -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Chris Mawata
What do you have so far? Are you sure that such a document exists? (e.g. Do you have a citation or do you know who was supposed to write the report). The term "theoretical implementation" seems to be a contradiction. On Feb 19, 8:27 am, Muhammad UMER wrote: > hi shris, >             Thanks for yo

RE: [android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Muhammad UMER
hi shris, Thanks for your reply. I search Android Mediarecorder in Google that tells me how to programatically implemention, but i want the theoretical implementation (report on mediarecorder). I have to add this in my app project report. Thanks and Regards, umer > Date: Sun, 1

Re: [android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Jayakumar Singaram
yes. even i am keen on this report. thanks in advance jk On Sun, Feb 19, 2012 at 5:15 AM, Chris Mawata wrote: > Google Android MediaRecorder > > On Feb 18, 9:46 am, "muhammad.ume...@hotmail.com" > wrote: > > hi all, > >Please give me the Mediarecorder documentation or The report on > > M

Re: [android-developers] Dynamic icon == widget?

2012-02-19 Thread YuviDroid
Or maybe you can use a notification in the status bar? (and then on some event change that notification/icon). 2012/2/18 Kostya Vasilyev > App icons (shortcuts) are drawn by *a* launcher, and there is no way > to control / modify their appearance. > > So yes, if you need to display dynamic info

[android-developers] Re: Please provide me the Mediarecorder documentation?

2012-02-19 Thread Chris Mawata
Google Android MediaRecorder On Feb 18, 9:46 am, "muhammad.ume...@hotmail.com" wrote: > hi all, >        Please give me the Mediarecorder documentation or The report on > Mediarecorder. Please please i really need it. > > Thanks and Regards, > > umer -- You received this message because you are

Re: [android-developers] Re: Shy are things not sending/recieving correctly from this database?

2012-02-19 Thread Jim Graham
On Sat, Feb 18, 2012 at 02:53:03PM -0800, Jeresam515 wrote: > bump If you haven't gotten an answer, it's probably because your subject line makes absolutely no sense at all, and your post was proably never even read. Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)| Tu

[android-developers] Inserting Recorded Audio file (AMR) in another one

2012-02-19 Thread Raneez
My Android app records audio in both AMR and WAV format. And my application needs to insert second recorded audio file inside the first one at a position where it is paused. I did it right with WAV files, but the AMR file after insertion is not able to be played in Android MediaPlayer, it gives som

Re: [android-developers] Cancel Subscription

2012-02-19 Thread Michael Banzon
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com On Sun, Feb 19, 2012 at 10:54 AM, Rami Makhamreh wrote: > Please to cancel my sub > > -- > > Rami N. Makhamreh > > > -- > You received this message because you are subscribed to the Google > Groups "Andr

[android-developers] Cancel Subscription

2012-02-19 Thread Rami Makhamreh
Please to cancel my sub -- *Rami N. Makhamreh* -- 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+unsu