[android-developers] Get Area code (DDD)

2013-12-11 Thread Italo Mendonça Rocha
Hello,

I need to retrieve the full phone number from my SIM, including the area
code. Does anyone know how I do it?

Thanks, Ítalo.

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


Re: [android-developers] Get a code

2012-04-09 Thread Justin Anderson

 i am moving that image but it is not working.

Can you be a little more precise maybe?  What do you mean by it is not
working?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Apr 8, 2012 at 5:09 AM, Siddharth Chopra siddharth5...@gmail.comwrote:

 i am moving that image but it is not working.

-- 
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] Get a code

2012-04-08 Thread Siddharth Chopra
i have tried to select some part of an image through rectangle and after 
that i have tried to create a bitmap of that selected part

Bitmap b1= Bitmap.createBitmap(bitmapFinal, (int)downx, (int)downy, 
(int)(upx-downx), (int)(upy-downy));

and then i have tried set on imageview 
through imageView2.setImageBitmap(b1);

and through matrix.postTranslate(event.getX() - start.x, event.getY()- 
start.y);

i am moving that image but it is not working.

Siddharth
On Saturday, April 7, 2012 11:44:06 PM UTC+5:30, Kristopher Micinski wrote:

 What did you try to make this happen?

 kris

 On Sat, Apr 7, 2012 at 1:42 PM, Siddharth Chopra
 siddharth5...@gmail.com wrote:
  hi,
  I want built an application in android in which from an image we select 
 some
  part of an image and move that part on an image same as we have 
 rectangular
  selection in mspaint
 
  Regards,
  Siddharth
 
  --
  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] Get a code

2012-04-07 Thread Siddharth Chopra
hi,
I want built an application in android in which from an image we select 
some part of an image and move that part on an image same as we have 
rectangular selection in mspaint

Regards,
Siddharth

-- 
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] Get a code

2012-04-07 Thread Kristopher Micinski
What did you try to make this happen?

kris

On Sat, Apr 7, 2012 at 1:42 PM, Siddharth Chopra
siddharth5...@gmail.com wrote:
 hi,
 I want built an application in android in which from an image we select some
 part of an image and move that part on an image same as we have rectangular
 selection in mspaint

 Regards,
 Siddharth

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


Re: [android-developers] Get a Code

2012-03-06 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Mar 4, 2012 at 10:05 AM, Siddharth Chopra
siddharth5...@gmail.comwrote:

 hii,
 get a code that to draw circle with ontouchlistener and it should
 increase its size on MotionEvent.Action_Move and finally circle should
 get display on MotionEvent.Action_Up on the canvas by clicking on Menu
 which is having text as Draw Circle that will open menu item in
 android to draw circle on the canvas.

 Regards,
 Siddharth Chopra

 --
 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] Get a Code

2012-03-04 Thread Siddharth Chopra
hii,
get a code that to draw circle with ontouchlistener and it should
increase its size on MotionEvent.Action_Move and finally circle should
get display on MotionEvent.Action_Up on the canvas by clicking on Menu
which is having text as Draw Circle that will open menu item in
android to draw circle on the canvas.

Regards,
Siddharth Chopra

-- 
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] get a code

2012-02-20 Thread dEEPESH PPM
Hi,

   Use this code;

 final Intent emailIntent = new Intent(
android.content.Intent.ACTION_SEND);
emailIntent.setType(plain/text);
startActivity(emailIntent);

Deepesh

On Sun, Feb 19, 2012 at 8:43 PM, Jim Graham spooky1...@gmail.com wrote:

 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  CANCER:  0
 73 DE N5IAL (/4)| Tux (E Cat):  DS B+Wd Y 6 Y L+++ W++ C++/C++ I+++
 spooky1...@gmail.com| T++ A E H+ S V- F++ Q+++ P/P+ B++ PA+ PL SC---
  Running FreeBSD 7.0  |
 ICBM / Hurricane:   | Tiggerbelle:  DS W+S+Bts % 1.5 X L-- W- C+++/C+
   30.44406N 86.59909W  | I+++  T A E++ H S++ V+++ Q+++ P  B++ PA++ PL+ SC

 Android Apps Listing at http://www.jstrack.org/barcodes.html

 --
 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] 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 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] 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  CANCER:  0
73 DE N5IAL (/4)| Tux (E Cat):  DS B+Wd Y 6 Y L+++ W++ C++/C++ I+++
spooky1...@gmail.com| T++ A E H+ S V- F++ Q+++ P/P+ B++ PA+ PL SC---
 Running FreeBSD 7.0  | 
ICBM / Hurricane:   | Tiggerbelle:  DS W+S+Bts % 1.5 X L-- W- C+++/C+
   30.44406N 86.59909W  | I+++  T A E++ H S++ V+++ Q+++ P  B++ PA++ PL+ SC

Android Apps Listing at http://www.jstrack.org/barcodes.html

-- 
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] Get source Code on Microsoft Windows

2010-03-23 Thread Buddy
Hello,

I try this plugin http://www.eclipse.org/egit/; to get the source
code of Android.

My parameters :
-URI : http://android.git.kernel.org/platform/manifest.git
- Protocol : Http or Https

I obtained the branches but can not get an access to the source
code...

Any idea ?

Thanks,
Antoine

-- 
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 from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.