Thanks for your replay.
Can you give me a example .
On Oct 16, 2:55 pm, Farproc wrote:
> First, you do not have to start/stop a service from a Activity. You
> can
> do that in anywhere via a Context object(which is very easy to
> retrieve).
>
> If you want to start a service, just call Cont
anyone? this bug is damn annoying.
On Oct 15, 9:24 am, Frank wrote:
> Recently I changed the package path of the launcher activity (so the
> activity is one step lower down the package). The root package is
> still the same. I made the corresponding changes to the
> AndroidManifest.xml and wh
I finally fixed this problem
I needed to run a requery() on the cursor
cursor.requery();
myAdapter.notifyDataSetChanged();
On Oct 15, 10:05 am, jax wrote:
> I have a CursorAdapter attached to a ListView, the ListView contains
> checkboxes for every row.
>
> When I check/uncheck a checkbox in
When I try to set projection matrix in GLSurfaceview.onDrawFrame, but
seems it does not work fine. The parameters of glOrthof does not
change size and shape of graphics elements, graph becomes very small.
Part of code as below, does anybody know the reason?
// Display something in second viewpor
LogCat in eclipse does not support UTF-8, so you won't see anything
there anyway. Instead you can set up an "External Tool" in eclipse to
run "adb logcat".
If you're not talking about LogCat then maybe you're having the same
problem I've been having with the buffered reader, but I solved my
probl
no that did not work
On Oct 15, 5:46 pm, "odd.isometry" wrote:
> Maybe, it will be useful to override methods onPause() & onResume()
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To pos
Hi friends,
I am using SurfaceView to render a image buffer.
The image buffer is generated by a interval timer, what I need to
do is to show the image data in phone.
Surface can finish this work, the following is my steps to show
the image.
in java layer, create a view, which w
I think I tried everything on the attributes and can't find where that
padding is coming from.
Any ideas?
On Oct 15, 10:15 pm, Ivan wrote:
> Hi, I'm doing the HelloViews Gridview tutorial and I ran into this
> problem.
>
> http://grab.by/9Vn
>
> I have a padding that I can't find where is it co
could really use some help here... anyone?
On Oct 16, 1:54 am, sdphil wrote:
> I am trying to send an MMS message like this --
>
> Intent sendIntent = new Intent(Intent.ACTION_SEND);
> sendIntent.putExtra("sms_body", "hello world");
> sendIntent.setType("vnd.android-dir/
Spektor Yaron wrote:
> Thanks again,
> so i went ahead and implemented that and then found out that this:
> public XmlResourceParser getXml(int id) throws NotFoundException {
> return loadXmlResourceParser(id, "xml");
> }
>
> does not find the resource id if the layout is in layout-land
K. I'll take a look at this.
Thanks!
Richard
On Oct 14, 1:43 pm, Mark Murphy wrote:
> Richard Schilling wrote:
> > I upgraded my phone to 1.6 and the BOOT_COMPLETED event isn't being
> > sent to my application anymore.
>
> > There's nothing in the release notes related to changes in this
> >
Thanks again,
so i went ahead and implemented that and then found out that this:
public XmlResourceParser getXml(int id) throws NotFoundException {
return loadXmlResourceParser(id, "xml");
}
does not find the resource id if the layout is in layout-land (it does find
it if it is in layout
Hide My Ip 2009
Download
Hide My Ip 2009
--~--~-~--~~~---~--~~
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 unsub
It's unfortunate the manifest doesn't have a schema to help help the
human with these expectations
Peace,
Scott
On Oct 8, 7:53 pm, Xavier Ducrohet wrote:
> Actually you do have it but it's misplaced. It should be inside the
> node.
>
>
>
> On Thu, Oct 8, 2009 at 5:51 PM, Xavier Ducrohet wrote
Use Application class.
On Oct 15, 10:44 pm, Sponge wrote:
> i think normaly by small objects to pass between activities ( like a
> string or an integer) i would also use the putExtras of the intent.
> But if you want to pass an own object of type ClassX i first tried to
> use the putExtras(Seria
On Oct 16, 12:50 pm, Keith Preston wrote:
> I am using Ubuntu 8.04. I'm not using the SDK, but rather the full
> source building image. It is should be at version 1.6 (donut). adb
> version outputs 1.0.21. Would you think that it could just be a
> problem with USB drivers or interaction w
Yes, I believe you have to rotate programmatically. That's how I do
it.
On Oct 16, 5:04 pm, Greivin Lopez wrote:
> Actually it does not work as I expected!!
>
> I've tested it in a G1 and it work great for the camera preview, but
> when you take the picture the JPEG is still in landscape mode. A
Hey Can you refer me please...gopalbiy...@gmail.com
Thanks
On Fri, Oct 16, 2009 at 7:25 PM, Anton wrote:
>
> Hi there, could you add me on wave? psych...@googlewave.com
>
> On Oct 16, 5:41 am, Kenneth Adam Miller
> wrote:
> > Who wants to be in Google wave?
> > I have 16 invitations
>
> >
>
-
Hi there, could you add me on wave? psych...@googlewave.com
On Oct 16, 5:41 am, Kenneth Adam Miller
wrote:
> Who wants to be in Google wave?
> I have 16 invitations
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "A
Can I get one please ??
sungjin.par...@gmail.com
--~--~-~--~~~---~--~~
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
Hello -
I have an interesting marketing opportunity for all you Android app
developers.
I work for the advertising agency for the Sprint/Nextel Corporation.
We recently launched a microsite at to
promote all the Android apps that are available on Sprint's Now
Network.
We are currently in produ
Spektor Yaron wrote:
> Thanks got it,
> but the point still is that Android would not know that layout3 and
> layout1 are the same and so if i am in layout3 it will not switch to
> layout1 when an orientation change occurs, right?
Correct.
Android does not support the notion of accessing two res
Of course it is possible, although somewhat tricky ;)
You have to scroll down with your trackball / d-pad
to the dialer input so it will show a blinking cursor and then
hold the trackball/ middle button down until the paste dialog shows
( Or use "menu"+v ). Unfortunately the most intuitive solutio
Thanks got it,
but the point still is that Android would not know that layout3 and layout1
are the same and so if i am in layout3 it will not switch to layout1 when an
orientation change occurs, right?
On Sat, Oct 17, 2009 at 12:25 AM, Mark Murphy wrote:
>
> Spektor Yaron wrote:
> > by calling th
Actually, the behavior is not strange at all; there are no thumbnail
images on the sd card. When loading the images for the first time,
Android creates thumbnails for those images.
Mihai Fonoage
On Oct 16, 2:01 pm, Mihai Fonoage wrote:
> Hi,
>
> I have an activity that loads and displays images
Spektor Yaron wrote:
> by calling the layout-land "layout3" i loose the android built-in method
> to switch to it when the orientation changes.
That is not what I wrote.
Copy layout/layout1 to layout/layout3. Then, all three are available
under unique identifiers.
You still have a landscape lay
Thanks,
by calling the layout-land "layout3" i loose the android built-in method to
switch to it when the orientation changes.
that is why i added a proposed solution for that - call the get
getResources().getConfiguration().orientation myself and figure out which
layout to switch to. are you sayin
Spektor Yaron wrote:
> i have a layout folder with 2 layouts. layout1 and layout2
> i have another folder layout-land that has layout1 in it.
> i would like to be able to get to all the layouts so i could create a
> set of layout like this:
> {layout1, layout2, layout1(from layout-land folder)}
>
Actually it does not work as I expected!!
I've tested it in a G1 and it work great for the camera preview, but
when you take the picture the JPEG is still in landscape mode. Anybody
knows how to set the camera to get the image as you see it in your
preview?
I know that the Camera application wor
loty wrote:
> Is it possible to change widget size at run-time?
Assuming you mean "app widget" (i.e., things that go on the home
screen), you cannot change it at runtime.
> The only way to specify
> size of the widget seems to be to explicitly do that in
> AndroidManifest.xml
Technically, it is
Power cycle?
Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.
On Oct 16, 1:28 am, "joare...@googlemail.com"
wrote:
> Hello
Recently I noticed that Google Calendar on PC shows a map when you use
the 'where' field correctly. Unfortunately the same function is not
seen on handheld, or am i missing something. Therefore, to find my
meeting I have to copy location to clipboard, back to home, start
maps, menu/search/paste
Is there a way to paste a phone number from clipboard into the
dialler? Seems mad that I cant do that, so I have to copy the number
down with pen and paper just to dial it back in.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the G
Hi,
i have a layout folder with 2 layouts. layout1 and layout2
i have another folder layout-land that has layout1 in it.
i would like to be able to get to all the layouts so i could create a set of
layout like this:
{layout1, layout2, layout1(from layout-land folder)}
is there any way i can use the
Is it possible to change widget size at run-time? I want to provide
users with an option to chose size of the widget from configuration
utility but can't figure out how to do that. The only way to specify
size of the widget seems to be to explicitly do that in
AndroidManifest.xml
--~--~-~-
I'll get in on the "me too!" action... ;)
On Fri, Oct 16, 2009 at 2:19 PM, Rajan wrote:
>
> Can I get one pls.
>
> On Oct 16, 5:16 pm, Auguste Lunang wrote:
>> Can i get one too ? Thx
>>
>> 2009/10/16 Jrperiod
>>
>>
>>
>>
>>
>> > I'll take one
>>
>> > On Oct 15, 11:41 pm, Kenneth Adam Miller
You might get better answers in the Android porting group than in the
Developer.
Do yo have a device with NFC support? Keep me updated about your
finding, I am also interested in this topic.
--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statemen
I am assuming when you record your audio stream, the file is blocked
from playback.
Check out the following blog which talks about video streaming and
deals with a similar problem
http://blog.pocketjourney.com/2008/04/04/tutorial-custom-media-streaming-for-androids-mediaplayer/
--
Roman Baumgae
Can I get one pls.
On Oct 16, 5:16 pm, Auguste Lunang wrote:
> Can i get one too ? Thx
>
> 2009/10/16 Jrperiod
>
>
>
>
>
> > I'll take one
>
> > On Oct 15, 11:41 pm, Kenneth Adam Miller
> > wrote:
> > > Who wants to be in Google wave?
> > > I have 16 invitations- Hide quoted text -
>
> - Show
Can i get one too ? Thx
2009/10/16 Jrperiod
>
> I'll take one
>
>
> On Oct 15, 11:41 pm, Kenneth Adam Miller
> wrote:
> > Who wants to be in Google wave?
> > I have 16 invitations
>
> >
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed
I know there's already been more than 16 given out but if anyone has
anymore I'll gladly take one.
Thanks ;)
On Oct 15, 11:41 pm, Kenneth Adam Miller
wrote:
> Who wants to be in Google wave?
> I have 16 invitations
--~--~-~--~~~---~--~~
You received this message
I'll take one
On Oct 15, 11:41 pm, Kenneth Adam Miller
wrote:
> Who wants to be in Google wave?
> I have 16 invitations
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this gr
Wonder if there are any left? Sure would like one :)
On Oct 16, 7:32 am, budziq wrote:
> Well. Who wouldn't want one ;)? I guess I'd like one too ;)
>
> On Oct 16, 4:02 pm, Carl Whalley wrote:
>
> > I'd love an invite too ... anyone ... thanks!
>
> > On Oct 16, 2:26 pm, Gavin Aiken wrote:
>
>
I have an static image that I want to include as a resource. I tried
creating a ImageView for viewing that image, but I get the impression
that I'd have to re-implement zoom/scroll in order to zoom/scroll.
Instead, I decided to try to use the default image viewer by starting
an intent:
note: I h
You might be able to if you copy the source to your project folder, so
in src:
com/mysite/project
com/android/internal/telephony/
On Oct 16, 9:45 pm, Nikola Novakovic wrote:
> Is it possible to use com.android.internal.telephony.* API in
> application? I would really need to use some classes fr
I have a ViewGroup with three children which are Views containing
bitmaps. Two of the children are to the left and right (off screen)
and one child is in the middle of the screen and visible. It is like
a gallery, but my own flavor.
When the user is dragging left or right, the ViewGroup tells
Hi, I read some info sent from a server into a buffered reader and
then show it on the UI. The problem is non-english chars don't show up
properly. I'm 99% sure the server is sending it correctly since I can
see it correctly with other clients. When debugging in Eclipse, and
looking at the string
Is it possible to use com.android.internal.telephony.* API in
application? I would really need to use some classes from there, since
there is no other way I can make my app answer incoming call, send dtmf
and etc.
Thanks,
Nikola
--~--~-~--~~~---~--~~
You received
Hello,
My name is Clay Graham I am the founder of servicetattler.com based in
the Bay Area. We do micro service reviews on the android mobile
platform, and we have an alpha that has been getting great reviews.
I am the little guy with big plans, like probably a bunch of the
people on this forum,
To add to the list, not just on Wifi, but even on your provider's network
you very well might be behind a NAT...
- Dan
On Fri, Oct 16, 2009 at 4:06 PM, RichardC wrote:
>
> There are lots of issues with implementing push technology, here are
> just a few:
>
> You are looking at the application la
I want one too, please :)
On Oct 16, 9:46 pm, Edward Hades wrote:
> It's a web app. Works in Linux versions of firefox 3.5 and chromium
>
> On Oct 17, 12:32 am, renjun wang wrote:
>
>
>
> > On Thu, 2009-10-15 at 22:41 -0500, Kenneth Adam Miller wrote:
> > > Who wants to be in Google wave?
> > >
There are lots of issues with implementing push technology, here are
just a few:
You are looking at the application layer, you need to be concerned
about the transport layer(s).
How does your server know the address (IP or other) of the phone? It
gets assigned by DHCP and whenever the connectio
http://www.boygeniusreport.com/2009/10/16/android-2-0-screenshot-walkthrough/
--~--~-~--~~~---~--~~
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@googlegr
I've personally tried it on the g1 and mytouch 3g, both running 1.6.
It works fine for both. I'm not sure if it works for 1.5 phones but I
think its reasonable to assume it works for 1.6+
On Oct 15, 4:54 pm, Streets Of Boston wrote:
> Thanks!
>
> Does this work for every android phone out there?
Why ?
:)
--
RichardC
On Oct 16, 9:28 am, "joare...@googlemail.com"
wrote:
> Hello,
>
> I am trying to figure out how to flush all the data that is stored in
> the RAM of an android device.
> Since the devices have different memory sizes I dont think its the
> best idea to just read a lot of sm
I am using Ubuntu 8.04. I'm not using the SDK, but rather the full
source building image. It is should be at version 1.6 (donut). adb
version outputs 1.0.21. Would you think that it could just be a
problem with USB drivers or interaction with my kernel? Are there
some good debug options f
It's a web app. Works in Linux versions of firefox 3.5 and chromium
On Oct 17, 12:32 am, renjun wang wrote:
> On Thu, 2009-10-15 at 22:41 -0500, Kenneth Adam Miller wrote:
> > Who wants to be in Google wave?
> > I have 16 invitations
>
> does it have linux version?
--~--~-~--~~--
I'm kind of confused about the list. I went to the Tasker website,
searched Cyrket and didn't find it there. Are all of the entries in
the regular market?
Terry
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Andro
Hello Guys,
after some internet based research I didn't found helpfull information
about NFC support on android. Is there anyone out there who has
information about this? I know that there is an open source project
called libnfc.org running and also some other stuff from Contactless
Data Inc.
Si
I know its too late.
Just want to try my luck.
Thanks,
Srini
On Fri, Oct 16, 2009 at 6:31 AM, ColletJb wrote:
>
> I think there are no invitation left from Kenneth Adam Miller.
>
> But if anyone invited by him has invitation and can invite me, It
> would be great ;)
>
>
> >
>
--~--~--
I want it, Thanks so much!
Rugal Shi
On Oct 16, 11:41 am, Kenneth Adam Miller
wrote:
> Who wants to be in Google wave?
> I have 16 invitations
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" g
I want it.
On Fri, Oct 16, 2009 at 11:41 AM, Kenneth Adam Miller <
kennethadammil...@gmail.com> wrote:
> Who wants to be in Google wave?
> I have 16 invitations
>
> >
>
--
---
心想事成, 万事如意
Email: zbg...@gmail.com
Blog: http://blog.
Hello,
I am trying to figure out how to flush all the data that is stored in
the RAM of an android device.
Since the devices have different memory sizes I dont think its the
best idea to just read a lot of small files from the disk in order to
overwrite the RAM (which is kind of a manual way of f
Hi,
I am posting this in order to get a verification on how the platform
works, preferably from an engineer or architect working within
android, but all answers are welcome.
In 1.5 the google search widget seen on the launcher is actually built
in to the launcher and no App Widget at all. From w
Hi All~~
I am porting GPS to Android now. I have been look for many web site
relate to Android GPS porting include this group. However, I also feel
confused about that.
I have some questions. Can anyone give me some suggestions and I will
appreciate about that.
1.There are 3 files : Android.mk,
Would you be so kind to invite me too :)
On Fri, Oct 16, 2009 at 10:56 AM, Chad Fawcett wrote:
> Yeah, sure, I'd take one.
>
> On Thu, Oct 15, 2009 at 11:53 PM, Kenneth Adam Miller <
> kennethadammil...@gmail.com> wrote:
>
>> You got one too.
>>
>> oh wait... they're not invitations...
>> just no
I encountered the same problem as well. Whenever I put a checkbox on a
list item or an expandable list item, the onListItemClick() stops
working.
I just want to know how was the Gmail app list view created. Romain
Guy mentioned in the video that it was created using a custom view but
how did the
Hi,
What are the different ways to implement push technology into your
Android app?
The client Android app is supposed to receive content (XML Data)
pushed by the server.
I've looked around and found out it was possible to achieve it with
usage off the SOAP protocol.
But are there some better way
Hi there,
My name is Brian and I am the Operation Manager of mAPPn, a mobile
application and software provider based in Southern California. I am
posting the message here looking to potentially partnerships with
Android designers and developers.
In short, we have had great success on the Android
Can I get one too?
On Oct 16, 10:02 pm, Carl Whalley wrote:
> I'd love an invite too ... anyone ... thanks!
>
> On Oct 16, 2:26 pm, Gavin Aiken wrote:
>
>
>
> > Takes at least 24 hours in my experience :) have fun waving!
> > On Fri, Oct 16, 2009 at 2:09 PM, Kenneth Adam Miller <
>
> > kennetha
Hi guys,
I need an infotmation about usb debug mode. During a test on my device
(samsung galaxy) something went wrong, so I need to access with adb
from the recovery mode (I use a custom reecovery of Drakaz), but the
debug mode is not enabled in my device and I can't access to the
system due to a
hi,dear guru have u see my mail?
2009/10/16 Kenneth Adam Miller
> Who wants to be in Google wave?
> I have 16 invitations
>
> >
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post t
my account is sexro...@gmail.com
2009/10/16 da zh
> dear guru,i'd like to have one. it will be very nice of u if you give me
> one .thanks ahead~[?]
>
> 2009/10/16 Guru
>
> I want it.Thanks very much!
>>
>> On Fri, Oct 16, 2009 at 9:11 AM, Kenneth Adam Miller <
>> kennethadammil...@gmail.com
Hello,
I have a camera preview on my device and now I like to put some
shapes (e.g. rectangles) on specific places on my screen, with still
the camera view turned on. How can I do this? First I was thinking
about two layers, and the second one (the one with the shapes) will be
transperent, but I
Hi,
I want to create our own BorderLayout like this
i know there is no layout in android like this , so I want to create
like this.
I have seen a borderLayout http://www.anddev.org/viewtopic.php?p=5087
i am trying to develop a world clock application in android. i want to
use the analog clock for showing the time in different cities/
countries but don't know how to set the analog clock to a particular
time. can somebody please help me with this?
--~--~-~--~~~---~--~-
Well. Who wouldn't want one ;)? I guess I'd like one too ;)
On Oct 16, 4:02 pm, Carl Whalley wrote:
> I'd love an invite too ... anyone ... thanks!
>
> On Oct 16, 2:26 pm, Gavin Aiken wrote:
>
> > Takes at least 24 hours in my experience :) have fun waving!
> > On Fri, Oct 16, 2009 at 2:09 PM,
Hi
I have a service with a location manger and a lister that stores
location in the DB. When the client runs stopService the service will
remove the listener but for some reason i still get 5 -10 locations
update to my listener why do i get this.
public void onDestroy() {
I have the following case.
I have two string xml files under the dir of res/values and res/values-
small. The strings in the two files are used to describe the different
activity attribute. But i found that when i run my apk on QVGA
emulator, the system always get the string value from res/values.
dear guru,i'd like to have one. it will be very nice of u if you give me one
.thanks ahead~[?]
2009/10/16 Guru
> I want it.Thanks very much!
>
> On Fri, Oct 16, 2009 at 9:11 AM, Kenneth Adam Miller <
> kennethadammil...@gmail.com> wrote:
>
>> Who wants to be in Google wave?
>> I have 16 invi
I have the following case.
I have two string xml files under the dir of res/values and
res/values-small. The strings in the two files are used to describe the
different activity attribute. But i found that when i run my apk on
QVGA emulator, the system always get the string value from res/values. H
On Thu, 2009-10-15 at 22:41 -0500, Kenneth Adam Miller wrote:
> Who wants to be in Google wave?
> I have 16 invitations
does it have linux version?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developer
Hello,
I made a simple game called "taquin" in french, here you can see an
example of this game (it's not mine) :
http://rigolmath.free.fr/taquin/taquin.htm#retour
In my game the numbers are replaced by picture's fragments (object
Bitmap), when I do movements by myself (by clicking on a picture
Hi,
Do you know if there is a way to extend native contacts applications.
I mean if there is any plugin framework that would allow you to add
tour own stuff into the contacts e.g. new tabs or menu commands. I
remember there was such thing in Symbian (via ECOM plugins). I briefly
checked the Conta
Hi there,
My data (stored as UTF-8 in the SQL db), when arrive at the phone as
json strings, appear to be decimal Unicode, such as
"约克小"
When I use setText("...") to show them in TextView, they are shown in
their original form, rather than the characters they represent. If I
use their equivalent
Hi,
I have an activity that loads and displays images from the SDCard. I
create a new AVD, specify the desired image of the sd card (which has
all my pictures already loaded), specify that AVD for deployment, and
start the application. I noticed a strange behavior. At first, the
images are not lo
Frederik,Did you ever find a way around this? I am experiencing the same
problem.
Wayne
On Mon, Sep 28, 2009 at 6:53 AM, Frederik Pfisterer wrote:
>
> Seems i'm talking with myself :-)
> Seems like it's a bug though, filed:
> http://code.google.com/p/android/issues/detail?id=4036
>
> On 28 Sep
Curiosity: what variation? is it related to hardware, or to API
differences?
On Oct 15, 5:11 pm, Brady wrote:
> Hi,
>
> is it possible at runtime to determine whether the platform is running
> cupcake or donut? Due to some variation in my app between the two
> versions I'd like to run different
Thank you Mark. It sounds very interesting!, specially the JavaPP link.
--~--~-~--~~~---~--~~
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.c
Oh my gosh, it started to work just fine. Anyway the following code
serves as a simple example for anyone just starting to use Streetview/
My house looks great on the emulator screen!
On Oct 16, 2:14 pm, ian wrote:
> I'm unable to get Streetview running from an intent. For example, I'm
> using
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
--~--~---
I'm unable to get Streetview running from an intent. For example, I'm
using the following simple code which does not work:
package ian.com.street;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
public class Street extends Activity
Why would this blow up in the emulator if I have already pushed a location
to it in DDMS? It works fine on the handset. Am I missing something really
simple?
Location loc = lm.getLastKnownLocation(lm.getProviders(true).get(0));
--
Writing code is one of few things
that teaches me I don't know
for example to write the log onto the device -
adb logcat -f /data/log.log
On Oct 16, 2:43 am, peeyush varshney
wrote:
> Hi,
> I want to redirect the Logs into an file. How should i proceed
> ?
>
> --
> Thank & Regards
> Peeyush Varshney
--~--~-~--~~~
> (it is a quote from sources ListView.java) and only in this case.
> Thus, if number of elements wasn't changed, everything is ok.
If you modify the adapter without changing the number of items it can
also be bad. It's just that ListView does not detect this case.
> On 15 окт, 16:47, Alexey w
Hi Mark,
thanks for your help!
By the way: I now found out why my views took so long to load. An odd
combination of an Adapter and layouting led to many useless getView()
calls. Now even 10 views are fast enough for the view flipper.
Anyway: I think I will use your information to make the ViewFli
Yeah, that's true in most cases.
My images actually started out at about 12KB (8-bit PNG) which looked
great before uploading them. The conversion "magic" on the server
actually made them larger (downloads as 21KB) but with all the ugly
dithering.
Re-uploading them as 24-bit PNG (25KB) gave much
It's impossible but you can load an image using BitmapFactury at
runtime.
On Oct 16, 8:49 pm, "nisha.devit" wrote:
> Hi,
>
> How we can store image files(*.png) to the folder R.drawable at runtime?
>
> --
> Regards,
> n!$h
--~--~-~--~~~---~--~~
You received this m
The market compresses the uploaded images heavily.
Just check the size of the images in your Market-Publish site of your
app. They are quite small and tons of JPEG artifacts show up. Even if
you uploaded PNGs, the images will become JPEGs, heavily compressed
ones.
On Oct 16, 11:48 am, westmeadbo
Hi!
I am using the ViewFlipper to switch between different views by
implementing a swing (mouse down, move and release). This works great
with non-clickable items, e.g. a TextView.
But if the views are clickable items (such as buttons), the onTouch()
method of the ViewFlipper is not called. :-(
1 - 100 of 157 matches
Mail list logo