[android-developers] Microdisplay market is expected to grow US$ 8942.3 million by 2025 from US$ 845.3 million in 2018

2018-01-22 Thread Natalie Chambers
Microdisplay market by end-user vertical is segmented into Military & Defense, automotive, consumer electronics, healthcare, law enforcement and others. Miniaturization of consumer electronics has been followed since last 2 or 3 decades. In a constant effort to make the consumer electronic po

[android-developers] Microdisplay market is expected to grow US$ 8942.3 million by 2025 from US$ 845.3 million in 2018

2018-01-22 Thread Natalie Chambers
Microdisplay market by end-user vertical is segmented into Military & Defense, automotive, consumer electronics, healthcare, law enforcement and others. Miniaturization of consumer electronics has been followed since last 2 or 3 decades. In a constant effort to make the consumer electronic po

[android-developers] Implementing an AppWidgetHost in my Home app - problems with display

2011-07-06 Thread Natalie MH
I am working on a launcher home app and it is set up to add widgets. It mostly works fine, except I have the following issues: 1) For some widgets, the widget appears quickly then disappears. It is there if I scroll away from it and get back to it. 2) For some widgets, there are some missing view

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-21 Thread Natalie Hooper
On 21 August 2010 00:30, Bret Foreman wrote: > Ladies and Gentlemen, > > I think we've discovered a business opportunity in the Android Market. > Someone needs to write a book about how to market Android apps. Maybe > it could be a little broader and include iPhone app marketing too with > compar

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-20 Thread Natalie Hooper
PS: there are other aspects to take into considerations for what people call "sleeky", like graphics, they need to be addressed as well obviously. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-20 Thread Natalie Hooper
On 19 August 2010 23:09, TreKing wrote: > > This is why there should be a "technical note" field (where you could also >> describe hardware limitations for example) and I'd rather ask for that than >> for a longer description field. >> > > What's the point of adding another, separate field for "

Re: [android-developers] Re: Paid vs Free, My Early Experience

2010-08-19 Thread Natalie Hooper
2010/8/19 String > It's also that, with the other shortcomings of the Market, you need to > use your 325 characters to: > - describe what's new in the latest version > - respond to comments > - give special instructions that users may need the first time they > run your app > - mention hardware l

Re: [android-developers] Paid vs Free, My Early Experience

2010-08-19 Thread Natalie Hooper
A "more" button would work but I still don't think 325 characters is limiting. There is no need to butcher the English language, you can express what your app does in two or three straight to the point sentences without taking any grammatical shortcut. If you can't, get somebody else to write the d

Re: [android-developers] Paid vs Free, My Early Experience

2010-08-18 Thread Natalie Hooper
Your experience sounds quite similar to mine actually, particularly regarding AdMob (I once spent what seemed like 1 hour looking for their SDK on their website!). I personally like the short descriptions - it forces you to think about what your app really does/how it is useful and as a user, it's

Re: [android-developers] Converting XML into Java in Android

2010-08-18 Thread Natalie Hooper
file. On 13 August 2010 09:03, Natalie Hooper wrote: > I've done something similar in my app, I have created a separate class > called "XmlFileParser", in which I use a XmlResourceParser object to carry > out the parsing. > > > On 11 August 2010 11:34, Neilz w

Re: [android-developers] How does AdMob calculate how much to pay developers per click? Is AdMob better than AdSense?

2010-08-16 Thread Natalie Hooper
I believe it's on a per-ad basis, not a per-country basis. On 14 August 2010 21:50, Greg Siano wrote: > I just integrated AdMob into my app. I noticed that in South Korea, > there were 24 clicks, but that I only got 7 cents off of those > clicks. In Malaysia, there was one click that generated

[android-developers] Accessing the microphone

2010-03-09 Thread Natalie
Hi, Is it possible for more than one object to access the microphone at the same time? That is, can I simultaneously use an AudioRecord object to process audio and a MediaRecorder object to record it as an mp3? Or is only one object allowed to access it at a time? Thanks, Natalie -- You

[android-developers] Accessing the microphone

2010-03-08 Thread Natalie
Is it only possible for one object to access the microphone at a time? That is, could I simultaneously use an AudioRecord to do some audio processing AND use a MediaRecorder to record the incoming audio? Thanks! Natalie Linnell -- You received this message because you are subscribed to the

[android-developers] Not reading all of AudioRecord's output

2010-02-11 Thread Natalie
e data after it. Reading itself is quite slow, so I prefer not to read it THEN ignore it. I thought that changing the offset parameter in the read operation would cover this but it doesn't seem to work that way - am I missing something? Thanks for your help! Natalie -- You received this mess

[android-developers] Re: Broadcast Receiver and Remote Service

2010-01-20 Thread Natalie
nd as you said maybe there is no > reason for having a Service at all), but you might try to get what you > have working first. > > On Jan 20, 3:32 pm, Natalie wrote: > > > > > Thanks so much for the response.  But if the long loop (which updates > > the field that needs t

[android-developers] Re: Broadcast Receiver and Remote Service

2010-01-20 Thread Natalie
he example jotobjects posted - I can't see any reason that having it as a service is useful, but am I missing something? Thanks!! On Jan 20, 3:32 pm, Natalie wrote: > Thanks so much for the response.  But if the long loop (which updates > the field that needs to find its way to the activity

[android-developers] Re: Broadcast Receiver and Remote Service

2010-01-20 Thread Natalie
Jan 20, 3:24 pm, jotobjects wrote: > Hi Natalie - > > Not sure what you mean by service you "spawned onto its own thread". > > In any case, it looks like the Service is going to be pretty busy in > that while(1) loop so it is not too surprising that it is not > available

[android-developers] Re: Broadcast Receiver and Remote Service

2010-01-20 Thread Natalie
ntirely sure if I understand.. but is it possible when you raise > the alert dialog, it's a different activity and that may be why it seems > it's not working? Maybe you have to do something in the alert dialog... or > maybe it blocks the main activity thread and that is why? >

[android-developers] Broadcast Receiver and Remote Service

2010-01-20 Thread Natalie
on the activity side occurs, but of course this isn't acceptable since I need to be doing constant processing. Anyone have any suggestions of what the probelm might be? Thanks! Natalie -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] AudioRecord.read

2009-09-24 Thread Natalie
I could use to figure it out? Thanks!! Natalie --~--~-~--~~~---~--~~ 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 fr

[android-developers] Re: Processing audio

2009-02-06 Thread Natalie
Thanks. Anyone know of any other info on how to decode .mp4s by hand then? On Feb 5, 7:35 pm, Dave Sparks wrote: > This is not possible in SDK 1.0. > > On Feb 4, 1:01 pm, Natalie wrote: > > > I would like to be able to extract frequency/amplitude info from > > incoming

[android-developers] Processing audio

2009-02-05 Thread Natalie
I would like to be able to extract frequency/amplitude info from incoming mic audio. From looking at previous posts, it looks like the way to do this with the current sdk is to write to a file, then tail that file. This means I need to be able to extract frequency/ amplitude information from .mp