I have a typical problem where if i keep repetedly press a button, a
certain value increases, actually i am supposed to increase once till
it disappears [it disappears in 700 ms]
public class CatchMeOnClickListener implements OnClickListener {
public void onClick(View v) {
Hi All,
I want to kill some tasks that I got through
ActivityManager.RunningTaskInfo class. Is there any API available for
that ? or Can you please suugest some approach to achieve that?
I checked task.baseActivity but there is no finish() API here.
Thanks,
Asif
--
You received this messag
Here's the Android side of things. I did this under 1.1 I believe, but
it still compiled and worked under 1.5. I suspect it'll probably work
under 2.0, but I'll leave it up to you to locate and/or implement a
Base-64 encoding/decoding scheme. Again, this is basic functionality to
allow interope
i am using this inputbox for asking name to the user. I need to
validate that user does not enter empty string and if enters i am
trying not to dismiss the dialog
http://www.anddev.org/viewtopic.php?p=12915
new AlertDialog.Builder(this)
.setView(fl)
Hi all,
I decided to put World of Bombs on the Market place but it ran
unsuccessfully. The upload site ask me to change the package name
since i've already an app with the same package already there. :( :(
The thing is i can't see the ADC entry i used to for the contest to
supress it and replace
Unfortunately you cannot block it, precisely for the reason you are
mentioning. This is a guarantee for the user that she will be able to
always go back to the Home screen and access settings, applications,
etc.
On Wed, Nov 25, 2009 at 10:56 PM, swapnil kamble wrote:
> Hi,
> Thanks for your r
If you know exactly that is what you are dealing with, okay.
On Wed, Nov 25, 2009 at 6:46 PM, Streets Of Boston
wrote:
> But if you know when you're dealing with images from the media-
> provider that are stored on the SD-card, then using the
> MediaStore.Images.ImageColumns.DATA column should be
2009/11/25 Cédric Berger
> And what about asking / helping task managers developers to improve their
> apps, so that they show more relevant (and understandable) information ?
>
Android 2.0's Running Services UI is a much more appropriate solution.
--
Dianne Hackborn
Android framework engineer
On Wed, Nov 25, 2009 at 8:16 PM, String wrote:
> Ironically, I hate task killers in the hands of muppets, but as a
> developer I occasionally find them useful for removing all traces of
> my own apps from memory during testing. Go figure.
>
You can use Manage Applications to go to your app and hi
You can not block it.
On Wed, Nov 25, 2009 at 10:56 PM, swapnil kamble wrote:
> Hi,
> Thanks for your reply. My application is a locker application. So I
> have to block this key .
>
>
> On Thu, Nov 26, 2009 at 12:20 PM, Romain Guy wrote:
>
>> You cannot block that event.
>>
>> On Wed, Nov 2
Hi,
Thanks for your reply. My application is a locker application. So I have
to block this key .
On Thu, Nov 26, 2009 at 12:20 PM, Romain Guy wrote:
> You cannot block that event.
>
> On Wed, Nov 25, 2009 at 10:48 PM, swapnil kamble
> wrote:
> > Hi All,
> > I want to block window k
You cannot block that event.
On Wed, Nov 25, 2009 at 10:48 PM, swapnil kamble wrote:
> Hi All,
> I want to block window key shortcut, which takes user back to home
> screen by suspending current activity. I want to block that, I want to eat
> up that key event. I also wrote onkeydown han
I think this post may be deleted soon..
That is what we called "Politics"
--
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 ema
Regardless of issues with SurfaceView, you really should pause your game
when it is paused and/or loses focus, and don't resume again until the user
deliberately does so. They may have put their device to sleep, gone to bed,
got up the next morning, unlocked the phone, and there is your game. It
Politics is very complex.
On Nov 26, 2:44 pm, Dianne Hackborn wrote:
> On Wed, Nov 25, 2009 at 10:18 PM, shimsim wrote:
> > The strangest things though is just how quiet Google is being about
> > this, actually less open that the GFW!
>
> I doubt any of the Google employees on this group have
Hi All,
I want to block window key shortcut, which takes user back to home
screen by suspending current activity. I want to block that, I want to eat
up that key event. I also wrote onkeydown handler using which I could eat up
all other keys, but this key event is not been received by onke
These are new permissions added to 1.6. If an application is targeting
anything below API 4 (1.6), they will automatically be requested because in
1.5 and lower there was no restriction on these operations. As of 1.6 these
permissions were added, and if you target API 4 or later you need to
expli
On Wed, Nov 25, 2009 at 10:18 PM, shimsim wrote:
> The strangest things though is just how quiet Google is being about
> this, actually less open that the GFW!
>
I doubt any of the Google employees on this group have any clue what the
Chinese government does in blocking Google services. I certa
Android Official Site, youtube, facebook, twitter are blocked in China
Mainland.
But Google Sync, Market are all working fine on my G2.
What is blocked and what is not is very clear, when you said "90%
effect", it may because the unstable network.
I really hope that android could be accessed.
I
You absolutely can. In fact Java gives you a lot of neat things you can do.
For example, if you want to write a Service that uses the new
onStartCommand() on 2.0 but still works on older versions with the old
onStart(), just write it like this:
@Override
void onStart(Intent intent, int s
Hi All,
I am just wondering if it is possible to receive SMS in a particular port. I
believe by default all SMS messages are delivered to Port 0 and SMS manager
gives the notification about this message.
Is there any way in which we can send and Receive SMS messages in any
particular port apart fr
> I present my opinion on this topic(http://groups.google.com/group/
> android-developers/browse_thread/thread/96cc0ca69c9c8c1b/
> 4fb8f7f009d19670), it maybe helpful.
=>sorry, that topic is closed and I sent the reply to author directly.
Please check android-src/frameworks/base/tests/FrameworkTes
We have successfully implemented a crash-handler based on
Thread.setDefaultUncaughtExceptionHandler(). You just have to make
your ExceptionHandling-code fast and robust and must not rely on the
availability of any resources.
We just write the stacktrace to a file together with the versionnumber
of
On Wed, Nov 25, 2009 at 10:31 PM, Jags wrote:
> Theme.NoTitleBar is predefined ? which tag it should be embedded
> with ?
>
> android:windownoTitle="true" which tag it should be associated with ?
> Activity and Application refuse to take it !
>
> On Nov 25, 11:42 pm, Dianne Hackborn wrote:
> >
You can use Reflection API to be able to use 2.0 api in 1.5 api level.
There was an article about this from google.
You are welcome to ask more about it.
On Nov 26, 5:31 am, Bryan wrote:
> Sorry for the simple question, but I'm having trouble finding an
> answer. My app targets 1.5, and runs fi
Theme.NoTitleBar is predefined ? which tag it should be embedded
with ?
android:windownoTitle="true" which tag it should be associated with ?
Activity and Application refuse to take it !
On Nov 25, 11:42 pm, Dianne Hackborn wrote:
> Or, best, set your activity to one of the no title themes, like
Hi,
I am trying to mention X and Y values for the Bitmap image, but the phone
panics on mentioning the values.
Bitmap temp_image =
Bitmap.createBitmap(mAlbumArtImage,0,0,old_width,old_height,matrix,true); -
Phone does not panic with this code as X and Y values are 0 and 0
Panic code:
Bitmap tem
Like I said in the post, it's blocked 90% of the time, not all the
time, which makes it even stranger.
The strangest things though is just how quiet Google is being about
this, actually less open that the GFW!
Someone please shed some light on whats going on here
On Nov 25, 12:
The sad thing is even "beta" 2.0 is not available for G2 and G3. So
now your only choice is G1 if you don't go for Droid
On Nov 25, 8:21 pm, Ben wrote:
> Thanks for your reply.
> I'll get involve in that community and do some researches.
> On Nov 26, 6:19 am, moneytoo wrote:
>
>
>
> > I've used
I am having the same problem and I just want to confirm:
You are saying that when you try to install over the air (just by
downloading APK file) you get asked those permissions, but when your
application is installed through the Android Market - you are NOT
asked for PHONE_STATE and STORAGE? Is th
Hi, Kennard.
I present my opinion on this topic(http://groups.google.com/group/
android-developers/browse_thread/thread/96cc0ca69c9c8c1b/
4fb8f7f009d19670), it maybe helpful.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this
How to build a Multiple Choice ListView with icons?
I try to implement using ImageView +CheckedTextView,
but when I extends ArrayAdapter,
it does not work well.
Somebody makes a Multiple Choice ListView like this:
ImageView + TextView + ImageView
//icon
// msg
//checked
hi,
i am new to android i am trying to understand android makefile .
can anybody tell me uses of buildspec.mk
--
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
T
On Nov 25, 12:55 pm, David Given wrote:
> Press HANGUP to turn screen off ->
> onPause()
> surfaceDestroyed()
>
> Press HANGUP again to screen on, going to the screen lock page ->
> onResume()
>
> Deactivate screen lock, switch back to game ->
> nothing!
>
> Not only am I not informed tha
Hi,
What are the different screen size of android mobile?
I need mobile screen size & model number of those mobiles.
any one can know about these?
Thanks in advance...
--
Thanks & Regards
Sasikumar.S
--
You received this message because you are subscribed to the Google
Groups "Android Devel
Reading through this thread it makes me realize why it is great to
live in a free country. I really do not know why the people of China
put up with your government's actions
Let the defending of your Chinese government begin!
Shane
On Nov 24, 8:06 pm, Jie Hong wrote:
> I can understand Ch
i want to add a shared library in android build . should i add that
shared
library to prelink-linux-arm.map file
prelink-linux-arm.map file having the list of shared library name and
address(Shared library address) like that
# 0xC000 - 0x Kernel
# 0xB010 - 0xBFFF Thread 0 Sta
Hi,
I have drawn my own layout(myLayout.xml), inside which i want to get a
listview.(other components in layout are surface view n edit text)
along with dat i want to have a list view.
methods i tried are, 1> i declared a single text view in one layout
(list.xml) and used o array adapter to generat
Hi,
I want to launch an activity only when there is no activity on android
till a particular a period of time. I know the timer value, and I want
notification after inactivity timeout of timer value. Just like what windows
provides, you set some timer value and system will be locked after that
Hey guys:
I wonder how to make floating buttons, like the zoom button in the
build-in web browsee?
Actually there are 2 things i'd like to know:
1. How to make a view(button) floating above other views?
2. How to make the fade in/fade out effect regarding to touch screen?
Thanks a lot
--
You
Thanks for the quick reply. I was starting to fear that I'd need to
publish a separate 2.0 app. I've not the time to start maintaining
multiple releases, so I guess I'll just wait to support 2.0 until 2.0
is available for all devices.
On Nov 25, 11:16 pm, Ravi wrote:
> My understanding is that Yo
My understanding is that You can't. I cloned my app for 2.0 (ofcourse
you will loose your feedback and popularity) and set minSDK to 5
Catch 22: If you set min sdk to 5 aka 2.0, 1.5 & 1.6 can not see the
app. If you set to 1.5 or 1.6 then you can not see your cdma package.
On Nov 25, 9:31 pm, Br
On Nov 25, 11:36 pm, Dianne Hackborn wrote:
> I hate these task killers. I hate hate hate them.
Ah, but you're uniquely lucky in that you are in a position to no-op
the API that they're misusing to mess with other apps. In the spirit
of Thanksgiving, the rest of us (whose apps are being messed
Eclipse has a very limited amount of breakpoints allowed. If you're over
the limit, some of them are disabled.
Pierre Henry wrote:
> Why should the debugger dont make breakpoints stop when running an
> android app on Eclipse ?
>
>
--
You received this message because you are subscribed to
almost, but you need to bump the pointer instead of using cubeVertices
for all 3;
Well in my case I was using all GL_FLOAT, I think mixing float, byte &
short complicates the offset. Maybe the offset is in bytes and you
need 7*sizeof(). Truth is I have not done it yet. I have just been
reading up
Hi All
I have a layout that includes the following:
Up until 1.6 the ellipsize attribute on my view above functions as I
would expect. Since upgrading to 1.6 the ellipsize attribute,
regardless of what I set it to (start, middle, end) seems to be
ignored.
Any hints and/or recommendations?
Tha
Sorry for the simple question, but I'm having trouble finding an
answer. My app targets 1.5, and runs fine on my phone (1.6), but to
support droid, I need the package android.telephony.cdma from 2.0.
Targeting 2.0 excludes the current devices running my app (including
my own G1), but as it is now,
Thanks for your reply.
I'll get involve in that community and do some researches.
On Nov 26, 6:19 am, moneytoo wrote:
> I've used G1 with "beta" 2.0 (from xda-devs) for developing Bluetooth
> application. I have to say it works perfectly. I had no stability
> issues. I have few testers with Droid
But if you know when you're dealing with images from the media-
provider that are stored on the SD-card, then using the
MediaStore.Images.ImageColumns.DATA column should be fine?
On Nov 25, 3:34 pm, Dianne Hackborn wrote:
> That only works if the provider's data exists somewhere that is
> world-r
My suggestion of a RandomAccessFile would involve only *one* file.
This file is the RandomAccessFile, much like an uncompressed zip file,
containing records, each record being a sub-jpeg.
On Nov 25, 8:15 pm, James Wang wrote:
> @PJ
> Thanks for your interesting. We just want to display such pictu
@PJ
Thanks for your interesting. We just want to display such picture, no
further edition on it.
In fact, we know sharp brought us with a phone-fax product-in-phone
(http://www.sharp.co.jp/in-phone/index.html) with 8000*8000 photo
displaying supports.
Although, in-phone is not an Android Box, but i
2009/11/26 Cédric Berger
>
>> Sorry if I still misunderstand, but I admit I am still not completely at
> clear about how the system exactly manages memory/processes, regarding exact
> priorities of what it will kill first. Where is it detailed in the docs ?
>
> -> when will it decide to purge a s
You can get source code by repo/GIT. Git server can be accessed in China.
Then build a SDK from source code.
On Thu, Nov 26, 2009 at 6:10 AM, moneytoo wrote:
>
> http://groups.google.com/group/android-developers/browse_thread/thread/30209e18c22036cf/
>
> On Nov 25, 9:28 am, BoBo wrote:
> > I ne
On Thu, Nov 26, 2009 at 00:52, Artem - WorkSmart Labs wrote:
> Yes, Dianne, they are using Advanced Task Killers, and I fully share
> your sentiment for those apps -- it makes our app look evil, even when
> it's trying to behave very well :)
>
>
And what about asking / helping task managers develo
wusch wrote:
> Hi all, so I am using the Android 2.0 intents to create contacts.
>
> Looks like several of the Constants when past as Extra's in the Intent
> objects do not properly map to the fields in the Add UI in the
> contacts app.
>
> Specifically the ones I am having issues with are:
>
>
Hi all, so I am using the Android 2.0 intents to create contacts.
Looks like several of the Constants when past as Extra's in the Intent
objects do not properly map to the fields in the Add UI in the
contacts app.
Specifically the ones I am having issues with are:
COMPANY
JOB_TITLE
do not seem
Yes, Dianne, they are using Advanced Task Killers, and I fully share
your sentiment for those apps -- it makes our app look evil, even when
it's trying to behave very well :)
In the spirit of the Thanksgiving season, I'd like to be thankful for
having users and Android being successful enough for
Here is PHP code I lifed out of a project that I've now abandoned. I'll
find and post the Android side of things later. The basics are that I
used the Rijndael-128+ECB encryption combined with Base-64 encoding to
transmit information back and forth between the application and the web
server. Th
They are probably looking at one of those $&%^#!! task killer apps, and not
understanding that just because a process exists does not mean it matters or
anything. Unless you are actually starting a service and not stopping it,
all they are seeing is that sometime during boot the system needed to l
I had issues with this too, converting all music to mp3 fixed it.
I think there are weird bugs in soundpool relating to sample rates
with wav files.
On Nov 25, 2:49 pm, Jags wrote:
> i am trying to play continuous background music using sound pool
>
> here is my code
>
> private void init
This sounds very similar to a problem I saw previously also regarding
SurfaceHolder callbacks not arriving properly. My experience was the
opposite where I wasn't getting the callback upon the press of the
END_CALL button. I filed a bug about 2 months ago that is here give a
star and perhaps add yo
Artem - WorkSmart Labs wrote:
> Everything works well,
> except many users have a habit of checking what's running right after
> starting the phone, and they complain about our application running in
> the background "all the time".
How are they determining this?
Android 2.0 has a new Settings pa
I've used G1 with "beta" 2.0 (from xda-devs) for developing Bluetooth
application. I have to say it works perfectly. I had no stability
issues. I have few testers with Droid and the app I'm working on works
fine for them too.
On Nov 25, 2:40 am, AGA wrote:
> Hi,
> As we know, bluetooth-related A
Our app needs to do a tiny amount of work at boot-up to reschedule
some reminders for the user. So we made a BroadcastReceiver for the
boot event and declared it in our manifest. Everything works well,
except many users have a habit of checking what's running right after
starting the phone, and the
http://groups.google.com/group/android-developers/browse_thread/thread/30209e18c22036cf/
On Nov 25, 9:28 am, BoBo wrote:
> I need the source code of Android and the source of SDK API, but I
> can't access source.android.com:(.
> what should I do?
--
You received this message because you are sub
Anyone ?
On Nov 25, 8:56 am, Derek wrote:
> Same problem here.
> Any solution ?
>
> I've tried to add
> textView.performValidation();
> textView.showDropDown();
>
> but it does not display drop down.
>
> On Nov 4, 6:42 pm, Tim wrote:
>
> > I've posted this in a couple of places without any help
ping...
On Nov 18, 3:19 pm, sdphil wrote:
> how do you do that?
>
> I tried:
>
>
>
>
>
>
>
>
>
>
> And a bunch of variations of android:path, but I couldn't get it to
> only notify me when it was my app.
>
> tia.
>
> On Nov 18, 12:58 pm, Dianne Hack
tatman wrote:
> I have a GeoPoint (point from MapView) object and Location (from
> LocationManager) object. I want to compute the distance between the
> two. Location has a "distanceTo" function.
>
> I cannot create a new Location object from lat, lon values.
>
> What is the recommended way fo
When using Donut or higher, you can provide your own views for the
tabs (and essentially make them look however you want). If wanting to
stay compatible with Cupcake, you can easily do that too, but you have
to copy the Donut source for the TabHost/TabWidget stuff into your
project. I actually have
I have a GeoPoint (point from MapView) object and Location (from
LocationManager) object. I want to compute the distance between the
two. Location has a "distanceTo" function.
I cannot create a new Location object from lat, lon values.
What is the recommended way for doing this?
Matt
--
You
Hello,
Has anyone had experience with this? I would like to make some small
changes to the style of the built-in TabWidget (i.e. make the height
smaller and change some colors). Is there a relatively simple way of
doing this and can someone point me in the right direction please?
Thanks,
Becca
Hi,
I would like to stop end-user to enter characters in TextView on
specific conditions. I use TextView.setEnabled(false) it it works fine
for regular keyboard. However, if I use soft keyboard then all
characters are displayed in TextView even if it is disabled.
How to disable/enable soft keyboa
ask that people respond privately... I didn't mean to disturb you guys the
past few times with non related topics. I just got a g1 so I should be more
on topic from now on anyway. sorry
On Wed, Nov 25, 2009 at 2:40 PM, Kenneth Adam Miller <
kennethadammil...@gmail.com> wrote:
> oh sorry guys! wha
oh sorry guys! what is it that I should do?
On Wed, Nov 25, 2009 at 2:33 PM, Jason Proctor <
jason.android.li...@gmail.com> wrote:
> oh jc, here we go again. this is android-developers!!!
>
> please at least ask that people respond privately rather than
> flooding the list.
>
>
> >who wants one?
That only works if the provider's data exists somewhere that is
world-readable, which is basically only the media provider. It really
shouldn't be specified as a generic column, but something very specific to
the media provider. I would strongly recommend not using it.
On Wed, Nov 25, 2009 at 11
oh jc, here we go again. this is android-developers!!!
please at least ask that people respond privately rather than
flooding the list.
>who wants one? i have 34
>
>--
>You received this message because you are subscribed to the Google
>Groups "Android Developers" group.
>To post to this group,
who wants one? i have 34
--
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+unsubscr...@googlegroups.com
to google wave I mean
On Wed, Nov 25, 2009 at 2:22 PM, Kenneth Adam Miller <
kennethadammil...@gmail.com> wrote:
> Yea... who wants free invites though? i have like 34
>
>
> On Wed, Nov 25, 2009 at 12:35 AM, Micah wrote:
>
>> Good idea, probably the wrong group though. If there is a
>> code.goo
Yea... who wants free invites though? i have like 34
On Wed, Nov 25, 2009 at 12:35 AM, Micah wrote:
> Good idea, probably the wrong group though. If there is a
> code.google.com group that would likely be more applicable, or the
> Google wave group perhaps.
>
> On Nov 24, 5:04 pm, Kenneth Adam
Thank you, this is exactly the sort of workaround I was looking for.
I just filed the Media Recorder release bug, since the first bug got
closed so fast.
http://code.google.com/p/android/issues/detail?id=5047
On Nov 25, 11:43 am, Matt Hall wrote:
> Yeah, we've had a similar issue before. One th
Yeah, I found it quite ironic that "official" Google mail got spam-
blocked in its own email product. Twice.
--
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 unsubs
Becca wrote:
> Hi,
>
> I'm trying to retrieve the FrameLayout object that has its ID set to
> @android:id/tabcontent - doing this within a TabActivity class. How
> is this done? Is there a special notation to use with findViewById()
> with these types of IDs? Or does the TabActivity class have
Hi,
Simply use android.R.id.tabcontent to use ids from the android scope.
On Wed, Nov 25, 2009 at 11:58 AM, Becca wrote:
> Hi,
>
> I'm trying to retrieve the FrameLayout object that has its ID set to
> @android:id/tabcontent - doing this within a TabActivity class. How
> is this done? Is there
Hi,
I'm trying to retrieve the FrameLayout object that has its ID set to
@android:id/tabcontent - doing this within a TabActivity class. How
is this done? Is there a special notation to use with findViewById()
with these types of IDs? Or does the TabActivity class have a method
that I'm not awa
Yeah, we've had a similar issue before. One thing you can try is to call
recycle() on the last frame of your animation before you replace it. This is
normally called by the garbage collector and works fine when you're not
close to the memory limit, but it sounds like there might be cases where you
If you mean 'authToken' for the 'tokenId', then I don't think you
fully read the blog. There is a post that describes exactly that.
As for fully decoded? Plenty of people have done it so far, OK maybe
not plenty but I know quiet a few. Are people just releasing this as
an API for everyone to use?
Matt,
So in this case I definitely am frequently loading and unloading small
images. Those 10 id's all point at different states in our
animation. I can reduce the quality of our animation by reducing the
views, and decrease how often I stumble down this cow path:
but I only posted this stack t
This example might help -
http://caguilartech.blogspot.com/2009/08/notes-on-android-tablelayouts-and.html
On Nov 25, 10:38 am, Patrick Plaatje wrote:
> Hi there,
>
> thanks for the response, but i need to add rows to the table dynamically, so
> an xm file is not an option i guess. I'm not sure w
Thanks! I never thought about going through the file-descriptor.
But why is using the DATA column discouraged? It works fine and it's a
public column (not part of a private API or such).
On Nov 17, 12:42 pm, Dianne Hackborn wrote:
> On Tue, Nov 17, 2009 at 7:06 AM, Streets Of Boston
> wrote:
>
>
WHAT??? Google doesn't want people to decode the protocol???
On Nov 25, 11:13 am, wimbet wrote:
> I don't think Google wants you to decode their protocol. It would be
> nice if they just opened it up, but I don't see that happening anytime
> soon.
>
> On Nov 25, 9:41 am, "tomei.ninge...@gmail.com
Great guesses!
This happens randomly through my application, every half hour on a G1,
every 5 mins on the droid. The error happens randomly, usually in
setContentView, per another post of mine.
On Nov 25, 11:11 am, Streets Of Boston
wrote:
> As in the comment in your bug-report by Romain, you'r
I use a RandomAccessFile for a thumbnail database. Works pretty fast
(i haven't done any exact benchmarking).
On Nov 24, 3:09 am, Marc Reichelt wrote:
> Hi!
>
> I am writing a program where I have to access some static data, and
> now I am looking for the best method of how to include them into
As in the comment in your bug-report by Romain, you're using too much
memory.
Note that you only have 16MByte total available RAM for your process,
including your bitmaps.
- Only load the bitmaps that are absolutely necessary (especially when
they become quite large).
- Load the bitmaps scaled to
On Nov 24, 5:20 pm, Kennard Consulting
wrote:
> In summary, note that:
>
> 1. Dalvik is unable to locate
> 'org.metawidget.android.widget.AndroidMetawidget'
> 2. 'org.metawidget.android.widget.AndroidMetawidget' is in the
> original stack trace: it is, in fact, the calling class
You can create a
The lifecycle is that onCreate() is called first thing when the service is
being created in the process, for whatever reason. onStart() is called for
each startService() call.
On Wed, Nov 25, 2009 at 10:41 AM, jotobjects wrote:
>
>
> On Nov 25, 5:25 am, "saify.zeenwala" wrote:
>
> > put ur cod
A couple related questions:
1. Can we assume these permissions are now "standard" (as of 1.6)
because they are declared in android.Manifest? Or should we regard
them as non-standard because their string constants begin with
"com.android." rather than "android."?
2. Is it possible for an app to us
On Nov 25, 5:25 am, "saify.zeenwala" wrote:
> put ur code in onstart() instead of oncreate()
> becuase ur on create will get call only once through out the life cycle of
> service.
>
onStart() is never called if the service is started with bindService
().
Not clear from docs if onCreate() or o
Hi there,
thanks for the response, but i need to add rows to the table dynamically, so
an xm file is not an option i guess. I'm not sure what is wrong with the
code below, but i fixed it just now. I'm now using a LinearLayout instead of
the nested tabel, and it shows fine. Still strange that the c
I have an app that listens to incming Calls. If the user has another
app that listens to the same (Call popup applicaitons in specific) my
process is getting killed - any solutions or ideas on how to prevent
this ?
--
You received this message because you are subscribed to the Google
Groups "Andr
By the way, I'm trying MediaCoder right now - it looks like it'll do
the trick: http://www.mediacoderhq.com/dlfull.htm
- Mike
On Nov 25, 11:02 am, Mike wrote:
> Guys, what did you use to encode your sounds in the ogg format? Is
> there anything free (and decent) out there that will convert wav
1 - 100 of 197 matches
Mail list logo