Re: [android-developers] The purpose of resource name mipmap?!

2013-07-20 Thread Yuku Sugianto
It seems that many Google apps use @mipmap/ic_launcher instead of @drawable/ic_launcher. What are the advantages of this? Is there any guide how to use mipmaps, probably for better launcher icons? -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Google Wallet Issues

2013-07-20 Thread Terry
A lot seem to have happened with Google Wallet lately(!) One problem is that I am no longer able to verify/check the amounts reported for my apps that have been sold. 1. When I add upp the Estimated Net Revenue shown for each order (for one day), they do NOT add up to the amount shown on

[android-developers] Stretch videostrong

2013-07-20 Thread bob
Anyone know if there's an easy way to scale a VideoView so the video takes up the whole screen? I want it to be stretched. 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] Re: Google Wallet Issues

2013-07-20 Thread Nathan
On Saturday, July 20, 2013 3:12:04 AM UTC-7, Terry wrote: A lot seem to have happened with Google Wallet lately(!) One problem is that I am no longer able to verify/check the amounts reported for my apps that have been sold. 1. When I add upp the Estimated Net Revenue shown for each

[android-developers] Ash Pat

2013-07-20 Thread Ash Pat
http://cng.20e.in/kjskte/tfhwgu.pgtnthoqsmegmwrt -- -- 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] Re: can not set preview buffer format to nv21 on nexus 4

2013-07-20 Thread Sanchiski
I think you got a bit confused. Use NV21 for setPreviewFormat (which is YUV420sp), and Jpeg for setPictureFormat. If you want to process RGB pixels on the onPictureTaken callback which is when a picture is taken, then use the next line: public void onPictureTaken(final byte[] data, final

[android-developers] How to turn off/disable NFC programmataically?

2013-07-20 Thread thsecmaniac
Hello, How to turn off/disable NFC programmatically when I close my application or when my application is idle? -- -- 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