Re: [android-developers] Handling Bitmap Out of Memory Error

2012-07-16 Thread Matthew Powers
A try catch block isn't going to handle a memory blow up at the native layer. On Jul 16, 2012 8:25 AM, B.Arunkumar awsnetworkrecor...@gmail.com wrote: Hi, We have an app which renders bitmaps on imageview. On Samsung Galaxy, it works fine. But On Motorola Droid, it runs into memory issues

Re: [android-developers] setAlpha is gone?

2011-10-02 Thread Matthew Powers
Its not deprecated. Its just available in API level 11+ On Sun, Oct 2, 2011 at 9:18 PM, billconan billco...@gmail.com wrote: Hello, I want to write some transparent view, but there is no setAlpha defined with View, although the document claims that there is. I am wondering if setAlpha is

Re: [android-developers] HTML page to a Bitmap

2011-08-19 Thread Matthew Powers
Ya take a snapshot of the webview. On Fri, Aug 19, 2011 at 8:23 PM, bob b...@coolgroups.com wrote: Is there any easy way to render a small HTML page to a Bitmap? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Android Market API

2011-07-28 Thread Matthew Powers
Is there an android market api available such that I could code my application to automatically check for an update when the app opens? I know that a notification will appear telling me to update the application,but I want to put up a dialog telling the user of an update also. Thanks -- You

Re: [android-developers] Android Market API

2011-07-28 Thread Matthew Powers
version code. -- Kostya Vasilyev 29.07.2011 2:14 пользователь Matthew Powers mtpow...@gmail.com написал: Is there an android market api available such that I could code my application to automatically check for an update when the app opens? I know that a notification will appear telling

[android-developers] MediaRecorder Padding

2011-07-21 Thread Matthew Powers
Does anyone else see, when using the MediaRecorder, that anywhere from .5 to 1 second of whitespace is injected before the start of the recording? When I start a recording, stop a recording and playback there seems to be this whitespace delay injected into the recording. -- You received this

[android-developers] MediaRecorder White Space and 2.3.4 cut off

2011-07-21 Thread Matthew Powers
Has anyone noticed the the apparent whitespace that gets inserted at the beginning of an audio recording? Also has anyone seen the MediaRecorder cutting off the beginning of a recording in Android 2.3.4? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Romain Guy/Diane Help!

2011-07-08 Thread Matthew Powers
So we have an app that we have preinstalled with the Toshiba Thrive, unfortunately, we have an update to the app associated with the impending launch on Sunday. My question is this (and I have done some digging on the blogs, etc). We don't seem to be able to detect that an update is available.

Re: [android-developers] Romain Guy/Diane Help!

2011-07-08 Thread Matthew Powers
Same package, same signing certificate, and an incremented version number On Fri, Jul 8, 2011 at 11:51 PM, Romain Guy romain...@android.com wrote: Was it signed with the same key? On Fri, Jul 8, 2011 at 8:48 PM, Matthew Powers mtpow...@gmail.com wrote: So we have an app that we have

Re: [android-developers] Romain Guy/Diane Help!

2011-07-08 Thread Matthew Powers
And this was the blog that gave me anxiety. http://www.letsgodeeper.com/2011/02/reinstall-preloaded-htc-apps-in-android-market/ On Fri, Jul 8, 2011 at 11:55 PM, Matthew Powers mtpow...@gmail.com wrote: Same package, same signing certificate, and an incremented version number On Fri, Jul 8

Re: [android-developers] Romain Guy/Diane Help!

2011-07-08 Thread Matthew Powers
We are the ones handling the updates, and I am just looking for some insight from people who have delivered preinstalled apps. If this is not the forum to do so then I apologize. On Sat, Jul 9, 2011 at 12:33 AM, String sterling.ud...@googlemail.comwrote: First, I believe that blog post is

[android-developers] Job Opportunity NYC

2011-05-19 Thread Matthew Powers
Hey guys, I know you probably hate this - but we have some great job opportunities for Android developers in Manhattan, and even remotely. Our company, Applico (www.applicoinc.com), works with major agencies and brands to help get them on Mobile, specifically android. We have worked with

Re: [android-developers] Job Opportunity NYC

2011-05-19 Thread Matthew Powers
Yes absolutely On Thu, May 19, 2011 at 8:25 AM, Mohammed Hossain Doula hossaindo...@gmail.com wrote: I am working in Android... Shall I send you my resume??? On Thu, May 19, 2011 at 6:23 PM, Matthew Powers mtpow...@gmail.comwrote: Hey guys, I know you probably hate this - but we have

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Matthew Powers
Thats really cool On Tue, May 17, 2011 at 9:19 AM, Vinicius Carvalho viniciusccarva...@gmail.com wrote: Hi guys, just sharing a demo of a heatmap I've done: http://blog.furiousbob.com/2011/05/12/heating-up-my-new-xoom-tablet/ An example with real data and Gmaps overlay to come next :) BR

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Matthew Powers
I have played with this MANY times. The only solution I have seen is to walkthetree in the listview and recycle your objects by hand On Thu, Mar 31, 2011 at 2:08 PM, ivan istas...@gmail.com wrote: Ok I just tested the api demo again. I went in and out of List1.java 15 times, and only saw 8

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Matthew Powers
the ListView instances. On Thu, Mar 31, 2011 at 11:32 AM, Matthew Powers mtpow...@gmail.comwrote: I have played with this MANY times. The only solution I have seen is to walkthetree in the listview and recycle your objects by hand On Thu, Mar 31, 2011 at 2:08 PM, ivan istas...@gmail.com wrote: Ok

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Matthew Powers
, Matthew Powers mtpow...@gmail.comwrote: Sorry I didn't explain myself fully. In our layout we have a listview with rather large images. We have shown many times that the gc does not run quick enough to clean up the images onDestroy, onConfigurationChange, etc and are getting OOM exceptions. We

Re: [android-developers] Ad-Hoc Networking

2010-06-18 Thread Matthew Powers
look at the wlan.ini On Tue, Jun 15, 2010 at 11:55 AM, BITS bitsandroidt...@gmail.com wrote: With Android 2.2 they allowed for the user feature of making your phone a wireless hotspot. Looking through the API I was not able to find a way to configure the hotspot or even turn it on. There

Re: [android-developers] TCP IP connection via Mobile Network

2010-06-18 Thread Matthew Powers
I would worry about your IP address changing as you move in and out of different networks, your IP address is not constant On Thu, Jun 10, 2010 at 2:40 PM, WuffIT Tech wuffi...@gmail.com wrote: Hi, I am new to this forum and I would like to throw out this question and hopefully someone can

Re: [android-developers] SQLite db limitations for Android app

2010-06-18 Thread Matthew Powers
Store it on the SDcard On Wed, Jun 9, 2010 at 3:10 PM, iThinkSimple ithinksimpl...@gmail.comwrote: Our Android application will read data from our own SQLite db which is around 3GB in size. What is the maximum storage limit for db that is specific to a single app? (The specs say that the

Re: [android-developers] Re: Droid Incredible Not Returning Valid DeviceID?

2010-06-18 Thread Matthew Powers
I am getting that problem on a droid and using the MAC address instead On Tue, Jun 15, 2010 at 2:32 PM, Josh F. joshful...@gmail.com wrote: I'm surprised nobody else is getting this problem. Maybe I'm the only one using the Device ID or the only one alerting users if it can't find it... On