On Apr 11, 2:40 am, Mark Murphy wrote:
> > Also, don't these phones generally
> > come with Wifi? If so why not use Wifi for activation?
>
> Because you cannot set up WiFi until you register your Google account
> with the phone.
Mark,
I've set my Google account on my HTC Hero over the WiFi. I'
; when you specify
> an intent filter. So it seems logical to me that specifying an intent
> filter overrules the android:exported="false".
>
> Do you need to know this for something more specific than just
> understanding?
>
> On 6 apr, 23:50, alexk-il wrote:
>
Hi,
Mark Murphy has given a great answer about different options to
execute a periodic task in Android:
http://groups.google.com/group/android-beginners/browse_thread/thread/2ce0d2034ce13cd/980c10d21bed92a7?hl=en&lnk=gst&q=periodic+task#980c10d21bed92a7.
But which of the options will have less ov
On Apr 6, 11:24 am, a2ronus wrote:
>
> Maybe those examples use intent filters?
>
> "The default value (of android:exported) depends on whether the
> broadcast receiver contains intent filters. The absence of any filters
> means that it can be invoked only by Intent objects that specify its
...
ctivityManager.Ru...
>
> Hope this helps,
> Justin
>
> --
> There are only 10 types of people in the world...
> Those who know binary and those who don't.
> ------
Thanks a lot.
Alex
On Apr 4, 1:09 am, Corneil wrote:
> Declare locally in method if possible. GC will detect short life
> objects and deal differently from those that live longer.
>
> On Apr 3, 1:27 pm, alexk-il wrote:
>
>
>
> > Hi,
>
> > I'm comin
On Apr 3, 7:46 pm, alexk-il wrote:
> Hi,
>
> I am trying to understand how the
> forks
Ooops, should be "works" :)
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your qu
Hi,
I am trying to understand how the
forks for the BOOT_COMPLETE reciever.
According to the Android Documentation (http://developer.android.com/
intl/fr/guide/topics/manifest/receiver-element.html)
the indicates that the the receiver can handle
messages sent from other sources than the appli
Hi Mark,
Thanks a lot for your answer.
On Apr 3, 2:40 pm, Mark Murphy wrote:
> If you are referring to a BroadcastReceiver registered through
> registerReceiver() (e.g., from an Activity), then you should be choosing
> your scope more by data visibility more than by GC rules.
Yes, this is what
Hi,
I couldn't find this in the SDK documentation, so I wonder how to get
programmatically the following information:
1. The list of installed Android applications
2. The list of running Android applications
3. The list of running Android services
Thanks
Alex
--
You received this message beca
Hi,
I'm coming to Java from C/C++ so I am a little bit confused about
achieving CPU/Battery/Memory efficiency in Android.
I wonder, what the preferred way to store temporary variables would be
in case of the onRecieve() method in BroadcastReciever? I only refer
to the variables, which do not per
Hope that helps,
> Justin
>
> --
> There are only 10 types of people in the world...
> Those who know binary and those who don't.
> ----------
>
> On Wed, Dec 30, 2009 at 6:28 PM, alexk-il
> wrote:
>
&g
Hi,
Is it posible to define both editable and non-editable preferences
within the same preferences.xml file?
The following non-working example may illustrate what I am trying to
achieve:
"10min 10sec"
The attribute "PreviousLocation" should not be either editable o
Hi Mark,
Thanks for your help. I am registering for the CW group as well.
Cheers
Alex
P.S. My example also needs to be fixed :). The declaration
> >boolean isRunning=false;
should be put before the onStart() definitions (within the class
scope).
On Dec 28, 7:29 pm, Mark Murphy wrote:
nce Nanek" wrote:
>
> It does seem to be mentioned in the documentation for the onCreate
> method at
> least:http://developer.android.com/intl/zh-CN/reference/android/app/Activit...
>
> On Dec 23, 9:22 am, alexk-il wrote: > Hi,
>
>
>
> > > I am confused with
Hi,
I'm really enjoying Mark's "Beginning Android" - everything is clear
and straight to the point.
I wonder why in the Threading example the "isRunning" flag wasn't
declared "volatile". The flag is used to stop a thread from another
thread.
In case you have the book (or even wrote it :) ) - it'
Perhaps your Manifest has two activities with
"".
In such case, leave one activity to be the ".LAUNCHER" and change the
second activity to
Cheers,
Alex
On Dec 25, 5:44 pm, cellurl wrote:
> When I run my app in the emulator, I see the ICON in the list of
> programs twice instead of just once l
e Cycle Table and the Paths of the
Activity life cycle diagram.
Best
Alex
On Dec 24, 11:01 am, Lance Nanek wrote:
> It does seem to be mentioned in the documentation for the onCreate
> method at
> least:http://developer.android.com/intl/zh-CN/reference/android/app/Activit...
>
> O
Hi,
I am confused with the SDK documentation which describes that Activity
states "onCreate" through "onResume" are "not killable" by the
system.
However, calling finish() in onCreate() (for example, as a response
to SW error) seems to be working - the Activity goes directly from
onCreate to onD
19 matches
Mail list logo