[android-developers] Re: How to natively (C++) receive notifications when there is an Internet Connection ( 3G or Wifi ) ?

2009-12-14 Thread Banderas
Ok , thanks. I will post there. On 14 Dez, 17:21, Olivier Guilyardi wrote: > On 12/14/2009 04:34 PM, Banderas wrote: > > > > >  Thanks for the answer but I'm not using the NDK . > > Instead, I'm developing using the entire source code ( AOSP) , so it > >

[android-developers] Re: How to natively (C++) receive notifications when there is an Internet Connection ( 3G or Wifi ) ?

2009-12-14 Thread Banderas
ng the NDK. Cheers, Carlos. On 14 Dez, 16:27, Olivier Guilyardi wrote: > On 12/14/2009 03:29 PM, Banderas wrote: > > > I'm developing a C++ application for the android that needs to talk > > with a server whenever there is an internet connection available. If > >

[android-developers] How to natively (C++) receive notifications when there is an Internet Connection ( 3G or Wifi ) ?

2009-12-14 Thread Banderas
Hello All, I'm developing a C++ application for the android that needs to talk with a server whenever there is an internet connection available. If the internet connection is cut-off the application needs to "sleep" in order to reduce the battery consumption. If the internet connection is back the

[android-developers] Is it possible to add new Icons to Contacts View ??

2009-11-10 Thread Banderas
I wonder if someone is able to tell me if it is possible to add icons to the contacts list. For instances in the contacts view list I would like to have an Icon ( in front of the name ) displaying certain features . As an example , an icon saying that this person makes part of my favorite list , or

[android-developers] yalf - yet another logcat frontend

2009-10-16 Thread Pedro Banderas
hi, in order to dynamically filter logcat messages i created simple graphical frontend (~150 code lines). it supports filtering messages by tags (left "Tags" panel) as well as by matching message bodies against some regexp. requires pyqt4 any comments as always welcome thanks pskink --~--~---