[android-developers] [Help] Recognize vertical swiping and vertical scrolling in gridview

2014-04-14 Thread cybersun
Hi all, I am a junior android dev, I have a question, please help me. I have a Gridview, include hundred of items (thumbnail images). I set a multi-select mode, in this mode, user just need to swipe his finger to start selecting multiple items (this case, gridview can not be scrolled). And in

[android-developers] emugen tool related help required

2014-04-14 Thread Saqlain Abbas
Hi, I need some help related to understand input file description and format, which emugen tool expect and how we can use it to generate code. If you got simple example or tutorial will be enough, I merely could find some information in emugen README only

Re: [android-developers] Android how to draw a circle ring as shown in the image.

2014-04-14 Thread Marina Cuello
Sometimes, the problem when your first language is not English is that you don't know how to search on Google. What I mean is that you don't know the right words. When I can't find what I need, but I'm sure there must be something out there, I often use synonyms. In this case, you get what you

[android-developers] DevicePolicyManager.lockNow() not working on android 4.4

2014-04-14 Thread OronS
Hi As part of my application I have code that locks up my device.. It works on mine (Android 4.2), but not on my friend's device (Android 4.4) What could be wrong? How can I lock 4.4 device? Thanks : ) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to calculate a tablets resolution before purchasing the tablet

2014-04-14 Thread Chris
Googling the exact phrase Toshiba eXcite Pro AT10LE-A-10D screen DPI yields in the first result a screen DPI of 300. At least give it an effort. - C On Tuesday, April 1, 2014 3:28:39 AM UTC-4, Simon Giddings wrote: I am looking at buying a Toshiba eXcite Pro AT10LE-A-10D, which boasts a

Re: [android-developers] How to get more reviews/comments when my app runs mainly in background?

2014-04-14 Thread Fabien Demangeat
Okay thanks for the suggestion. I will think about it, I know that I have to be careful with low-value notifications... Cheers! On Saturday, April 12, 2014 6:49:48 PM UTC+1, TreKing wrote: On Fri, Apr 11, 2014 at 3:30 AM, Fabien Demangeat fabiend...@gmail.comjavascript: wrote: Do you

Re: [android-developers] How to get more reviews/comments when my app runs mainly in background?

2014-04-14 Thread Gustavo Oliveira
I believe the Rate Us dialog is a good idea. Also, I would add interesting information in that dialog, like some tips, usage statistics, just like some free apps do (e.g. antivirus and protection software normally tell how many threats were blocked). Best, Gus On Mon, Apr 14, 2014 at 5:24 PM,

Re: [android-developers] [Help] Recognize vertical swiping and vertical scrolling in gridview

2014-04-14 Thread TreKing
On Mon, Apr 14, 2014 at 4:42 AM, cybersun quocnh...@gmail.com wrote: There is an ambiguity between 2 types of vertical action, can you help me? What is the issue you're having? - TreKing

[android-developers] Re: Choreographer regularly skipping frames during OpenGL Render

2014-04-14 Thread Dave Smith
Thanks for the response, Doug, but we're talking about two different things. I'm not referring to the errors that show up the log tagged Choreographer when the frame warning limit is triggered on the main thread. I'm talking about actually using the Choreographer API to render OpenGL content