[android-developers] Print to PDF problem

2017-02-02 Thread Rc Ellis
Moto z play Android 6.0.1

When I use the print to PDF feature it doesn't make the pic/file smaller. In 
some cases it makes it larger ex: 3.5mb to 5mb. How are the settings changed? 
Or what could be the problem? Just got this phone. My last phone the Print to 
PDF feature worked great. Could send multiple pics in emails.

-- 
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/c12d3c68-7273-4ba1-bfad-540a1550060e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Ynt: Gallery view image zoom option in multi touch..

2012-11-20 Thread Rc
ragupathi how can you chive this please reply


On Sunday, September 18, 2011 12:26:01 PM UTC+5:30, ragupathi ragupathi 
wrote:

 Hi, 
Sorry for the delay im tried your code its showing error on the 
 getScaleX() and getScaleY() methods. If u dont any other idea?

-- 
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] 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.google.android/android/2.3.4_r1/android/gesture/GestureUtils.java#GestureUtils.minimumCosineDistance%28float%5B%5D%2Cfloat%5B%5D%2Cint%29

 in this link from the source code one can figure out that a minimum
cosine distance is calculated between two float[] vectors. These
arrays presumably store the features for each stroke. However what
these features are and how the are calculated - couldn't figure that
out from the code.
 Would someone pls help out on this?

-- 
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] Views show up at the emulator but not on device

2011-09-07 Thread RC
After set up of a small app (using Level 4 / 1.6) for testing, it
appears that some prog. generated views show up at the emulator but
not on a testing device (G1).
Why is there a difference ? What's wrong?
Regards + thanks!
RC

-- 
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 control the bitmap rotate base on the touch position?

2010-10-01 Thread rc
how to control the bitmap rotate base on the touch position?

the bitmap at the center, the user touch different position, the
bitmap will rotate according to the touch position. the bitmap not
move, only rotate.

how can i make it??

-- 
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] Problems with audio playback on froyo

2010-06-07 Thread RC
I'm having a problem with MediaPlayer playing a stream. It goes along
fine and then I get the following.

I/AwesomePlayer(   59): prefetcher is done preparing
E/MediaPlayer( 6358): error (1, -2147483648)
E/MediaPlayer( 6358): Error (1,-2147483648)
W/TimedEventQueue(   59): Event 2 was not found in the queue, already
cancelled?
V/TuneWiki( 6358): Client closed connection!
V/TuneWiki( 6358): java.net.SocketException: Connection reset by peer
V/TuneWiki( 6358): at
org.apache.harmony.luni.platform.OSNetworkSystem.writeSocketImpl(Native
Method)


This is only happening in the new FroYo (Android 2.2) release where
the media player was changed.

All streaming works up to Android 2.1, and with Android 2.2 we get
squelches, pops, and other bad noise and then the connection
terminates.

I have looked at one possibility being the change from HTTP/1.0 to
HTTP/1.1 requests. I'm not sure if Stagefright can be told to make
HTTP/1.0 connections but it appears to work for a couple seconds and
then everything falls apart and the media player quits.

Anyone have thoughts about what has changed and what might be needed
to work with the new media player properly?

-- 
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 stop launch configuration dialog

2010-05-19 Thread RC
Every time I want to debug or run my Android application, a popup
appears asking me how I want to run the application. I went to the Run/
Debug Settings dialog for the project to add a new configuration. Only
Android Application option is not in that list so I can setup a
default configuration to run as.

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