[android-developers] Re: Best solution for touchable Toast-like notification for plugin library

2014-01-23 Thread Glenn Powell
ez+D%27Amico > > > El viernes, 17 de enero de 2014 23:44:39 UTC-3, Glenn Powell escribió: >> >> We are building a plugin library, which will be integrated into >> third-party applications. It requires the ability to show Toast-like >> notifications, which when tapped, w

[android-developers] Best solution for touchable Toast-like notification for plugin library

2014-01-17 Thread Glenn Powell
We are building a plugin library, which will be integrated into third-party applications. It requires the ability to show Toast-like notifications, which when tapped, will open our fullscreen widget Dialog. >From my research it appears that Toasts were designed to explicitly ignore any touch i

[android-developers] Re: Why has my app disappeared from the market? Has this happened to anyone before?

2010-08-21 Thread powell
I have the same problem. I cannot find my own application, neither my friend's app. Something is really wrong ! On 21 Sie, 07:46, Greg Siano wrote: > My app is a legitimate app, it isn't one of those sexy wallpaper, etc. > apps.  Its been on the store for a while.  I have a free version with > a

Re: [android-developers] Re: Need help with a Java issue

2010-06-23 Thread Adam Powell
The line reporting the NPE is implicitly unboxing the Boolean returned by your Map's get method to retrieve a primitive boolean value. If get returns null it would have the behavior you describe. On Tue, Jun 22, 2010 at 4:23 PM, Indicator Veritatis wrote: > Hi, Mariano > > True, this is a Java qu

Re: [android-developers] Re: OutOfMemoryError: how best to transfer large video files into a byte array?

2010-04-09 Thread Anna Powell-Smith
On 9 April 2010 19:35, Anna Powell-Smith wrote: > > > On 9 April 2010 18:19, Gubatron wrote: > >> I suppose when you say FilePart, you mean this >> >> org.apache.commons.httpclient.methods.multipart.FilePart >> >> I'm thinking along these lines afte

Re: [android-developers] Re: OutOfMemoryError: how best to transfer large video files into a byte array?

2010-04-09 Thread Anna Powell-Smith
On 9 April 2010 18:19, Gubatron wrote: > I suppose when you say FilePart, you mean this > > org.apache.commons.httpclient.methods.multipart.FilePart > > I'm thinking along these lines after looking at that API (I haven't > tested this) > > final File theFile = new File("yourFileLargerThan2Mb.ext"

Re: [android-developers] Re: OutOfMemoryError: how best to transfer large video files into a byte array?

2010-04-09 Thread Anna Powell-Smith
> > Why are you reading the entire file into a byte array? > That sounds right there like the OutOfMem error. Because it's the only way that I know to get from a content Uri to the byte array that I use to create the FilePart element of the multipart message. It is possible to create the FilePar

[android-developers] Re: Countries for selling priced applications in Android Market

2009-09-15 Thread Scott Powell
Depressing, indeed. I was naively hoping Australia would get on the merchant list soon (ie. in the month) but doesn't look like Google really care about the $$. In the scheme of things, it's only a tiny drop in the ocean compared to their main earners. On Sep 16, 2:38 am, karthikr wrote: > Guys

[android-developers] auto-repeat Buttons

2009-09-02 Thread Scott Powell
Just wanting to put some love out there, and refer to a blog post I just added on the above, which -seems- to be missing as a standard UI View. Enjoy: http://blog.spleenware.com/2009/09/auto-repeat-buttons-in-android.html --~--~-~--~~~---~--~~ You received this