Re: [android-developers] Is this list dying?

2015-10-26 Thread Daniele Segato
Oh! I totally missed that! someone at Google should also write this in capital letter and make a sticky post stay on the top and redirecting to stack overflow. On Saturday, October 24, 2015 at 4:23:40 AM UTC+2, Mark Phillips wrote: > > TreKing - thanks for the clarification! > > Someone at

Re: [android-developers] Google AppInvites beta cause MissingTranslation Lint error compiling in Android

2015-10-23 Thread Daniele Segato
Services API. > > Not sure if you found it, but there's an issue open for that: > https://code.google.com/p/analytics-issues/issues/detail?id=733 > > No fix, but there are workarounds in the comments. I think it would help > to add your error there. > > > > On Thu,

Re: [android-developers] Google AppInvites beta cause MissingTranslation Lint error compiling in Android

2015-10-22 Thread Daniele Segato
nd the same problem and how to work > around it. > > Now if you want to file a bug report, the right place to do it is > https://code.google.com/p/android/issues > > Cheers, > Gus > > On Wed, Oct 21, 2015 at 11:13 AM, Daniele Segato <daniele...@gmail.com > > w

Re: [android-developers] 2 Tasks are available after onRequestPermissionsResult().

2015-10-22 Thread Daniele Segato
I still don't understand your question. You are mixing things you do in code with steps the user takes. And you are not clearly stating what is the expected behavior you want and the behavior you get or what the problem is. Regards, Daniele On Thursday, October 22, 2015 at 9:38:38 AM UTC+2,

[android-developers] Google AppInvites beta cause MissingTranslation Lint error compiling in Android

2015-10-21 Thread Daniele Segato
This is a bug report. Couldn't find a better place to file this too, if you have a reference to the right forum/bug tracking I'll happily use it. I wanted to try out Google AppInvites beta. Not sure if this is a tool (gradle) bug or a Google Play Service bug. I followed the steps here:

[android-developers] How to get Google Play Services currently connected account?

2015-10-12 Thread Daniele Segato
Hi, Many Google Applications allow you to switch between Google Accounts and show you the currently connected account. For example Google Fit, Gmail, Google+, etc... >From the perspective of the code I call .connect() on the Google Client and enter a loop of - connection failed - launch

[android-developers] Any Android M Preview official forum?

2015-06-04 Thread Daniele Segato
Hi, I was looking for an Android M Preview forum: an official place to ask question on the new OS versions / user suggestions / user feedback. Is there anything like it anywhere? (couldn't find) I don't want to pollute this forum with that stuff. Thanks, Daniele -- You received this message

[android-developers] Re: android character set

2014-05-21 Thread Daniele Segato
I also want to know this. Roboto apparently do not support Chinese and Japanese (Hirigana, Katawana). So which is the list of supported character sets? (unicode group, scripts, whatever you want to call them). And if Chinese/Japanese are actually supported: which font is used? On Tuesday,

Re: [android-developers] Criteria for .obb files download (GooglePlay vs manual)

2014-01-10 Thread Daniele Segato
There are probably many. I can tell you one: network connection failure / disconnection while downloading the obb file. The app installs anyway. The obb file has to be manually downloaded. Very slow connection detected etc... Behavior can change since the Google Play app upgrades itself on its

Re: [android-developers] Using the Expansion Pack for optional data

2014-01-10 Thread Daniele Segato
Hi Jeremy, no. The expansion pack (either the main one or the patch one) is usually downloaded with your application when the user install from market. It can happen that is NOT downloaded but there's no option to tell the market not to download it with your app. On Tue, Dec 10, 2013 at 8:18

Re: [android-developers] developing with higer sdk than minimun target

2013-10-23 Thread Daniele Segato
On Tue, Oct 22, 2013 at 11:50 PM, firebreather michaelirvingbr...@gmail.com wrote: is there any significant risk in using a higher sdk to develop than the minsdkversion target declared in the manifest? in other words, if i'm developing on android 4.0.3 version 15 sdk/api will the app work

Re: [android-developers] Are Encrypt Opaque Binary Blobs (OBBS) supported?

2013-10-22 Thread Daniele Segato
Did you have any luck? I created a bug here: https://code.google.com/p/android/issues/detail?id=53039 I get this in the log when trying to mount the obb file: 10-22 17:12:56.755 166-252/? E/Vold﹕ Error loading mapping table (Invalid argument) 10-22 17:12:56.755 166-252/? E/Vold﹕ ASEC

Re: [android-developers] Re: 3D model importer / engine for Android / Android NDK for use with Vuforia - what do you use?

2013-08-09 Thread Daniele Segato
compiled it with Visual Studio only and require GLEW and GLUT, how am I supposed to install those in an Android device? It's OpenGL ES not OpenGL. thanks anyway, Regards, Daniele Segato On 08/09/2013 08:57 AM, gjs wrote: Hi, http://lmgtfy.com/?q=convert+collada+to+opengl Maybe have a look at https

Re: [android-developers] Re: Gradle build is screwing up in weird ways on 5% of devices when used with Proguard -- same config and source works fine in Eclipse build

2013-08-09 Thread Daniele Segato
I would write at https://groups.google.com/forum/#!forum/adt-dev in addition to the bug report On 08/07/2013 07:02 PM, Digipom wrote: I figured it out -- I seem to have run into some sort of an obscure floating-point optimization bug that occurs on certain devices. I opened

Re: [android-developers] What is the use of services in Android?

2013-08-09 Thread Daniele Segato
activities you just have to bind to it and ask. Said so if you need to sync data remotely when opening your activity you should be using SyncAdapters http://developer.android.com/training/sync-adapters/index.html Regards, Daniele Segato On 08/08/2013 08:02 PM, ashish wrote: Hi, suppose

Re: [android-developers] Re: 3D model importer / engine for Android / Android NDK for use with Vuforia - what do you use?

2013-08-09 Thread Daniele Segato
Thank you very much gjs! That's seems very interesting reading the first few comments. Apparently it use assimp below. I'll look into it and be back to say what I think. In the meanwhile thanks for the suggestion. Regards, Daniele Segato On 08/09/2013 10:27 AM, gjs wrote: Hi, Ok maybe take

Re: [android-developers] What is the use of services in Android?

2013-08-09 Thread Daniele Segato
Hi, I think you should tell to us what you are trying to do cause repeating that you do startService the second time and it does not work doesn't mean a thing if we don't know what you want to do and what your service does. Regards, Daniele Segato On 08/08/2013 08:32 PM, ashish wrote: Hi

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2013-08-09 Thread Daniele Segato
Hi, your SDK seems interesting but I don't see support for developing in Linux. Seems weird to me since it's easier to compile with NDK on Linux then in Windows (for example). Is there a way to develop for Android on Linux using your SDK? Regards, Daniele On Friday, December 28, 2012

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2013-08-09 Thread Daniele Segato
it from Linux :) and probably for this reason I'll not be able to use it for the project I'm working on ;) Regards, Daniele Segato On Friday, August 9, 2013 11:43:26 AM UTC+2, Daniele Segato wrote: Hi, your SDK seems interesting but I don't see support for developing in Linux. Seems weird

[android-developers] 3D model importer / engine for Android / Android NDK for use with Vuforia - what do you use?

2013-08-08 Thread Daniele Segato
Sample and I'll then write plain OpenGL commands to render it. I had to study NDK, C++, OpenGL all together and this is taking a while.[1] I hope you have other suggestions and that this discussion may prove helpful to others. Regards, Daniele Segato [1] Furthermore I'm encountering issues

Re: [android-developers] What is the use of services in Android?

2013-08-08 Thread Daniele Segato
, use them to update underling data (better if using a SyncAdapter) and manage remote calls. regards, Daniele Segato -- 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

Re: [android-developers] Augmented Reality frameworks - what your choice?

2013-08-08 Thread Daniele Segato
or low end devices, I also tried with a RAZR with x86 processor and it works... MIPS devices will not work. it doesn't provide a 3D engine tough (see my other post in this ml) so you'll have to find one on your own. Regards, Daniele Segato -- You received this message because you are subscribed

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
shouldn't or if you are right it could be a start for other developers to have a list of gotchas and issues you have to be aware off making life easier for everyone. Regards, Daniele Segato -- -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
what we can do, as a community, to help other developers discover this kind of issues. A issue database is what we need. I don't have the resources to put one up. Probably none of you, alone, has them. my 2 cent Cheers, Daniele Segato -- -- You received this message because you are subscribed

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
On 07/31/2013 02:40 PM, Kristopher Micinski wrote: You're wrong about calling it fragmentation: fragmentation means there are n versions of Android, and you have to consider that. What Omer is saying is that there are actually x n versions of Android, when you take into account all of the

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
On 07/31/2013 03:10 PM, Kristopher Micinski wrote: I think various people outlined possible solutions if you'd read the previous messages. One possible solution is stricter certification requirements. That's something Google can do, and is probably doing. I asked what WE can do. If we don't

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
. The more the better. I've not much experience with these kind of issue, I fear I'll not be someone in the right position to do so. But I'd love to have something like that. Regards, Daniele Segato -- -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
On 07/31/2013 03:36 PM, Παύλος-Πέτρος Τουρνάρης wrote: I really dont get any of your points Daniele! I can see that ;) Every developer that till now sent an email in this discussion has already stated his/her opinion in order to answer at Omer's first question... I'm asking you all to

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
On 07/31/2013 05:58 PM, Nobu Games wrote: I think a central website for collecting known issues and workarounds would be a great idea. There are free wiki hosting services that could be used for that: https://en.wikipedia.org/wiki/Comparison_of_wiki_hosting_services I think a wiki is not a

Re: [android-developers] Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
, the community is big and if people really care about this issue I don't think it should be a problem to find some. If they don't really care so much then we will see no one stepping in, that's for sure. regards, Daniele Segato On 07/31/2013 06:30 PM, Nobu Games wrote: Oops, I sent my reply just to you

Re: [android-developers] Re: Dealing with 1000's of different devices, each one with its own bugs

2013-07-31 Thread Daniele Segato
On 07/31/2013 05:17 PM, Kristopher Micinski wrote: Yes. To install Google Play or Google apps, you absolutely are required to pass the CTS. But, from your discussion, the CTS obviously doesn't test all parts of the Android platform: it's just a test suite. Yes, and never will. It may be a

Re: [android-developers] android how to bring our application to foreground when it goes to background?

2013-07-30 Thread Daniele Segato
I've been transparent enough to make you change your mind. Regards, Daniele Segato -- -- 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

Re: [android-developers] ICC Profiles

2013-07-12 Thread Daniele Segato
https://code.google.com/p/android/issues/detail?id=57502 -- -- 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

Re: [android-developers] Why doesn't the ADT show me the javadoc for a class in android.jar when I have the javadoc path set for the jar?

2012-02-21 Thread Daniele Segato
On 01/02/2012 07:21 AM, David Karr wrote: This may be completely Eclipse-specific, but perhaps not. I find it's very inconsistent whether I can get Eclipse to show me the Javadoc for an Android class or method, even when I appear to have valid javadoc attached to the android.jar file. For

Re: [android-developers] Force close while opening an imageView from a bitmap

2012-02-13 Thread Daniele Segato
On 02/13/2012 05:51 AM, Jim Graham wrote: Background: what I'm trying to do here is create a bitmap with only one color at a set alpha channel value (making the bitmap somewhat transparent) for the entire bitmap. Unfortunately, when the new bitmap (bmp) is passed to an imageView, it's NULL

Re: [android-developers] Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-02-05 Thread Daniele Segato
On 01/20/2012 02:40 PM, Chris wrote: My app runs on Android 2.1+ , so I can't use the DPI based screen differentiation , are you sure about this? I never actually tried but I think that if you target a later version (say Android 4.0.3) you can define your resources, layouts and so on with

[android-developers] Re: Multiple On-Going Notification with progress bar keep changing position

2011-12-21 Thread Daniele Segato
On 12/18/2011 01:04 PM, Daniele Segato wrote: Hi, I have this exact same problem: http://stackoverflow.com/questions/6189817/pin-notification-to-top-of-notification-area some (more) confirmation I'm not alone would be good even if you have no solution :) thanks -- You received

[android-developers] Multiple On-Going Notification with progress bar keep changing position

2011-12-18 Thread Daniele Segato
Hi, I have this exact same problem: http://stackoverflow.com/questions/6189817/pin-notification-to-top-of-notification-area The on-going notification shown the download progress.. I need to update those notifications periodically, every 3 seconds now: I upgrade the progress bar and text

Re: [android-developers] duplicate and rename package

2011-12-11 Thread Daniele Segato
On 12/08/2011 10:57 AM, Mukesh Srivastav wrote: Pretty simple, if you use Eclipse as Development Enviorment. You just have to select the project root in the Eclipse and Rename it,Eclipse will automatically update the reference of the package. eclipse is not going to fix your package in

Re: [android-developers] Re: Notification status bar custom layout, guide lines are wrong?!? (primary color)

2011-12-08 Thread Daniele Segato
On 12/06/2011 01:41 PM, kilaka wrote: Does NOT work for me as well. The text is white and looks bad on a bright background. I ended up using the guidelines for Android 2.3 and greater and set up my custom colors for Android 2.2 and lower.. This is not the first time I found the Android

Re: [android-developers] duplicate and rename package

2011-12-08 Thread Daniele Segato
On 12/04/2011 05:43 AM, bob wrote: Let's say you have an Android game. You want to duplicate the project and change the package name to make a new game. Is there a simple 20- second way of doing this? I've tried many methods and somehow this always takes about half an hour of fiddling for

Re: [android-developers] Re: Notification status bar custom layout, guide lines are wrong?!? (primary color)

2011-12-08 Thread Daniele Segato
On 12/08/2011 09:49 AM, Daniele Segato wrote: On 12/06/2011 01:41 PM, kilaka wrote: Does NOT work for me as well. The text is white and looks bad on a bright background. I ended up using the guidelines for Android 2.3 and greater and set up my custom colors for Android 2.2 and lower

[android-developers] Notification status bar custom layout, guide lines are wrong?!? (primary color)

2011-11-25 Thread Daniele Segato
I was following this guide lines: http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomExpandedView which states: [...] to use the standard text colors on versions of Android lower than 2.3, you should use the following styles for res/values/styles.xml: ?xml

Re: [android-developers] Gesture help

2011-11-21 Thread Daniele Segato
On Sat, 2011-11-19 at 15:06 -0800, bt wrote: Hi, I would like to switch screens by swiping left and right. I have a ScrollView inside a GestureOverlayView and everything is OK until I use a SeekBar. But there are SeekBars inside the scroll view and if I change the seekbar value with my

[android-developers] Re: How do I preserve selection and/or checked items in a ListView after device rotation?

2011-11-21 Thread Daniele Segato
On Fri, 2011-11-18 at 07:44 -0800, Daniele Segato wrote: The ListView save in its internal state the checked items and restore them. It restore them after the device is rotated. But then clear them out when I set it a new adapter (which, in my case, extract exactly the same data

[android-developers] How do I preserve selection and/or checked items in a ListView after device rotation?

2011-11-21 Thread Daniele Segato
The ListView save in its internal state the checked items and restore them. It restore them after the device is rotated. But then clear them out when I set it a new adapter (which, in my case, extract exactly the same data). I'm using a ListFragment with compatibility support package v4 and a