[android-developers] How to convert a video website into app?

2017-02-02 Thread Kumar Babu
Hi 

I am new to android studio. I have a video website. Fifty percent of videos 
are uploaded to a hosting server and rest fifty percent video are uploaded 
to youtube & then shared the video links on the website. I want to develop 
app of this website. Tried webview but couple of issues rised:

>> Youtube videos are appearing very tiny in vertical with lots of black 
space above and below it. Youtube video controls such as fullscreen button 
is not appearing. 

>> When I turn phone from horizontal to vertical, then the app relaunches 
again where as in the background previous version app is still running. 

Hope you understand my requirement. I am sorry for my bad English. 

What I want to know is webview right option to convert a video website into 
an android app or is there any other best option is available. 

For better understanding, lots of tv channels these days has launched their 
websites with all videos and also launched their apps. I want to achieve 
similar kind of thing. 

Hope my question is clear. Thanks in advance. 

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c9a54f67-63e6-41d1-bfa2-ef90fa204585%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to convert into DSA(Displacement Sector Address) type

2014-08-29 Thread Hiko
Hello, 

I have been searched for this solution on the web for a half day.
but, i could not find the way to solve it.

I could find the way to convert FROM DSA.
but, to know for me is opposite than this.

could you please let me know if you find out this.

i appreciate that you can paste the sample code, or the website URL that 
code is described.


Thank you,

Regards,
Hiko

-- 
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] How to convert a recoded audio file to Text in Android

2013-10-07 Thread abhijit
I have tried to convert a audio file to text ,and i have tried with  
RecognizerIntent but the problem is that it cant convert a continious 
speech and its only works as a voice recognization so i couldnt found a way 
where we can convert a audio file to text ,so please advice me is there any 
way to convert a audio file to text.
 
Thanks in Adavance..

-- 
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] How to convert a pdf file to other format

2012-10-20 Thread ashwini vandanapu
Hi,


thank u for reply i want to read the data from the pdf file.

below is my code..please check code, any wrong i have done.let me know..


Uri path = Uri.parse("android.resource://" + getPackageName() + "/"+
R.raw.abc);

 Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(path, "application/pdf");
 intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);

try {
 startActivity(intent);
}
catch (ActivityNotFoundException e) {
 Toast.makeText(getApplicationContext(),
"No Application Available to View PDF",
 Toast.LENGTH_SHORT).show();
}
}


   even i stored in raw floder a pdf file but it is
throwing exception Activity no found Exception and giving toast msg "No
Application Available to View PDF", if u know anyone reason plz let me
know...















On Sat, Oct 20, 2012 at 2:34 PM, issac balaji  wrote:

>  Document doc = new Document();
>
> PdfWriter.getInstance(doc, new FileOutputStream("urgentz.pdf"));
>
> doc.open();
> Image image = Image.getInstance ("urgentzImageahslkdhaosd.jpg");
>
> doc.add(new Paragraph("Your text blah bleh"));
> doc.add(image);
>
> doc.close();
>
>  --
> 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
>



-- 

Thanks&Regards,
Ashwini V.




-- 

Thanks&Regards,
Ashwini V.

-- 
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 convert a pdf file to other format

2012-10-19 Thread ashwini vandanapu
Hi Developers,


   I want to convert a pdf file into other format like .txt and
.doc etc..,if anyone know how to convert using android plz tell me and help
me out...



Thanks&Regards,
Ashwini V.

-- 
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 convert screen coordination to camera's driver coordination

2012-09-11 Thread Alvin
Hi all,

I'm a newbie for Android programming and I'm making a code to control the 
camera by using API.
I'm struggling with the problem to map the screen coordination to camera's 
driver coordination for a long time.

(Development Env: Samsung Galaxy S3 & Eclipse)

I'd like to implement to show the rectangle in the screen when the user 
click the preview.
Actually there is no problem in establishing this but the problem is that
- I got wrong location with the coordination in the preview and the 
coordination in the camera focus area when I get the coordination to use 
getFocusArea

I translate the screen coordination to camera driver coordination by using 
the matrix.
Below is to initiate the matrix:

*

public static void prepareMatrix(Matrix matrix, boolean mirror, 
intdisplayOrientation, 
int viewWidth, int viewHeight) {
*

 // Need mirror for front camera.

 matrix.setScale(mirror ? -1 : 1, 1);

 // This is the value for 
android.hardware.Camera.setDisplayOrientation.

 matrix.postRotate(displayOrientation);

   // Camera driver coordinates range from (-1000, -1000) to (1000, 
1000).

// UI coordinates range from (0, 0) to (width, height).

 matrix.postScale(viewWidth / 2000f, viewHeight / 2000f);

 matrix.postTranslate(viewWidth / 2f, viewHeight / 2f);

}  
I've got this code in the internet.

Below is to convert the coordination:
-

*void* calculateTapArea(*int* focusWidth, *int* focusHeight, 
*float*areaMultiple, 
*int* x, *int* y, *int* previewWidth, *int* previewHeight, Rect rect) {

*int* areaWidth = (*int*) (focusWidth * areaMultiple);

  *int* areaHeight = (*int*) (focusHeight * areaMultiple);

 *int* left = Util.clamp(x - areaWidth / 2, 0, previewWidth - 
areaWidth);

  *int* top = Util.clamp(y - areaHeight / 2, 0, previewHeight - 
areaHeight);

RectF rectF = *new* RectF(left, top, left + areaWidth, top + 
areaHeight);

*this*.gCoordinationConvertMatrix.mapRect(rectF);

   Util.rectFToRect(rectF, rect);

}

And finally below is to call above function. _x & _y is the screen 
coordination:
-

ArrayList mFocusArea = *new* ArrayList();

   mFocusArea.add(*new* Area(*new* Rect(), 1));

   ArrayList mMeteringArea =*new* ArrayList();

  mMeteringArea.add(*new* Area(*new* Rect(), 1));

   calculateTapArea(_100, _100, 1f, _x, _y, 

*this*.gPreview.getWidth(), *this*.gPreview.getHeight(), 
mFocusArea.get(0).rect);

 calculateTapArea(_100, _100, 1.5f, _x, _y, 

* this*.gPreview.getWidth(), *this*.gPreview.getHeight(), 
mMeteringArea.get(0).rect);

.. 
After this code, I just set the Auto Focus by setting the focus & metering 
area by using setFocusArea & setMeteringArea function.

Strange thing is I set the orientation as 'Landscape' in the manifest file 
so when I click the upper right corner when the phone vertically stand up, 
preview coordination returns 0,0 as expected. but after conversion, above 
function also returns 0,0. I think it should be -1000, -1000.

All codes above is from the Internet.
I thinks I'm doing wrong to display the focus area when the user click the 
preview screen.
If you know better idea or any hint then please let me know.

Thank you.

PS: Sorry for my poor English.

Brief Summary:
--
I'd like to get the correct focus area when the user click the preview 
area. But I got wrong focus area after setFocusArea to the camera after 
converting the preview coordination.

-- 
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

Re: [android-developers] How to convert android layout file to pdf format...

2012-04-13 Thread TreKing
On Thu, Apr 12, 2012 at 4:40 AM, parthi  wrote:

>  my project  :once user click submit  button tat file ill convert to
> pdf format using android ... help me
>

http://www.catb.org/~esr/faqs/smart-questions.html

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 convert android layout file to pdf format...

2012-04-13 Thread parthi
 my project  :once user click submit  button tat file ill convert to
pdf format using android ... 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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] how to convert button to hyperlink or textview to hyperlink

2012-04-10 Thread vamshi ch
hi,
I'm new to android In my application I've login page in that i need to
specify  forgotpassword(hyperlink) before submitso how do i get
hyperlink or how to convert button to hyperlink or textview to
hyperlink...can anybody help me out by sample code

-- 
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

Re: [android-developers] how to convert word to pdf in android?

2012-03-05 Thread TreKing
On Mon, Mar 5, 2012 at 4:18 AM, Mulsaniya Bhadresh  wrote:

> Hello,Please anyone have any idea how to convert word to pdf in android.?


Search this group - questions on PDF come up every other day.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 convert word to pdf in android?

2012-03-05 Thread Mulsaniya Bhadresh
Hello,Please anyone have any idea how to convert word to pdf in android.?

Is there any way then please give me reply ASAP..

-- 
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

Re: [android-developers] how to convert morse sound to text???

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 2:13 AM, ludy  wrote:

> i use audiorecord to record morse sound ,and then need to convert morse
> sound to text,how to do that???
>

Write the code to do that or use a library. This has nothing to do with
Android specifically.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 convert morse sound to text???

2012-01-12 Thread ludy
i use audiorecord to record morse sound ,and then need to convert
morse sound to text,how to do 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


Re: [android-developers] how to convert .jre games into android format

2011-12-22 Thread TreKing
On Thu, Dec 22, 2011 at 5:50 AM, Samron  wrote:

> how to convert .jre games into android format.


Port it.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 convert .jre games into android format

2011-12-22 Thread Samron
how to convert .jre games into android format.
Can i get some help.

-- 
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 convert a png file to a PaletteTexture?

2011-11-17 Thread Shawn Wang
Can somebody tell me how to a png file to a PaletteTexture? I did lots
of research and found glCompressedTexImage2D, but it seems all the
example shows how to generate the palette texture from some hard code
numbers, not from a image file. Can someone show me a code snippet or
a reference? Great appreciate!!

Now, I tried to extract the pixels from a bitmap which generated from
a png file, and then I tried to generated the palette texture from the
extracted pixels. But I can only see the white square, I put the code
here to see anyone helps me!

Bitmap originalBitmap = BitmapFactory.decodeStream(is);

int[] pixels = new
int[originalBitmap.getHeight()*originalBitmap.getWidth()];
originalBitmap.getPixels(pixels, 0, originalBitmap.getWidth(), 0, 0,
originalBitmap.getWidth(), originalBitmap.getHeight());

textureInfo.source = iFile;

gl.glGenTextures(1, textureInfo.textures, 0);
gl.glBindTexture(GL10.GL_TEXTURE_2D, textureInfo.textures[0]);

gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MIN_FILTER,
GL10.GL_LINEAR);
gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MAG_FILTER,
GL10.GL_LINEAR);


byte[] textureData = new byte[pixels.length];
for (int i = 0; i < textureData.length; i++) {
textureData[i] = new Integer(pixels[i]).byteValue();
}
int size = textureData.length;

ByteBuffer bb = ByteBuffer.allocateDirect(size);
bb.put(textureData);
bb.position(0);

gl.glCompressedTexImage2D(GL10.GL_TEXTURE_2D, -2,
GL10.GL_PALETTE4_RGB8_OES, originalBitmap.getWidth(), h,
originalBitmap.getHeight(),size, bb);

-- 
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 convert a png file to a PaletteTexture?

2011-11-17 Thread Shawn Wang
Can somebody tell me how to a png file to a PaletteTexture? I did lots
of research and found glCompressedTexImage2D, but it seems all the
example shows how to generate the palette texture from some hard code
numbers, not from a image file. Can someone show me a code snippet or
a reference? Great appreciate!!

Now, I tried to extract the pixels from a bitmap which generated from
a png file, and then I tried to generated the palette texture from the
extracted pixels. But I can only see the white square, I put the code
here to see anyone helps me!

Bitmap originalBitmap = BitmapFactory.decodeStream(is);

int[] pixels = new
int[originalBitmap.getHeight()*originalBitmap.getWidth()];
originalBitmap.getPixels(pixels, 0, originalBitmap.getWidth(), 0, 0,
originalBitmap.getWidth(), originalBitmap.getHeight());

textureInfo.source = iFile;

gl.glGenTextures(1, textureInfo.textures, 0);
gl.glBindTexture(GL10.GL_TEXTURE_2D, textureInfo.textures[0]);

gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MIN_FILTER,
GL10.GL_LINEAR);
gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MAG_FILTER,
GL10.GL_LINEAR);


byte[] textureData = new byte[pixels.length];
for (int i = 0; i < textureData.length; i++) {
textureData[i] = new Integer(pixels[i]).byteValue();
}
int size = textureData.length;

ByteBuffer bb = ByteBuffer.allocateDirect(size);
bb.put(textureData);
bb.position(0);

gl.glCompressedTexImage2D(GL10.GL_TEXTURE_2D, -2,
GL10.GL_PALETTE4_RGB8_OES, originalBitmap.getWidth(), h,
originalBitmap.getHeight(),size, bb);

-- 
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 convert imagetview(ex maytinh.png) to bitmap

2011-11-04 Thread gautruc
help me:
check my code:

package com.khmt2k3.xuantung.imageview;
import android.app.Activity;
import android.os.Bundle;
import android.widget.ImageView;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;

public class ImageViewActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
ImageView image = new ImageView(context);
Bitmap viewBitmap =
Bitmap.createBitmap(maytinh.getWidth(),maytinh.getHeight(),Bitmap.Config.ARGB_);
Canvas canvas = new Canvas(viewBitmap);
image.draw(canvas);
}
}

-- 
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 convert voice to text

2011-09-05 Thread HariRam
Thanks for previous replies,

  Is it possible to convert voice as a text. i searched through
website, there is more guidance for text to speech but none for voice to
text. if anyone have idea for how to transmit voice to text pls guide me.

-- 
Hariram Lakshminarayanan

-- 
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 convert data host to network

2011-08-18 Thread N K Shrivastva
i want to send a group of data to network server socket. i want to
send request body convert host to network.

i am not greeting way to handle these things plz 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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to convert the raw data from Camera.takepicture(shutter, raw,jpeg) to Bitmap?

2011-07-21 Thread musfiq
Hi:
I want to find the faces in an image after taking picture. I want to
use the Facedetetor.findfaces(...,); But for that I need Bitmap
file. How to convert byte [] to bitmap?
/Musfiq

-- 
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


Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Brill Pappin
Yah, that's what I said :)

Thanks for your assistance!

- Brill

-- 
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

Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Kostya Vasilyev

One dp = 1/160 of an inch, for any device density.

One inch = 160 dp.

Size_in_dp = Size_in_inches * 160;
Size_in_inches = Size_in_dp / 160;

32 dp --> 32/160 --> 2/10 --> 0.2 inch

-- Kostya

13.05.2011 19:44, Brill Pappin пишет:
Ok, that helps... so the formula (assuming mdpi) would be (correct me 
if I'm wrong):


Xdp=160 * Yin

or

32dp=160 * 0.2in

- Brill


--
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 



--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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


Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Brill Pappin
Ok, that helps... so the formula (assuming mdpi) would be (correct me if I'm 
wrong):

Xdp=160 * Yin

or

32dp=160 * 0.2in

- Brill 


-- 
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

Re: [android-developers] How to convert dimensions in to dp?

2011-05-13 Thread Kostya Vasilyev

13.05.2011 19:12, Brill Pappin пишет:


Can anyone tell me what the formula would be to convert device inches 
to dp?


- Brill Pappin


Ummm, "dp" is 1/160 of an inch (subject to the device's actual density 
bucket).


Is that what you're asking?

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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 convert dimensions in to dp?

2011-05-13 Thread Brill Pappin
I've got a situation where I have to modify some legacy code that uses 
dimensions in inches to use dimensions in dip.

Essentially this has come about because some of the newer high density 
screens (like the Atrix) do not handle their scaling properly and their inch 
values come out half what they should be. e.g. 1in should be scaling x2 for 
xhdpi but is not.

Rather than simply add a second dimen.xml for xhdpi I want to convert those 
inch dimens to dp dimens to make later maintenance easier.

However i'm trying to avoid simply logging all the dimens after onmeasure 
but I'm not sure what the formula should be to convert them.

Can anyone tell me what the formula would be to convert device inches to dp?

- Brill Pappin

-- 
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

Re: [android-developers] how to convert...?

2011-03-17 Thread Marcin Orlowski
>
>  I have to convert the timestamp which is coming from server to date format
>> in my android Application.
>>
>
> Redesign the way you store timestamps. int (32 bits) is not the way to go
> as you can see. Use 64 bits if you want to keep millis.
>

You may also dig around there:
http://en.wikipedia.org/wiki/Year_2038_problem or google on "2038 problem
java" or so. There're some solutions available for sure. If none would fit,
writting wrapper class to handle conversion as you need in your app shall
not be complex anyway.

Regards,
Marcin Orlowski

Tray Agenda for Android 

-- 
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

Re: [android-developers] how to convert...?

2011-03-17 Thread Marcin Orlowski
On 17 March 2011 12:42, Abhilash baddam  wrote:

> How to convert the timestamps having values more than year 2038 to date
> format in android.


You can't.


>  I have to convert the timestamp which is coming from server to date format
> in my android Application.
>

Redesign the way you store timestamps. int (32 bits) is not the way to go as
you can see. Use 64 bits if you want to keep millis.


Regards,
Marcin Orlowski

Tray Agenda for Android 

-- 
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 convert...?

2011-03-17 Thread Abhilash baddam
Hi,

How to convert the timestamps having values more than year 2038 to date
format in android.

 I have to convert the timestamp which is coming from server to date format
in my android Application.
This is the timestamp, I got from Server :

 25340230079

When I convert this to date, it shows :

 1-01-01

But the actual date is :

 2038-01-19



How can i do this..?Any help?

-- 
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

Re: [android-developers] how to convert string to a date

2011-02-11 Thread Mark Murphy
This has nothing to do with Android.

http://exampledepot.com/egs/java.text/ParseDate.html

On Mon, Feb 7, 2011 at 11:21 PM, Hassy  wrote:
>
> I want to convert string to date and get total days from the current
> date.
>
>        edittext1 date1 = new edittext(this);
>
>        Date d = new Date();
>        String date = (new SimpleDateFormat(".MM.dd")).format(d);
>
>        final EditText date2 = new EditText(this);
>        edit2.setText(date2);
>
> I want to subtract date1 by date 2 to get total days.
> Please 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
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 convert string to a date

2011-02-11 Thread Hassy

I want to convert string to date and get total days from the current
date.

edittext1 date1 = new edittext(this);

Date d = new Date();
String date = (new SimpleDateFormat(".MM.dd")).format(d);

final EditText date2 = new EditText(this);
edit2.setText(date2);

I want to subtract date1 by date 2 to get total days.
Please 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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to convert a image into Base64 string?

2011-01-28 Thread saex
Hi

Can someone tell me the code to transforma image (maximum of 200KB)
into Base64 String???

i need to know how to do it with android, because i have to add the
functionality to upload images to a remote server in my main app
putting them into a ROW of the database, as a string.

i am searching in google and in StackOverflow but i can't find easy
examples that i can afford. And also i find some examples but they are
not talking about to transform into String... and i need to transform
into string to upload by JSON to my remote server.

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@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


Re: [android-developers] How to convert a image into Base64

2011-01-28 Thread Kumar Bibek
There are a few Base64Encoders available. Search for them.

http://www.source-code.biz/base64coder/java/

Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com



On Fri, Jan 28, 2011 at 10:03 PM, saex  wrote:

> Hi
>
> Can someone tell me the code to transforma image (maximum of 200KB)
> into Base64 ???
>
> i need to know how to do it with android, because i have to add the
> functionality to upload images to a remote server in my main app
>
> i am searching in google but i can't find easy examples that i can
> aford
>
> 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@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 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 convert a image into Base64

2011-01-28 Thread saex
Hi

Can someone tell me the code to transforma image (maximum of 200KB)
into Base64 ???

i need to know how to do it with android, because i have to add the
functionality to upload images to a remote server in my main app

i am searching in google but i can't find easy examples that i can
aford

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@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


Re: [android-developers] how to convert colour image to black and white

2011-01-06 Thread Ghanshyam Verma
U CAN U PHOTO SCOP SOFTWARE


On 1/5/11, sudha  wrote:
> Hello all,
>
> I have a picture taken from android device camera, I have to convert
> the colour image to black n white.
> how can I do this?
>
> Thanks
> Sudha
>
> --
> 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


-- 
Regards ..
*Ghanshyam Verma
Mob-9355309157*

-- 
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 convert colour image to black and white

2011-01-04 Thread sudha
Hello all,

I have a picture taken from android device camera, I have to convert
the colour image to black n white.
how can I do this?

Thanks
Sudha

-- 
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 Convert Pdf file into Image,

2010-11-29 Thread Ankit
Good Morning Developers,

I want to know that how to convert each page of PDFs file into images
and show it on Image-view.Can you please tell me it is possible or not?

-- 
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 convert JPEG file to PGM format in android ?

2010-11-29 Thread ian
I'm implementing face recognition system in android with PCA method &
I must convert JPEG face image to PGM format.

Is there possible to do this in Android?

If so how would one do it?

I've been searching it's possible to use JAI & ImageIO to convert but
the problem is Android doesn't support these class.

Pardon my English, Thank you in advance.

Eka

-- 
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 convert xml to svg in Android

2010-10-08 Thread 大风
How to convert xml to svg in Android, Anybody anyideas?

-- 
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


Re: [android-developers] how to convert screen coordinates to 3d coordinates

2010-08-05 Thread { Devdroid }
On 5 August 2010 12:30, akram  wrote:
> i'm created an application where it consists of 3d rotating cube I
> want to move the cube with respect to the drag on the screen
>
> In the on touch Listener I'm able to get the x,y coordinates but i don
> Know how to make those coordinates to map to 3d space.

You can't map smaller domain (x,y) to higher domain (x,y,z). You can aproximate,
estimage or fake, but not map. You can i.e. try to detect horizontal
sweeps and rotate
cube along vertical axis, and detect vertical sweepes and rotate along
horizontal
axis. Stil one axis left untouched unless you want to write code to
detect circle
sweepes.

-- 
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 convert screen coordinates to 3d coordinates

2010-08-05 Thread akram
i'm created an application where it consists of 3d rotating cube I
want to move the cube with respect to the drag on the screen

In the on touch Listener I'm able to get the x,y coordinates but i don
Know how to make those coordinates to map to 3d space.


Pls help me in this regard .I'm new to android

-- 
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 convert a xml page to speech???

2010-07-22 Thread prachi
Hi all

I have an xml page which im able to display on webview and also able
to convert it to sppech by using text to speech API provided by
android.

I have stored that xml page in a string variable and hence able to
convert it to speech which takes string variable as an input.

But my problem is that if the xml has some href tags or imgsrc tags
those are also read out by TTs.

Can u pl tell me how to overcome this I jst want the text part
which is displayed in webview to be read out not the image url or
smething else

Please help...Its urgent.

Any help would be appreciated:)

-- 
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 convert .swf to .apk ?

2010-07-07 Thread VENU GOPAL
Hi Freinds,

I created a application using ADOBE AIR and now i want this
application to deployed in ANDROID OS enabled mobile phone but i am
not able to convert .swf file to .apk

Can any one please help me out how i can convert .swf to .apk

Best Regards
Venu Gopal V

-- 
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 convert Document data type to String

2010-06-07 Thread Android boy
Hello guys.

I've already created XML using DOM in Android. Now I have a problem
converting my Document data to String since transform factor is not
available in Android. I need to FileOutputStream the Strings that came
from the Document

Could you please 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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] how to convert bitmap to byte array

2010-04-13 Thread narasimha rao
hi all
  i am new in android  i am implementing image retrieve in sdcard  in image
convert into bitmap and in bitmap convert in to byte array please forward
some solution of this code
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
ImageView image = (ImageView) findViewById(R.id.picview);
EditText value=(EditText)findViewById(R.id.EditText01);
FileInputStream in;
BufferedInputStream buf;
try {
in = new FileInputStream("/sdcard/pictures/1.jpg");
buf = new BufferedInputStream(in,1070);
System.out.println("1.."+buf);
byte[] bMapArray= new byte[buf.available()];
buf.read(bMapArray);
Bitmap bMap = BitmapFactory.decodeByteArray(bMapArray, 0,
bMapArray.length);
   for (int i = 0; i < bMapArray.length; i++) {
System.out.print("bytearray"+bMapArray[i]);
}
image.setImageBitmap(bMap);
value.setText(bMapArray.toString());
if (in != null) {
 in.close();
}
if (buf != null) {
 buf.close();
}

} catch (Exception e) {
Log.e("Error reading file", e.toString());
}
}

}
solution is

04-12 16:41:16.168: INFO/System.out(728):
4@435a2908this is the result for byte array
not display total byte array this array
size is 1034 please forward some solution
-- 
Thanks & Regards,

KVL Narasimha Rao.
Contact No: +91 9912656178

-- 
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

To unsubscribe, reply using "remove me" as the subject.


[android-developers] how to convert Bitmap image to Drawable in Android

2010-03-10 Thread Farha Ansari
how can i convert a Bitmap to Drawable.

Thanks,
Farha

-- 
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 convert Drawable into Bitmap?

2010-02-28 Thread Marco Alexander Schmitz
Hello,

how do I convert a Drawable into a Bitmap?

Greetings,
Marco

-- 
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 convert mp3to PCM format in android

2010-02-23 Thread kavitha
Hi All,

Is there any way to convert mp3 to PCM stream in android?

Please help.

Thanks
Kavitha

-- 
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

Re: [android-developers] How to convert Android application to Droid Mobile application?

2010-02-17 Thread Mark Murphy
Jeyavel Natesan wrote:
> i have developed the application in android and i installed the
> application in to HTC magic mobile , it's working good. but i want to
> install same application in Droid mobile(480x854 px) , shall i need to
> modify any code for that?

Maybe, maybe not. It all depends on how you wrote your user interface.

I'm serializing a chapter from one of my books on this topic over the
next couple of weeks at AndroidGuys. Here's the first post:

http://www.androidguys.com/2010/02/16/handling-multiple-screen-sizes-part/

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
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 convert Android application to Droid Mobile application?

2010-02-17 Thread Jeyavel Natesan
Hi,


i have developed the application in android and i installed the application
in to HTC magic mobile , it's working good. but i want to install same
application in Droid mobile(480x854 px) , shall i need to modify any code
for that?


Regards,
Jeyavel N
+91 964-289-8190

-- 
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 convert mp3/any type of data to PCM format in android

2010-02-15 Thread kavitha
Hi All,

How to convert from mp3 or any type of audio data to PCM format in android?

Please tell me the solution.

It is very urgent.

Thanks
Kavitha

-- 
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 Convert 1.5 project to 2.0

2009-12-02 Thread Sasikumar.S
Hi,


I created a Android Project in 1.5.
Now i want to convert itinto Android SDK2.0.
How can i convert this?


I tried to convert by click the project properties & changed the Target from
Android1.5 to Android2.0...

But the R.java is delted automatically when i changed the target...

Any one know about this?.

Thanks in advance.

-- 
Thanks & Regards
Sasikumar.S

-- 
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 convert RGB565 to a bitmap file?

2009-11-25 Thread Ejane
In a byte[], I am having the image data of a RGB565 image(no header,
only image content)

I used the decodeByteArray with Bitmap.Options as RGB565 decoder.


But the decoding process failed.


Am I missing anything?

-- 
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 convert a position to a object on WebView

2009-07-23 Thread ko

Helllo,
Does anyone find the way to locate a object from a position on
(extended) WebView?
I mean
1.you touch the screen
2.my onTouchEvent handler be invoked and it'll find which object
touched
3.the handler decides and acts depending on an object

I found getHitTestResult() gives me some tips but not suffice.
Moreover if you touch a string(not anchored text), I couldn't get any
useful information.

On Apple's SDK, the accessibility feature helps me on this issue.

Thanks.
 ko

--~--~-~--~~~---~--~~
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 Convert this Response into Map Object or into List View

2009-07-16 Thread android.vinny

Hi

How to Convet this response int o MAP Object or List View

Plz help me regarding this 

getRatingResponse{return=ContestInfo{item=anyType{name=Ankitha;
totalimages=2; rating=2.5; }; item=anyType{name=Anushka;
totalimages=4; rating=9.5; };

Thanks a lot in advance
--~--~-~--~~~---~--~~
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 convert Picture object to Bitmap object?

2009-06-04 Thread jerryfan2000

Hi ,
I am trying to figure out how to do convertion of Picture object
generated by webView to Bitmap for later JPEG encoding and saving to
local f/s. I tried to create a bitmap from pre created Picture object
by BitmapFactory.decodeStream and failed. Seems like Picture object is
unreconginzed format by Bitmap factory. Just wondering is there any
method to do the convertion?
--~--~-~--~~~---~--~~
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 convert base64string to Image?

2009-02-09 Thread dilu

Hi All,
 I am getting image from server side as Base64 string in xml form.Now
i want to convert this base64 string into image.once it will get
converted into image then i will store it into my local database.
Canany one tell me how to do this?
Any example iOr sample code for converting base64 string to image.
Looking forward for your reply.
Thanks
Dileep
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---