[android-developers] Re: How to check ip is available in network or not?

2011-07-01 Thread shubham patni
heii thanks for your response,

i got an solution regarding it .. *ip.isReachable(...)* id there , acoording
to this method :

"Tries to reach this *InetAddress*. This method first tries to use
*ICMP* *(ICMP
ECHO REQUEST)*. *When first step fails, a TCP* connection on port 7 (Echo)
of the remote host is established."



On Sat, Jul 2, 2011 at 2:38 AM, JAlexoid (Aleksandr Panzin) <
jalex...@gmail.com> wrote:

> This is not really an Android related topic, but...
>
> Do not rely on IP broadcasting being available. A lot of networks will
> forbid broadcast packets. You may try the ICMP ping, but a lot of firewalls
> will drop all ICMP packets. Broadcasting is an unreliable feature.
>
> I'd suggest asking on StackOverflow, there are more people that do lower
> level networking.
>

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Intent / PendingIntent

2011-07-01 Thread Filip Havlicek
It is pretty much explained here

http://developer.android.com/reference/android/app/Activity.html

2011/7/1 kypriakos 

>
> Right - and this is not a blocking operation but rather an
> asynchronous
> callback to the onActivityResult right? For some reason the callback
> was not occurring but I think I found an issue in the spawned thread.
>
> Thanks Kostya, I got it ...
>
> On Jun 30, 1:53 pm, Kostya Vasilyev  wrote:
> > Um, startActivityForResult?
> >
> > --
> > Kostya Vasilyev
> > 30.06.2011 21:47 пользователь "kypriakos" 
> написал:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hi all,
> >
> > > I have a process that creates and starts an Intent with the
> > > startActivity. I want the
> > > process to wait for continuous results returned from the activity
> > > while the activity
> > > is executing and a final result once it is finished. Would the
> > > PendingActivity API
> > > help me with this or is there anything else in the API I can use?
> >
> > > Thanks
> >
> > > --
> > > 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
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Ain't this supposed to work?

2011-07-01 Thread Filip Havlicek
Apart from what TreKing said, from a brief look at the code I really don't
know what com.ibssistemas.pda.adapter.sync is so can't really help you.

2011/7/1 TreKing 

> Tips:
>
> 1) Give your post a relevant title: "Ain't this supposed to work?" tells us
> nothing about your problem.
> 2) Give a small snippet of your exact issue - linking to a giant blob of
> code with no explanation is good way to get completely ignored.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] factory reset tips

2011-07-01 Thread Filip Havlicek
Contacts can be backed up directly from the Contacts application via the
export command saving them to the SD card.

2011/7/2 bob 

> My phone is misbehaving and rebooting itself all the time, so I'm
> going to try a factory reset.
>
> Anyone have any tips? (i.e. how to back up contacts)
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread TreKing
On Sat, Jul 2, 2011 at 12:57 AM, Spooky  wrote:

> Let me guess, then  Edit the description after clicking on
> the app name in the console, and then hit Save, right?
>

Yup.


>  I tried
> that, but after seeing the changes take a few minutes to appear
> when I unpublished/re-published, I now know to be a bit more
> patient.  :-)   I'd just assumed that it didn't work.
>

With the Android Market, you never know. You'll get used to it.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Dianne Hackborn
I think the change will be in Ice Cream Sandwich.  Probably shouldn't have
written the documentation the way it is, "the next release" is so
meaningless. :p

On Fri, Jul 1, 2011 at 11:56 AM, Mark Murphy wrote:

> On Fri, Jul 1, 2011 at 2:33 PM, Kostya Vasilyev 
> wrote:
> > Ah, yes, you're right, 3.0 shipped with no change wrt. to previous
> versions,
> > sorry.
> >
> > http://groups.google.com/group/android-developers/msg/3deeb36dccb4e9a5
>
> Yeah, I have an eye out for when this change actually occurs and the
> promised explanation. I'm hoping it comes with a brass band or
> something to make it blindingly obvious to everyone what to do,
> particularly supporting older devices.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> _Android Programming Tutorials_ Version 3.5 Available!
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
On Jul 2, 12:41 am, TreKing  wrote:
> On Sat, Jul 2, 2011 at 12:26 AM, Spooky  wrote:
> > And the line-wraps in the description are (were) also hosed.
> > I think I just fixed that---I unpublished it, took out all
> > line breaks except at paragraphs, and re-published it.  The
> > changes haven't appeared yet, but I'm hoping they will.
>
> You don't have to unpublish the app to edit the description.

Let me guess, then  Edit the description after clicking on
the app name in the console, and then hit Save, right?  I tried
that, but after seeing the changes take a few minutes to appear
when I unpublished/re-published, I now know to be a bit more
patient.  :-)   I'd just assumed that it didn't work.

> It probably takes a bit longer - also the Market search sucks
> big time so may not even work correctly at all.

Oh, joy.  :-(

In doing the search, I also noticed a Point Lobos Wallpaper
app (free and paid versions).  I suppose it shouldn't surprise
me that Point Lobos is a popular photography subject---I was
amazed back in (or about) 1990 when I was there.  One thing
I saw (Sunburst 1 and Sunburst 2 in the app) almost knocked me
off of my feet and onto my butt when I turned around and saw it.
Imagine this:  the trees are all in silhoutte, and the rays from
the sun are BLASTING through.  BEAUTIFUL! I'm glad I caught that
on film!

> Congrats on publishing your app.

Thanks.  It's taken a lot to get it done (at LEAST as much time
on the imagery for the app as on the app itself, if not much,
much more).

Thanks,
   --jim

--
73 DE N5IAL (/4)| DMR: So fsck was originally called
spooky1...@gmail.com|  something else.
http://jdgapps.com/ | Q:   What was it called?
< Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
ICBM/Hurricane  |-- Dennis M. Ritchie, Usenix, June 1998.
   30.44406N 86.59909W

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread TreKing
On Sat, Jul 2, 2011 at 12:26 AM, Spooky  wrote:

> And the line-wraps in the description are (were) also hosed.
> I think I just fixed that---I unpublished it, took out all
> line breaks except at paragraphs, and re-published it.  The
> changes haven't appeared yet, but I'm hoping they will.
>

You don't have to unpublish the app to edit the description.


> But, what did I do wrong that's keeping search from finding it?  Or does
> that just take a bit longer?
>

It probably takes a bit longer - also the Market search sucks big time so
may not even work correctly at all.


Congrats on publishing your app.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
On Jul 2, 12:15 am, Spiral123  wrote:
> minutes, if not seconds.

Ok, I must have screwed up, then.  I just discovered it by
looking in apps->photography->just in ... but a search still
returns no results found.

And the line-wraps in the description are (were) also hosed.
I think I just fixed that---I unpublished it, took out all
line breaks except at paragraphs, and re-published it.  The
changes haven't appeared yet, but I'm hoping they will.

But, what did I do wrong that's keeping search from finding
it?  Or does that just take a bit longer?

Thanks,
   --jim

--
73 DE N5IAL (/4)| DMR: So fsck was originally called
spooky1...@gmail.com|  something else.
http://jdgapps.com/ | Q:   What was it called?
< Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
ICBM/Hurricane  |-- Dennis M. Ritchie, Usenix, June 1998.
   30.44406N 86.59909W

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Turn off Spell Check [Not Autocorrect]

2011-07-01 Thread MattClark
Software Version: 2.76.651.4
Android Version: 2.3.3
HTC Sense Version: 2.1

I know this is probably not the place to ask, but i am part of this
group anyways, after the latest software update, in messages my HTC
EVO Shift now spell checks, not autocorrect, but spell check. It red
underline any misspelled words in messages, and is quite agrivating
me, because it makes it difficult to manually change them, without
entering in a new work 8 times. How would one go about turning this
off if at all possible? All of my autocorrect options are off.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spiral123
minutes, if not seconds.

On Jul 2, 1:10 am, Spooky  wrote:
> I just published (about 10 minutes ago, maybe a bit longer) my
> first app, Point Lobos Gallery.  How long does it typically take
> before I can actually see it in the Market (using search)?
>
> Thanks,
>    --jim
>
> --
> 73 DE N5IAL (/4)        | DMR: So fsck was originally called
> spooky1...@gmail.com    |      something else.http://jdgapps.com/    | Q:   
> What was it called?
> < Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
> ICBM/Hurricane          |    -- Dennis M. Ritchie, Usenix, June 1998.
>    30.44406N 86.59909W

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: google-api-java-client-samples

2011-07-01 Thread Spiral123
yes I did use maven to pull down the project, but it was a long time
ago.  I remember that I did get the original Picasa example working
after a struggle, but I had to do a lot of fiddling around.  I
subsequently had to do some major tinkering with the libraries when I
converted it to Google Docs and Spreadsheetand finally ended up
rewriting the whole lot in the end.

Sorry - not much use I know, but I would recommend searching against
my sig in the google-api-java-client Google Group - I participated in
a number of threads at that time that turned out to hold the key to
getting things working.


On Jul 1, 3:56 pm, Sergio Michels  wrote:
> Hi,
>
> are you using maven eclipse plugin?
>
> In the picasa example, Maven downloaded
> google-api-client-googleapis-1.2.1-alpha.jar that have GoogleTransport
> class.
>
> Is there one way to check if the dependencies are exported to the virtual
> device?
>
> Regards,
> Sérgio
>
>
>
>
>
>
>
> On Fri, Jul 1, 2011 at 2:30 AM, Spiral123  wrote:
> > yes I got the picasa one working.
>
> > looking at your error I would check that you have the correct
> > libraries included in your project and I'd also check your namespaces.
>
> > On Jun 30, 5:05 pm, Sergio Michels  wrote:
> > > Hi,
>
> > > does anyone have the google-api-java-client-samples (for android)
> > working?
>
> > >http://code.google.com/p/google-api-java-client/wiki/GoogleAPIs
>
> > > I tried "picasa-atom" that gave me an exception
>
> > > 06-30 18:02:44.419: ERROR/AndroidRuntime(876):
> > > java.lang.NoClassDefFoundError:
> > > com.google.api.client.googleapis.GoogleTransport
>
> > > And "calendar-v2"
>
> > > 06-30 18:07:08.950: ERROR/AndroidRuntime(929):
> > > java.lang.NoClassDefFoundError: com.google.common.collect.Lists
>
> > > guava-r09 is in the Maven dependencies.
>
> > > I just download sources in maven though m2e. I need to do something more
> > > with Maven?
>
> > > Regards,
> > > Sérgio
>
> > --
> > 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
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
I just published (about 10 minutes ago, maybe a bit longer) my
first app, Point Lobos Gallery.  How long does it typically take
before I can actually see it in the Market (using search)?

Thanks,
   --jim

--
73 DE N5IAL (/4)| DMR: So fsck was originally called
spooky1...@gmail.com|  something else.
http://jdgapps.com/ | Q:   What was it called?
< Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
ICBM/Hurricane  |-- Dennis M. Ritchie, Usenix, June 1998.
   30.44406N 86.59909W

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Three line ListView question

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 11:51 PM, arudzki  wrote:

> I've done two line ListViews, but how do I add a really thin progress bar
> or colored line as a third line in each of the ListView items?
>

Take your two-line list view item layout and add a really thin progress bar
or colored line at the end.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
I just published (about 10 minutes ago, maybe a bit longer) my
first app, Point Lobos Gallery.  How long does it typically take
before I can actually see it in the Market (using search)?

Thanks,
   --jim

--
73 DE N5IAL (/4)| DMR: So fsck was originally called
spooky1...@gmail.com|  something else.
http://jdgapps.com/ | Q:   What was it called?
< Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
ICBM/Hurricane  |-- Dennis M. Ritchie, Usenix, June 1998.
   30.44406N 86.59909W

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Three line ListView question

2011-07-01 Thread arudzki
All,

I would like to know if something is possible, and if I could get a
hint or two on how to do it.  I want to use a ListView where each
group that can be selected consists of two lines of text and below
that a progress bar or a colored line.  The point of the screen is to
keep track of the amount of time until something occurs.  The two text
lines would contain the name of the item or event, the second line,
when it started (a date) and the progress bar/colored line would
graphically show how much time until that event or timer
expired(starts off at say, 30 pixels equaling 30 days, and every day
one pixel is removed and the line gets shorter).

I've done two line ListViews, but how do I add a really thin progress
bar or colored line as a third line in each of the ListView items?

Thanks for the help

Tony

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] re-using hibernate classes in android

2011-07-01 Thread doles
Hello,

I have a domain model that is mapped to a server side database with 
hibernate. So, it has all the nice JPA annotations. I would like to use 
these classes that I have already painstakingly written in my android app. 
Of course, since the hibernate api is not available to android, my android 
app wont compile the annotations. How have other people resolved this? It 
almost sounds like I will need to provide all my hibernate mappings in 
.hbm.xml files and keep the actual domain model devoid of any annotations. 
Would you say the same?

Dole

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: simple question: do I need to obfuscate a free app?

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 6:52 PM, Spooky  wrote:

> I've noticed that, in the top-level directory for my app,
> Eclipse creates a file called proguard.cfg ... is Eclipse
> already doing the obfuscation?  Or is it just setting up
> a config file so all I have to do is run Proguard?  And if
> the latter, do I need any command line args?  Or does the
> config file cover it all?
>
> After it runs, do I do anything special?  Or is the process
> of obfuscating the code just finished, period?
>

http://developer.android.com/guide/developing/tools/proguard.html

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Honeycomb: Mac + Asus Transformer, Internet over USB-ADB?

2011-07-01 Thread Devomat
My G1 has internet over the USB-Cable of my Mac. So far, no problem.
But how can I get Internet over USB with my Transformer?

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] TextView, EditView, cut/copy/paste, select - how do I get what I want?

2011-07-01 Thread James Moore
In 2.2, what combination of options to either TextView or EditText,
called from Java (not xml), gets you:

* Text that is not editable.
* In response to a long press, the select/cut/copy context menu comes
up, preferably with select and copy, but without paste and cut.
* Text can be scrolled by dragging.
* Text looks like a TextView, without the white background and rounded
corners of EditText.

-- 
James Moore
ja...@restphone.com
http://jamesmoorecode.blogspot.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 this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: simple question: do I need to obfuscate a free app?

2011-07-01 Thread Spooky
I wrote:

> For a simple and free gallery app, is there any reason to
> obfuscate it?

I've noticed that, in the top-level directory for my app,
Eclipse creates a file called proguard.cfg ... is Eclipse
already doing the obfuscation?  Or is it just setting up
a config file so all I have to do is run Proguard?  And if
the latter, do I need any command line args?  Or does the
config file cover it all?

After it runs, do I do anything special?  Or is the process
of obfuscating the code just finished, period?

Thanks,
   --jim

--
73 DE N5IAL (/4)| DMR: So fsck was originally called
spooky1...@gmail.com|  something else.
http://jdgapps.com/ | Q:   What was it called?
< Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
ICBM/Hurricane  |-- Dennis M. Ritchie, Usenix, June 1998.
   30.44406N 86.59909W

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: distance formula

2011-07-01 Thread bob
Thanks.

On Jul 1, 6:10 pm, Nathan  wrote:
> Or just call this:
>
> http://developer.android.com/intl/de/reference/android/location/Locat...,
> double, double, double, float[])
>
> Nathan

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] factory reset tips

2011-07-01 Thread bob
My phone is misbehaving and rebooting itself all the time, so I'm
going to try a factory reset.

Anyone have any tips? (i.e. how to back up contacts)

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: distance formula

2011-07-01 Thread Nathan
Or just call this:


http://developer.android.com/intl/de/reference/android/location/Location.html#distanceBetween(double,
double, double, double, float[])

Nathan

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] simple question: do I need to obfuscate a free app?

2011-07-01 Thread Justin Anderson
Depends... are you doing anything that you wouldn't want others to copy?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, Jul 1, 2011 at 4:08 PM, Spooky  wrote:

> For a simple and free gallery app, is there any reason to
> obfuscate it?
>
> Thanks,
>   --jim
>
> --
> 73 DE N5IAL (/4)| DMR: So fsck was originally called
> spooky1...@gmail.com|  something else.
> http://jdgapps.com/ | Q:   What was it called?
> < Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
> ICBM/Hurricane  |-- Dennis M. Ritchie, Usenix, June 1998.
>   30.44406N 86.59909W
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread jotobjects
Cool thanks - we will look at that.  A gotcha is you don't know how
long it will take for the tiles to be returned before you can get the
image of the map.

It was also suggested that we just use a webview with the google maps
web api for the static thumbnail map.  That sounds like it might be
simpler?

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] simple question: do I need to obfuscate a free app?

2011-07-01 Thread Spooky
For a simple and free gallery app, is there any reason to
obfuscate it?

Thanks,
   --jim

--
73 DE N5IAL (/4)| DMR: So fsck was originally called
spooky1...@gmail.com|  something else.
http://jdgapps.com/ | Q:   What was it called?
< Running FreeBSD 7.0 > | DMR: Well, the second letter was different.
ICBM/Hurricane  |-- Dennis M. Ritchie, Usenix, June 1998.
   30.44406N 86.59909W

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] SearchRecentSuggestionsProvider for AutoCompleteTextView arrayadapter

2011-07-01 Thread Julius Spencer
Hi,

I have set up a SearchRecentSuggestionsProvider to use with the Search Button 
which works well.  I have an EditText in and Activity which I would like to 
change into an AutoCompleteTextView which would use the same suggestions.

The AutoCompleteTextView example shows an ArrayAdapter with Strings array.  Is 
it possible to bind up to the SearchRecentSuggestions?

Regards,
Julius.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to check ip is available in network or not?

2011-07-01 Thread JAlexoid (Aleksandr Panzin)
This is not really an Android related topic, but...

Do not rely on IP broadcasting being available. A lot of networks will 
forbid broadcast packets. You may try the ICMP ping, but a lot of firewalls 
will drop all ICMP packets. Broadcasting is an unreliable feature.

I'd suggest asking on StackOverflow, there are more people that do lower 
level networking.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

RE: [android-developers] distance formula

2011-07-01 Thread Tommy Hartz
Lol you beat me to  it L now I just feel like a copy cat

 

From: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of TreKing
Sent: Friday, July 01, 2011 4:56 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] distance formula

 

On Fri, Jul 1, 2011 at 3:48 PM, bob  wrote:

what's the formula for the distance between two GPS coordinates?


Dude: http://tinyurl.com/3zwsv6r


-
TreKing   - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

RE: [android-developers] distance formula

2011-07-01 Thread Tommy Hartz
http://tinyurl.com/3h259mn


-Original Message-
From: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of bob
Sent: Friday, July 01, 2011 4:48 PM
To: Android Developers
Subject: [android-developers] distance formula

what's the formula for the distance between two GPS coordinates?

--
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] distance formula

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 3:48 PM, bob  wrote:

> what's the formula for the distance between two GPS coordinates?


Dude: http://tinyurl.com/3zwsv6r

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] distance formula

2011-07-01 Thread bob
what's the formula for the distance between two GPS coordinates?

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Change Grid Size of Home Screen

2011-07-01 Thread Justin Anderson
Shorten your application's name

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Jun 30, 2011 at 9:40 PM, Rahul Garg  wrote:

> I am facing issue that, some of my application's name is not getting
> displayed completely on the Home Screen. like music player, last 'r' is not
> displaying properly. So I want to adjust the grid size so that I will be
> able to do it. I tried to change the cell-width attribute in dimes.xml, but
> still I am not able to do that. can some one suggest me some other way ?
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Samsung Galaxy S kill my app

2011-07-01 Thread Justin Anderson
I'll bet if you tried debugging it on the Galaxy S you would be able to find
out the cause of the problem...

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


2011/7/1 Károly Holczhauser 

> Hello Boys and Girls!
>
>  I had wrote an app which plays the backgournd music with MediaPlayer. I
> had tested the app, and it is works on Htc Desire perfectly, but when I try
> to test it on Samsung Galaxy S it dies with nullpointer exception on the
> following part:
>
> mp_bg_music.play();
>
> Yes, I had used the Mediaplayer.create and as I said it work on Htc Desire!
> Any idea why not would my Samsung Galaxy S run the same program as HTC
> Desire ? Are there any additional thing what I should do before try to play
> the music ? Need more ueses-permission to app ?
>
>  Thank you so much: Károly from Hungary
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: em...@android.com

2011-07-01 Thread Justin Anderson
You could always try to get a job with Google as an Android developer...
They might give you one then. :-)

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, Jul 1, 2011 at 7:20 AM, Jorge Luis  wrote:

> yes.
>
>
> 2011/7/1 souissi haythem 
>
>> are you sure???
>>
>> On Jul 1, 3:04 pm, Jorge Luis  wrote:
>> > yes.
>> >
>> > 2011/7/1 souissi haythem 
>> >
>> >
>> >
>> > > Why, it's only for person who work in android sociaty???
>> >
>> > > On Jul 1, 2:50 pm, Jorge Luis  wrote:
>> > > > no.
>> >
>> > > > 2011/7/1 souissi haythem 
>> >
>> > > > > can i  have an émail   :   myn...@android.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 this group, send email to
>> > > > > android-developers+unsubscr...@googlegroups.com
>> > > > > For more options, visit this group at
>> > > > >http://groups.google.com/group/android-developers?hl=en
>> >
>> > > > --
>> > > > Jorge Luis Ferrari Cé
>> > > > Desenvolvedor / Web Designer
>> > > > Siga @JLFerrari
>> >
>> > > --
>> > > 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
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/android-developers?hl=en
>> >
>> > --
>> > Jorge Luis Ferrari Cé
>> > Desenvolvedor / Web Designer
>> > Siga @JLFerrari
>>
>> --
>> 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
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
>
> --
>  Jorge Luis Ferrari Cé
> Desenvolvedor / Web Designer
> Siga @JLFerrari
>
>
>  --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] bindLong for primary key

2011-07-01 Thread Justin Anderson
What?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, Jul 1, 2011 at 9:36 AM, naveen kumar wrote:

> i want to bindLong primary key with auto increment .
>
> i have many coloumns with many value but
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Fragments

2011-07-01 Thread jtoolsdev
I would highly recommend the article on fragments here:
http://www.developer.com/ws/create-flexible-android-uis-with-fragments.html

It is lean and to the point.  Google tends to overload their
documentation and it becomes difficult to sort out the essentials.
But you also might want to look at the fragments samples in the SDK.


On Jul 1, 7:08 am, Jayanthi  wrote:
> Hi All,
>           I am doing application in Honeycomb but i am not clear with
> Fragments
> 1.How Fragments is used
> 2. When the activity call fragments
>
> refered lots of  article yet not clear all the article have same
> listview as example can you please few more example like button with
> onclickListener
>
> Thanks in Advance

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: google-api-java-client-samples

2011-07-01 Thread Sergio Michels
Hi,

are you using maven eclipse plugin?

In the picasa example, Maven downloaded
google-api-client-googleapis-1.2.1-alpha.jar that have GoogleTransport
class.

Is there one way to check if the dependencies are exported to the virtual
device?

Regards,
Sérgio



On Fri, Jul 1, 2011 at 2:30 AM, Spiral123  wrote:

> yes I got the picasa one working.
>
> looking at your error I would check that you have the correct
> libraries included in your project and I'd also check your namespaces.
>
>
> On Jun 30, 5:05 pm, Sergio Michels  wrote:
> > Hi,
> >
> > does anyone have the google-api-java-client-samples (for android)
> working?
> >
> > http://code.google.com/p/google-api-java-client/wiki/GoogleAPIs
> >
> > I tried "picasa-atom" that gave me an exception
> >
> > 06-30 18:02:44.419: ERROR/AndroidRuntime(876):
> > java.lang.NoClassDefFoundError:
> > com.google.api.client.googleapis.GoogleTransport
> >
> > And "calendar-v2"
> >
> > 06-30 18:07:08.950: ERROR/AndroidRuntime(929):
> > java.lang.NoClassDefFoundError: com.google.common.collect.Lists
> >
> > guava-r09 is in the Maven dependencies.
> >
> > I just download sources in maven though m2e. I need to do something more
> > with Maven?
> >
> > Regards,
> > Sérgio
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] RE:Urgent need for Hyperion HFM Consultant@CA

2011-07-01 Thread vikram murari
**

 **

** **

Hi,
Greeting’s

Reply to mvik...@sureitinc.com  and vik.sur...@gmail.com.

** **

Position: Hyperion HFM Consultant

Location: Mountain View, CA

Length: 6+ months

Start: ASAP

Interview :phone

** **

** **

**· **Must have 3-5 years of Hyperion HFM experience

**· **Must have expertise in Install and maintain development; test;
production instances for Hyperion Financial Management.  

**· **Must be able to work with DBA from customer side. 

**· **Excellent comm. skills

** **

* If interested please fill the following details:***


Full Name:

First Name:

Last Name:
Phone Number:
Home Number:
Email ID:
Availability:
Current Location:
Visa Status:
Relocation:
Face to face:
Last 4digits of SSN#:
DOB:
Employer details:

** **

 

** **

** **

Thanks & Regards,

Vikram m**

[image: cid:image001.png@01CAF18B.E1179E10]

*SureIT Solutions Inc.
*1801 W Queen Creek RD | Suite # 3 | Chandler | AZ 85248
Phone:602-490-0106 FAX: 866-322-0121
*Email: mvik...@sureitinc.com *

 vik.sur...@gmail.com**

http:// www.sureitinc.com

gtalk: vik.sureit

Yahoo IM: vikrammurari044

** **

[image: sws]


**

We offer genuine opportunities and try our best to provide legitimate
feedback in a timely manner. But the Clients take their own time reviewing
resumes and scheduling interviews. Hiring’s have slowed down in the recent
past and therefore please be tolerant while we go through the hoops.
 Please send only those candidates who have all the must have experiences
and can provide verifiable references from last 1-2 years of projects done
in US. 

*Please respond with only your pre-existing W2/H1 employees. We reserve the
right to work directly with all others.
*(The contents of this e-mail are confidential to the ordinary user of the
e-mail address to which it was addressed and may also be privileged. If the
reader of this message is not the intended recipient, any dissemination,
distribution or copying of the information contained in this Internet
message is strictly prohibited. If you have received this e-mail in error
please notify us by telephone or e-mail the sender by replying to this
message, and then delete the e-mail and other copies of it from your
computer system. Thank you. We believe this email to be virus free but do
not warrant that this is the case and we will not accept liability for any
losses arising from any virus being transmitted unintentionally by us.)

__


** **

** **

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en<><>

[android-developers] Re: Scaling text up to be relative to screen pixels

2011-07-01 Thread nadam
You don't need to make lots of layouts for the text size. Just put the
size in separate res/values directories, e.g. res/values-mdpi-xlarge/
dimens.xml. For pixel-perfect scaling games I suggest using Open GL.

On 1 Juli, 05:57, keyeslabs  wrote:
> Struggling with the same thing.  Anyone find answers besides "just
> make lots and lots of layouts based on resolution"?
>
> On May 26, 9:14 pm, Robert Green  wrote:
>
>
>
>
>
>
>
> > Not possible, eh?
>
> > On May 26, 1:03 pm, Robert Green  wrote:
>
> > > I'm a long time Android developer (Been here since pre 1.0).  My focus
> > > is on games, so I don't care too much about the apps side of things.
> > > Generally I want a game to just consume the screen and everything to
> > > just scale up as a percentage (a button should always be 50% of the
> > > screen, etc).  I even want that on 10" tablets and whatever size
> > > future devices, because without scaling up, I have no other content so
> > > there will just be more blank space and a less predictable UI.
>
> > > I can work it out for buttons and such but how do I scale up text on
> > > my menus?  Saying, "use a surfaceview" is awesome for the game itself
> > > but all my legacy games have multiple activities for menus and use
> > > standard Android UI components.  They worked great on all screens
> > > before honeycomb/tablets, which are quickly becoming a major headache
> > > for me.
>
> > > Usually I just want 5 or so buttons laid out linearly vertically
> > > either in the center or on the right side of the screen (portrait/
> > > landscape) and I want the text on the buttons to scale up with the
> > > screen so it looks exactly the same at 1280x800 vs 480x320.  Am I
> > > missing something or is this not possible to do without adding
> > > additional layouts for larger screens (and potentially making even
> > > more layouts for even bigger screens later, etc)?
>
> > > Best practices to achieve this, anyone?

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re:Urgent need for SAP Functional FI/CA Consultant@CA

2011-07-01 Thread vikram murari
** **

** **

** **

Hi,
Greeting’s

Reply to mvik...@sureitinc.com  and vik.sur...@gmail.com.

** **

** **

Position: SAP Functional FI/CA Consultant

Location: Torrance, CA

Length: 6-12 months

Start: ASAP
Interview :phone

** **

** **

**· **5+ years SAP Applications experience in relevant modules with
*at least TWO full cycle implementation experience in SAP-ECC 6.0Release*

**· ***Basically we are looking for expertise in SAP FI-CA( Contract
accounting). *

**· **Understanding of set-ups in relevant modules of  SAP
Applications

**· ***Deep Understanding of FICO Org Structure*

**· **Experience on FCC(Financial Customer Care)  which is a
sub-module in Interaction Centre Functionality module in SAP CRM 

**· **Experience with SAP CRM is a plus

** **

** **

** **

* If interested please fill the following details:***


Full Name:

First Name:

Last Name:
Phone Number:
Home Number:
Email ID:
Availability:
Current Location:
Visa Status:
Relocation:
Face to face:
Last 4digits of SSN#:
DOB:
Employer details:

** **

 

** **

** **

Thanks & Regards,

Vikram m**

[image: cid:image001.png@01CAF18B.E1179E10]

*SureIT Solutions Inc.
*1801 W Queen Creek RD | Suite # 3 | Chandler | AZ 85248
Phone:602-490-0106 FAX: 866-322-0121
*Email: mvik...@sureitinc.com *

 vik.sur...@gmail.com**

http:// www.sureitinc.com

gtalk: vik.sureit

Yahoo IM: vikrammurari044

** **

[image: sws]


**

We offer genuine opportunities and try our best to provide legitimate
feedback in a timely manner. But the Clients take their own time reviewing
resumes and scheduling interviews. Hiring’s have slowed down in the recent
past and therefore please be tolerant while we go through the hoops.
 Please send only those candidates who have all the must have experiences
and can provide verifiable references from last 1-2 years of projects done
in US. 

*Please respond with only your pre-existing W2/H1 employees. We reserve the
right to work directly with all others.
*(The contents of this e-mail are confidential to the ordinary user of the
e-mail address to which it was addressed and may also be privileged. If the
reader of this message is not the intended recipient, any dissemination,
distribution or copying of the information contained in this Internet
message is strictly prohibited. If you have received this e-mail in error
please notify us by telephone or e-mail the sender by replying to this
message, and then delete the e-mail and other copies of it from your
computer system. Thank you. We believe this email to be virus free but do
not warrant that this is the case and we will not accept liability for any
losses arising from any virus being transmitted unintentionally by us.)

__


** **

**

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] android wifi identify sama application

2011-07-01 Thread raman singa
I need to scan the wifi area through my application to identify the
other devices that use the same application. Next connect those two
devices to do an activity like chatting.
I need your help on this, any help will be appreciate. Thank you

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: "Image Map Type" style Overlay in MapView

2011-07-01 Thread Scott Kennedy
I figured it out.  For anyone else who might be interested, the map
tiles on Android's MapView seem to be twice as dense as the JS API's.
So if you have an existing tileset, just read them in with an
inSampleSize of 2, and adjust the positioning accordingly.

On Jul 1, 1:20 pm, Scott Kennedy  wrote:
> I have a website where I use the Javascript Maps API, and I use an
> Image Map (http://code.google.com/apis/maps/documentation/javascript/
> maptypes.html#ImageMapTypes) to display my custom tiles on top of a
> map.  These tiles use the tile/pixel coordinates as defined by Google
> in that document.  This works fine for the Javascript API.
>
> To give a better in-app experience, I'd like to use a MapView, rather
> than a WebView (or opening the browser) with the JS API.  However, I'm
> having a hard time getting the tiles to display properly in the
> MapView.  It doesn't seem to behave the same way as the JS API.  I'm
> not sure whether that's due to tile size, the projection used, or
> something else, but I was wondering if anyone had done something
> similar and could share some ideas or code on how to do this.
>
> Thanks

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: AsyncTask, Runnable Thread, ???

2011-07-01 Thread netlander
AsyncTask is designed to run with Android API (activity, service,
etc...) so that would be my preferred choice if I was using it within
an activity say. The class has a well designed lifecycle and makes
code more readable than the thread/handler idiom.

On Jul 1, 3:02 pm, Jorge Luis  wrote:
> I need to retrieve a few JSON URLS and put then in the UI... which is the
> best way to do it?
> AsyncTask, Thread+Handler, any other?
>
> In addition could you give an example, or tell me where do i get a nice
> tutorial to do it?
>
> Thx.
>
> --
> Jorge Luis Ferrari Cé
> Desenvolvedor / Web Designer
> Siga @JLFerrari

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:53 PM, jotobjects  wrote:
> Too bad.  Now thinking about a workaround for the specific case we
> have.  The thumbnail map is actually static (not clickable/pannable).
>
> Is there a way to get an image of a fully inflated and drawn View?

http://stackoverflow.com/questions/5939987/android-take-screenshot-via-code/5940832#5940832

> I'm thinking we could call View.draw(canvas) and get a drawable from
> the MapView and then just display the image.  Is that possible?  Does
> anyone have an example of the steps to do it?

It's conceivable that there are issues with the above technique and
MapView, and I have never tried this, but it seems to be the standard
answer for what you're seeking.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:33 PM, Kostya Vasilyev  wrote:
> Ah, yes, you're right, 3.0 shipped with no change wrt. to previous versions,
> sorry.
>
> http://groups.google.com/group/android-developers/msg/3deeb36dccb4e9a5

Yeah, I have an eye out for when this change actually occurs and the
promised explanation. I'm hoping it comes with a brass band or
something to make it blindingly obvious to everyone what to do,
particularly supporting older devices.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread jotobjects
Too bad.  Now thinking about a workaround for the specific case we
have.  The thumbnail map is actually static (not clickable/pannable).

Is there a way to get an image of a fully inflated and drawn View?
I'm thinking we could call View.draw(canvas) and get a drawable from
the MapView and then just display the image.  Is that possible?  Does
anyone have an example of the steps to do it?

On Jun 30, 9:55 pm, TreKing  wrote:
> On Thu, Jun 30, 2011 at 11:04 PM, jotobjects  wrote:
> > How can you make two MapViews work independently of each other in the same
> > application?
>
> AFAIK, you can't. There is an apparent one-to-one relationship with MapView
> and MapActivity and there is only one MapActivity allowed per process.
>
> http://code.google.com/android/add-ons/google-apis/reference/com/goog...
>
> > Only one MapActivity is supported per process. Multiple MapActivities
> > running simultaneously are likely to interfere in unexpected and undesired
> > ways.
>
> Looks like you found one of the "unexpected and undesired ways".
>
> --- 
> --
> TreKing  - Chicago
> transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Detecting the current volume on AudioRecord

2011-07-01 Thread zemariamm
I'm building an application that is always recording audio from the
microphone, whenever the audio reaches a certain threshold I perform a
certain action.

However how should I calc the appropriate volume for the threshold ?
I've a static volume coded which works well across some devices but
not all devices (in somes cases it is too sensitive or vice versa).

I'm using AudioRecord, here's part of the code:

int bufferSize =
AudioRecord.getMinBufferSize(Constants.RECORDING_FREQUENCY,Constants.channelConfiguration,Constants.audioEncoding);
AudioRecord audioRecord = new
AudioRecord( 
MediaRecorder.AudioSource.MIC,Constants.RECORDING_FREQUENCY,Constants.channelConfiguration,Constants.audioEncoding,
bufferSize);
short[] buffer = new short[bufferSize];
while(true) {
   int bufferReadResult = audioRecord.read(buffer, 0, bufferSize);
   for (int i = 0; i < bufferReadResult; i++) {
  currentVolume = java.lang.Math.abs(buffer[i]);
  if (currentVolume > Constants.NO_VOLUME_AMPLITUDE)
// ALRIGHT ! This is what I'm looking for :D
   }
}

So, my question is: how do I calculate Constants.NO_VOLUME_AMPLITUDE
instead of having it hard coded ?

Thanks so much in advance, Ze

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Kostya Vasilyev
Ah, yes, you're right, 3.0 shipped with no change wrt. to previous 
versions, sorry.


http://groups.google.com/group/android-developers/msg/3deeb36dccb4e9a5

-- Kostya

01.07.2011 22:25, Mark Murphy пишет:

On Fri, Jul 1, 2011 at 2:21 PM, Kostya Vasilyev  wrote:

>  In 3.0, async tasks are by default executed sequentially, while in earlier
>  versions more than one could be executed in parallel.

Are you sure that kicked in? I remember that Romain indicated that
this change was coming, but I wasn't aware that it actually arrived.



--
Kostya Vasilyev

--
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:21 PM, Kostya Vasilyev  wrote:
> In 3.0, async tasks are by default executed sequentially, while in earlier
> versions more than one could be executed in parallel.

Are you sure that kicked in? I remember that Romain indicated that
this change was coming, but I wasn't aware that it actually arrived.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Youtube Logo

2011-07-01 Thread JCC
@TreKing: Thanks for clarifying this :)

On 30 jun, 10:00, TreKing  wrote:
> On Thu, Jun 30, 2011 at 9:43 AM, JCC  wrote:
> >  @TreKing may I know why this has nothing to do with this list?
>
> http://groups.google.com/group/android-developers/about
>
> "Discuss developing Android applications using the SDK: troubleshooting
> apps, advice on implementation, strategies for improving your app's speed
> and user experience. *This group is for development-related topics only*,
> not for job opportunity announcements, advertisement, debates about devices,
> etc."
>
> You're asking about branding rights to the YouTube logo.
>
> > I thought it was a group where to discuss things between
> > android developers.
>
> There is a "Android Discuss" group for non-SDK discussions about Android -
> but even there I don't think your question applies. Just because you're
> doing something in an Android App does not make it about Android. Try some
> YouTube groups or forums.
>
> --- 
> --
> TreKing  - Chicago
> transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Kostya Vasilyev

One more thing that may prove useful in this context...

In 3.0, async tasks are by default executed sequentially, while in 
earlier versions more than one could be executed in parallel.


-- Kostya

01.07.2011 22:04, Rutton ?:

Mark Murphy schrieb:

>  On Fri, Jul 1, 2011 at 10:22 AM, Rutton  wrote:

>  >  AsyncTask is a bit an overkill, as you may want to call your urls
>  >  independently and then
>  >  AT would create a Thread for each REST call.

>
>  Actually, AsyncTask will use a thread out of a thread pool for each REST 
call.

Interesting. Its not*really*  in the AsyncTask reference page (only
mentioned as a side note). Where can I read more about this?

R.



--
Kostya Vasilyev

--
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:04 PM, Rutton  wrote:
> Interesting. Its not *really* in the AsyncTask reference page (only
> mentioned as a side note). Where can I read more about this?

U... in the source code? The JavaDocs for API Level 11 also show
where you can provide your own executor for your own thread pool.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Rutton
Mark Murphy schrieb:
> On Fri, Jul 1, 2011 at 10:22 AM, Rutton  wrote:
> > AsyncTask is a bit an overkill, as you may want to call your urls
> > independently and then
> > AT would create a Thread for each REST call.
>
> Actually, AsyncTask will use a thread out of a thread pool for each REST call.

Interesting. Its not *really* in the AsyncTask reference page (only
mentioned as a side note). Where can I read more about this?

R.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android Libray projects can not be launched

2011-07-01 Thread nadam
If you're using Eclipse just go to the project properties, click
Android and then uncheck the "Is Library" checkbox. Should look
something like this:
http://hi-android.info/docs/images/developing/adt-props-libRef.png

On 1 Juli, 09:09, bhaskar bommala  wrote:
> Hi Gopala,
> I have done already that still its giving problem ,anyway thanks for your
> reply ,if you have any sample to launch like this library projects can you
> please share me
>
> Thanks in Advance.
>
> On Fri, Jul 1, 2011 at 12:34 PM, GopalaKrishnan D wrote:
>
>
>
>
>
>
>
> > u just include Facebook sdk as library in ur projects
> > --
> > ~* Regards*
> > *GopalaKrishnan D*
>
> >  --
> > 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
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Camera Problem

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 12:39 PM, Ankit Kasliwal  wrote:

> the second one error (Layout Problem)


We're not psychics.
http://www.catb.org/~esr/faqs/smart-questions.html

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] DoNut Eat

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 1:44 PM, bob  wrote:
> Is there an easy way to get the latitude and longitude of all the
> Dunkin Donuts out there?

This question has nothing to do with Android application development.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] DoNut Eat

2011-07-01 Thread bob
I want to make an app called DoNut Eat that helps you find donut
places near you.

Is there an easy way to get the latitude and longitude of all the
Dunkin Donuts out there?

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: MapView Overlay problem

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 12:26 PM, JP  wrote:

> As a side note, I never bothered to check, I'm sure this problem has
> a record in some issues database already, where you could push a button or
> star.
>

As a matter of fact ...
http://code.google.com/p/android/issues/detail?id=3405&q=map%20view%20out%20of%20memory&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

2 years old. Given the state of the Google Maps Library, I would not hold my
breath.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
the second one error (Layout Problem)

On Fri, Jul 1, 2011 at 11:06 PM, TreKing  wrote:

> On Fri, Jul 1, 2011 at 12:20 PM, Ankit Kasliwal <
> kasliwalankit2...@gmail.com> wrote:
>
>> i m not able to trace the error coz the 2.1 device at my frnd place i send
>> him APK file.
>
>
> So what exactly to you expect us to do for you  ?
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 

Thanks and Regards,

Ankit Kasliwal
kasliwalankit2...@gmail.com
+91-9300-940-136

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Camera Problem

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 12:20 PM, Ankit Kasliwal  wrote:

> i m not able to trace the error coz the 2.1 device at my frnd place i send
> him APK file.


So what exactly to you expect us to do for you  ?

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread JP

The stack trace does not include any calls to your code. I suspect it
has to do with the loading of map tiles. Nothing you can do that I
know of. I am seeing this for years now, but not at an alarming clip.
How time flies... Anyway, it would be lovely to learn about this some
more. Perhaps TreKing or someone else who's more involved can weight
in on this with some more insight.
As a side note, I never bothered to check, I'm sure this problem has a
record in some issues database already, where you could push a button
or star.


On Jul 1, 9:29 am, Felix Garcia Lainez 
wrote:
> I have improved the responsiveness using some of MyTrack approaches,
> but i am still getting this exception, simply doing zoom in and zoom
> out sometimes
>
> java.lang.OutOfMemoryError: bitmap size exceeds VM budget
>         at android.graphics.Bitmap.nativeCreate(Native Method)
>         at android.graphics.Bitmap.createBitmap(Bitmap.java:574)
>         at com.google.android.maps.ZoomHelper.createSnapshot(ZoomHelper.java:
> 444)
>         at com.google.android.maps.ZoomHelper.doZoom(ZoomHelper.java:151)
>         at com.google.android.maps.ZoomHelper.doZoom(ZoomHelper.java:140)
>         at com.google.android.maps.MapView.doZoom(MapView.java:1478)
>         at com.google.android.maps.MapView.doZoom(MapView.java:1487)
>         at com.google.android.maps.MapView$6.onZoom(MapView.java:1442)
>         at android.widget.ZoomButtonsController
> $3.onClick(ZoomButtonsController.java:268)
>         at android.view.View.performClick(View.java:2408)
>         at android.view.View$PerformClick.run(View.java:8817)
>         at android.os.Handler.handleCallback(Handler.java:587)
>         at android.os.Handler.dispatchMessage(Handler.java:92)
>         at android.os.Looper.loop(Looper.java:144)
>         at android.app.ActivityThread.main(ActivityThread.java:4937)
>         at java.lang.reflect.Method.invokeNative(Native Method)
>         at java.lang.reflect.Method.invoke(Method.java:521)
>         at com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:868)
>         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
>         at dalvik.system.NativeStart.main(Native Method)
>
> On 1 jul, 15:49, JP  wrote:
>
>
>
>
>
>
>
> > You could conceivably use a change in zoom level to drive the thinning
> > of the poly lines, or other factors that help you determine the level
> > of thinning. This is not trivial - you'll want to run the algorithm
> > outside of your Overlay.draw() and probably not draw any lines until
> > the algorithm has finished. Off the cuff, I figure you'll have to use
> > AsyncTask for that, so there's not quick and dirty way (that I can
> > see) if you want to get this right. In any case, you could study
> > MyTracks to find out how they've solved this problem.
>
> > On Jul 1, 2:00 am, Felix Garcia Lainez 
> > wrote:
>
> > > Hi,
>
> > > So you are doing something similar to my draw method?
>
> > > I have just tested without alpha and anti-alising and it is faster,
> > > but when there is big zoom level the mapactivity is closed (i think
> > > this is due to memory usage)
>
> > > How should i profile this case? Really as i said there is not any
> > > strange thing on the code... Simply a map with an overlay...
>
> > > Thanks!
>
> > > On 1 jul, 01:39, TreKing  wrote:
>
> > > > On Thu, Jun 30, 2011 at 5:47 PM, Felix Garcia Lainez <
>
> > > > fgarcialai...@gmail.com> wrote:
> > > > > About the size with 300 or 400 GeoPoints i am already having 
> > > > > problems...
> > > > > The method isOnePointVisible is an optimization i did in order to try 
> > > > > to
> > > > > improve performance (seems to work fine).
>
> > > > So I have a very similar overlay to draw routes, with no optimization, 
> > > > and I
> > > > just loaded 7 or 8 of them with no apparent slow down on my Nexus One.
>
> > > > Here are some thoughts:
> > > > - What device are you running on?
> > > > - Are you debugging or is this in release mode?
> > > > - Do you need anti-aliasing? I think that might slow it down.
> > > > - Do you need alpha? That would definitely slow down drawing. Set that 
> > > > to
> > > > solid and see if if helps.
>
> > > > If none of that helps you're going to have to profile your code to get a
> > > > clear picture of what's taking so long.
>
> > > > ---
> > > >  --
> > > > TreKing  - Chicago
> > > > transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] "Image Map Type" style Overlay in MapView

2011-07-01 Thread Scott Kennedy
I have a website where I use the Javascript Maps API, and I use an
Image Map (http://code.google.com/apis/maps/documentation/javascript/
maptypes.html#ImageMapTypes) to display my custom tiles on top of a
map.  These tiles use the tile/pixel coordinates as defined by Google
in that document.  This works fine for the Javascript API.

To give a better in-app experience, I'd like to use a MapView, rather
than a WebView (or opening the browser) with the JS API.  However, I'm
having a hard time getting the tiles to display properly in the
MapView.  It doesn't seem to behave the same way as the JS API.  I'm
not sure whether that's due to tile size, the projection used, or
something else, but I was wondering if anyone had done something
similar and could share some ideas or code on how to do this.

Thanks

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
Hello Everyone Can any one explain me what was the problem in my camera
activity code
i run that application on my 1.6 android device it run proper but when i run
that application on my new Android 2.1 device
it give me some error and my page layout also disturb not proper showing
spinner and edit box so any  one help me
what should i do.. i m not able to trace the error coz the 2.1 device at my
frnd place i send him APK file.


-- 

Thanks and Regards,

Ankit Kasliwal
kasliwalankit2...@gmail.com
+91-9300-940-136

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] RE:Urgent need for Hyperion HFM Consultant@CA

2011-07-01 Thread vikram murari
 **

Hi,
Greeting’s

Reply to mvik...@sureitinc.com  and vik.sur...@gmail.com.

** **

Position: Hyperion HFM Consultant

Location: Mountain View, CA

Length: 6+ months

Start: ASAP

Interview :phone

** **

** **

**· **Must have 3-5 years of Hyperion HFM experience

**· **Must have expertise in Install and maintain development; test;
production instances for Hyperion Financial Management.  

**· **Must be able to work with DBA from customer side. 

**· **Excellent comm. skills

** **

* If interested please fill the following details:***


Full Name:

First Name:

Last Name:
Phone Number:
Home Number:
Email ID:
Availability:
Current Location:
Visa Status:
Relocation:
Face to face:
Last 4digits of SSN#:
DOB:
Employer details:

** **

 

** **

** **

Thanks & Regards,

Vikram m**

[image: cid:image001.png@01CAF18B.E1179E10]

*SureIT Solutions Inc.
*1801 W Queen Creek RD | Suite # 3 | Chandler | AZ 85248
Phone:602-490-0106 FAX: 866-322-0121
*Email: mvik...@sureitinc.com *

 vik.sur...@gmail.com**

http:// www.sureitinc.com

gtalk: vik.sureit

Yahoo IM: vikrammurari044

** **

[image: sws]


**

We offer genuine opportunities and try our best to provide legitimate
feedback in a timely manner. But the Clients take their own time reviewing
resumes and scheduling interviews. Hiring’s have slowed down in the recent
past and therefore please be tolerant while we go through the hoops.
 Please send only those candidates who have all the must have experiences
and can provide verifiable references from last 1-2 years of projects done
in US. 

*Please respond with only your pre-existing W2/H1 employees. We reserve the
right to work directly with all others.
*(The contents of this e-mail are confidential to the ordinary user of the
e-mail address to which it was addressed and may also be privileged. If the
reader of this message is not the intended recipient, any dissemination,
distribution or copying of the information contained in this Internet
message is strictly prohibited. If you have received this e-mail in error
please notify us by telephone or e-mail the sender by replying to this
message, and then delete the e-mail and other copies of it from your
computer system. Thank you. We believe this email to be virus free but do
not warrant that this is the case and we will not accept liability for any
losses arising from any virus being transmitted unintentionally by us.)

__


** **

**

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Fragments

2011-07-01 Thread Streets Of Boston
Take a look at these videos:
http://www.google.com/events/io/2011/sessions/designing-and-implementing-android-uis-for-phones-and-tablets.html
http://www.google.com/events/io/2011/sessions/honeycomb-highlights.html
 

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Ain't this supposed to work?

2011-07-01 Thread TreKing
Tips:

1) Give your post a relevant title: "Ain't this supposed to work?" tells us
nothing about your problem.
2) Give a small snippet of your exact issue - linking to a giant blob of
code with no explanation is good way to get completely ignored.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Card Game Android

2011-07-01 Thread John Coryat
You might want to take a look at this:

http://code.google.com/p/solitaire-for-android/

It's the very popular solitaire game and it's open source.

-John Coryat

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: MapView Overlay problem

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 11:29 AM, Felix Garcia Lainez <
fgarcialai...@gmail.com> wrote:

> I have improved the responsiveness using some of MyTrack approaches,
> but i am still getting this exception, simply doing zoom in and zoom
> out sometimes
>

I doubt there's much you can do about that - the Maps library is notoriously
buggy. I've lost count of how many workarounds I've had to employ to get it
to behave *most of the time* - and I still get the occasional crash from it
when users do crazy things like zoom or pan.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Ain't this supposed to work?

2011-07-01 Thread Jorge Luis
http://pastebin.com/Fk0eXGXH

I'm alway getting "Erro" at the first HTTP Request D:

The debugger shows nothing :/

-- 
Jorge Luis Ferrari Cé
Desenvolvedor / Web Designer
Siga @JLFerrari

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread Felix Garcia Lainez
I have improved the responsiveness using some of MyTrack approaches,
but i am still getting this exception, simply doing zoom in and zoom
out sometimes

java.lang.OutOfMemoryError: bitmap size exceeds VM budget
at android.graphics.Bitmap.nativeCreate(Native Method)
at android.graphics.Bitmap.createBitmap(Bitmap.java:574)
at com.google.android.maps.ZoomHelper.createSnapshot(ZoomHelper.java:
444)
at com.google.android.maps.ZoomHelper.doZoom(ZoomHelper.java:151)
at com.google.android.maps.ZoomHelper.doZoom(ZoomHelper.java:140)
at com.google.android.maps.MapView.doZoom(MapView.java:1478)
at com.google.android.maps.MapView.doZoom(MapView.java:1487)
at com.google.android.maps.MapView$6.onZoom(MapView.java:1442)
at android.widget.ZoomButtonsController
$3.onClick(ZoomButtonsController.java:268)
at android.view.View.performClick(View.java:2408)
at android.view.View$PerformClick.run(View.java:8817)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:144)
at android.app.ActivityThread.main(ActivityThread.java:4937)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)

On 1 jul, 15:49, JP  wrote:
> You could conceivably use a change in zoom level to drive the thinning
> of the poly lines, or other factors that help you determine the level
> of thinning. This is not trivial - you'll want to run the algorithm
> outside of your Overlay.draw() and probably not draw any lines until
> the algorithm has finished. Off the cuff, I figure you'll have to use
> AsyncTask for that, so there's not quick and dirty way (that I can
> see) if you want to get this right. In any case, you could study
> MyTracks to find out how they've solved this problem.
>
> On Jul 1, 2:00 am, Felix Garcia Lainez 
> wrote:
>
>
>
> > Hi,
>
> > So you are doing something similar to my draw method?
>
> > I have just tested without alpha and anti-alising and it is faster,
> > but when there is big zoom level the mapactivity is closed (i think
> > this is due to memory usage)
>
> > How should i profile this case? Really as i said there is not any
> > strange thing on the code... Simply a map with an overlay...
>
> > Thanks!
>
> > On 1 jul, 01:39, TreKing  wrote:
>
> > > On Thu, Jun 30, 2011 at 5:47 PM, Felix Garcia Lainez <
>
> > > fgarcialai...@gmail.com> wrote:
> > > > About the size with 300 or 400 GeoPoints i am already having problems...
> > > > The method isOnePointVisible is an optimization i did in order to try to
> > > > improve performance (seems to work fine).
>
> > > So I have a very similar overlay to draw routes, with no optimization, 
> > > and I
> > > just loaded 7 or 8 of them with no apparent slow down on my Nexus One.
>
> > > Here are some thoughts:
> > > - What device are you running on?
> > > - Are you debugging or is this in release mode?
> > > - Do you need anti-aliasing? I think that might slow it down.
> > > - Do you need alpha? That would definitely slow down drawing. Set that to
> > > solid and see if if helps.
>
> > > If none of that helps you're going to have to profile your code to get a
> > > clear picture of what's taking so long.
>
> > > ---
> > >  --
> > > TreKing  - Chicago
> > > transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Card Game Android

2011-07-01 Thread Mike
that flew over like a 747

On Jul 1, 9:26 am, Diogo Salaberri  wrote:
> Hello, thanks for the answer.
> Which LIB do you normally use for this purpose ?
>

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] bindLong for primary key

2011-07-01 Thread naveen kumar
i want to bindLong primary key with auto increment .

i have many coloumns with many value but

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: MapView Overlay problem

2011-07-01 Thread Kostya Vasilyev

TraceView and dmtracedump:

http://developer.android.com/guide/developing/debugging/debugging-tracing.html

01.07.2011 19:26, TreKing ?:


How should i profile this case? Really as i said there is not
any strange thing on the code... Simply a map with an overlay...


No idea. Look at the tools section in the docs and see what's 
available to you. I *think* there some kind of profiling tool, but I 
don't know for sure. If nothing else, you can throw a crude profiler 
together fairly easily to track how long a given block of code takes.


--
Kostya Vasilyev

--
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: MapView Overlay problem

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 4:00 AM, Felix Garcia Lainez  wrote:

> So you are doing something similar to my draw method?
>

Yup - nearly identical. What I don't do is use anti-aliasing (unless it's on
be default, I don't know) or alpha. I also only use moveTo() once (first
point) and then lineTo() thereafter. I can't imagine that would make much of
a difference.


> I have just tested without alpha and anti-alising and it is faster,
> but when there is big zoom level the mapactivity is closed (i think
> this is due to memory usage)
>

Use LogCat and the debugger to make sure.

How should i profile this case? Really as i said there is not any strange
> thing on the code... Simply a map with an overlay...
>

No idea. Look at the tools section in the docs and see what's available to
you. I *think* there some kind of profiling tool, but I don't know for sure.
If nothing else, you can throw a crude profiler together fairly easily to
track how long a given block of code takes.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: are ads worth the effort?

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 2:33 AM, Doug  wrote:

> Paid version: full functionality
> Free version: ads + limited functionality
>
> In other words, withhold the most helpful features of your app for the
> paying customers.  Plug the upgrade every time they try a restricted
> feature.  That is incentive to upgrade if the missing features are
> really worth the money you're asking.
>

Precisely what I do (and have done from the beginning) and so far so good. I
recall exactly one negative comment out the "plugs" and none about the ads.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread Felix Garcia Lainez
Ok thank you. I will try to see how they do this.

On 1 jul, 15:49, JP  wrote:
> You could conceivably use a change in zoom level to drive the thinning
> of the poly lines, or other factors that help you determine the level
> of thinning. This is not trivial - you'll want to run the algorithm
> outside of your Overlay.draw() and probably not draw any lines until
> the algorithm has finished. Off the cuff, I figure you'll have to use
> AsyncTask for that, so there's not quick and dirty way (that I can
> see) if you want to get this right. In any case, you could study
> MyTracks to find out how they've solved this problem.
>
> On Jul 1, 2:00 am, Felix Garcia Lainez 
> wrote:
>
>
>
> > Hi,
>
> > So you are doing something similar to my draw method?
>
> > I have just tested without alpha and anti-alising and it is faster,
> > but when there is big zoom level the mapactivity is closed (i think
> > this is due to memory usage)
>
> > How should i profile this case? Really as i said there is not any
> > strange thing on the code... Simply a map with an overlay...
>
> > Thanks!
>
> > On 1 jul, 01:39, TreKing  wrote:
>
> > > On Thu, Jun 30, 2011 at 5:47 PM, Felix Garcia Lainez <
>
> > > fgarcialai...@gmail.com> wrote:
> > > > About the size with 300 or 400 GeoPoints i am already having problems...
> > > > The method isOnePointVisible is an optimization i did in order to try to
> > > > improve performance (seems to work fine).
>
> > > So I have a very similar overlay to draw routes, with no optimization, 
> > > and I
> > > just loaded 7 or 8 of them with no apparent slow down on my Nexus One.
>
> > > Here are some thoughts:
> > > - What device are you running on?
> > > - Are you debugging or is this in release mode?
> > > - Do you need anti-aliasing? I think that might slow it down.
> > > - Do you need alpha? That would definitely slow down drawing. Set that to
> > > solid and see if if helps.
>
> > > If none of that helps you're going to have to profile your code to get a
> > > clear picture of what's taking so long.
>
> > > ---
> > >  --
> > > TreKing  - Chicago
> > > transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Card Game Android

2011-07-01 Thread Diogo Salaberri
Hello, thanks for the answer.
Which LIB do you normally use for this purpose ?

Thanks, bye.

On Fri, Jul 1, 2011 at 12:54 AM, Greg Donald  wrote:

> On Thu, Jun 30, 2011 at 2:42 PM, Diogo Salaberri 
> wrote:
> > I was researching some way to developer a Card Game for Android OS. I saw
> > many games, like Spider, and others. This kind of games, uses what kind
> of
> > library to do the graphical interface, can be a Android Native or a third
> > library ?
>
> I have several card games on the market.  The library I use to make
> the gui is the Android SDK.
>
>
>
> --
> Greg Donald
> destiney.com | gregdonald.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 this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Atenciosamente;
Diogo Bonoto Salaberri
Bacharel em Ciência da Computação - UFPel

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 10:22 AM, Rutton  wrote:
> AsyncTask is a bit an overkill, as you may want to call your urls
> independently and then
> AT would create a Thread for each REST call.

Actually, AsyncTask will use a thread out of a thread pool for each REST call.

Performing multiple network operations in tandem on parallel threads
is a common pattern -- Web browsers do this so it doesn't take a
minute to download a Web page, for example. Whether or not it is
appropriate in any given case is indeterminate, but I would not throw
it out.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: About All apps Launcher Button

2011-07-01 Thread osc foss
Am top posting here, because my question is also related to home
launcher.(Apologies for the top posting) .

Dear Bhavani And Mark,
I have customised the home screen sample application which was there in
Android SDK samples, and now trying to add a clock widget there.This home
screen sample doesn't have any option in the menus to add widgets.
And my objective is to just a Digital Clock and Whether in the Home screen.
So can you pls suggest me about how to proceed ?


On Fri, Jul 1, 2011 at 6:44 PM, bhavani sankari wrote:

> To override default HomeScreen Is there any limitions on using
> widgets.
> In my splash activity i'm using Linearlayout,Textview, Image view
> only.
> But still not getting displayed properly.
>
>


> Please help
>
> On Jul 1, 2:47 pm, bhavani sankari  wrote:
> > Thanks!
> >
> > I have stripped out all apps except my application since i'm
> > developing for non phones.I have registered for
> > RECEIVE_BOOT_COMPLETED.After bootup,I got the default Home screen (i.e
> > with all app button)then i got my application launched by itself.
> >
> > I tried removing default home screen and wanted my application to
> > launch immediately after bootup.
> >
> > I got succeeded to some extent.Now my app got displayed after boot
> > up(default home screen removed)
> > Through,
> >
> >  > android:screenOrientation="portrait" >
> > 
> >  
> >  >
> >   > android:name="android.intent.category.DEFAULT" />
> > 
> > 
> >
> > But I'm seeing new issue here.My splash screen is getting displayed in
> > landscape mode eventhough i have specified it as portrait.
> >
> > Any suggestions
> >
> > Thanks
> > Bhavan
>





> > On Jun 29, 7:14 pm, Mark Murphy  wrote:
> >
> > > Step #1: Make your application be a home screen (see the Home
> sampleappin the SDK).
> >
> > > Step #2: Have your application installed in the firmware as the
> > > device's home screen (for firmware discussions, visithttp://
> source.android.com, as that is out of scope for this list).
> >
> > > On Wed, Jun 29, 2011 at 10:04 AM, bhavani sankari <
> bhavani...@gmail.com> wrote:
> > > > HiAll,
> >
> > > > I am developing a appilication for non phones.I have a requirement to
> > > > skipAllappLauncher Screen and to launch my application after
> > > > bootup.
> >
> > > > How to achieve this?
> >
> > > > Thanks
> > > > Bhavani
> >
> > > > --
> > > > 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
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
> >
> > > --
> > > Mark Murphy (a Commons Guy)http://commonsware.com|
> http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
> >
> > > Android Training in Oslo:http://bit.ly/fjBo24
> >
> >
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Rutton
You may also take IntentService into account. I would prefer that or 
HandlerThread/Handler.
AsyncTask is a bit an overkill, as you may want to call your urls 
independently and then
AT would create a Thread for each REST call.

R.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Controlling mutually exclusive preference categories with a single parent checkbox

2011-07-01 Thread Kostya Vasilyev

Phil,

A couple of options are:

- Subclass preference category "b", override onDependencyChanged, and 
invert the logic


- Subclass the checkbox preference, override notifyDependencyChange, and 
fire onDependencyChanged to two separate dependency lists


- Easiest of all, do not use the built-in dependency mechanism, but 
rather set a preference change listener for the checkbox, and enable / 
disable the dependent screens from code in your preference activity


-- Kostya

01.07.2011 18:03, Phil пишет:

I'm trying to work out how to implement a preferences XML file that
has two mutually exclusive preference categories, only one of which is
displayed and enabled based on a parent checkbox preference. When
checked, category 'a' should be displayed and 'b' hidden. When
unchecked, category 'a' should be hidden and 'b' displayed.

Now the android:dependency property allows me to identify a
controlling parent preference, but the parent value that disables the
dependency is specified on the parent (the
android:disableDependentsState property). So it appears that I can't
enable one category while disabling another:



  ...
  ...

I've tried "!use_option_one" out of curiosity but this is not a
supported syntax.

Can somebody confirm (a) that my understanding is correct and (b)
suggest an alternative implementation pattern to achieve the desired
effect?

Thanks,
Phil.



--
Kostya Vasilyev

--
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Fragments

2011-07-01 Thread Jayanthi
Hi All,
  I am doing application in Honeycomb but i am not clear with
Fragments
1.How Fragments is used
2. When the activity call fragments

refered lots of  article yet not clear all the article have same
listview as example can you please few more example like button with
onclickListener


Thanks in Advance

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] AsyncTask, Runnable Thread, ???

2011-07-01 Thread Kostya Vasilyev

AsyncTask is a good start to get something working.

Add code to carry it over configuration (orientation) changes, and, 
depending on the requirements, you may be already done.


You can always move the code into a service (IntentService or 
WakefulIntentService) to decouple it from the UI state, if needed.


-- Kostya

01.07.2011 18:02, Jorge Luis ?:
I need to retrieve a few JSON URLS and put then in the UI... which is 
the best way to do it?

AsyncTask, Thread+Handler, any other?

In addition could you give an example, or tell me where do i get a 
nice tutorial to do it?



Thx.

--
Jorge Luis Ferrari Cé
Desenvolvedor / Web Designer
Siga @JLFerrari


--
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en 


--
Kostya Vasilyev

--
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Controlling mutually exclusive preference categories with a single parent checkbox

2011-07-01 Thread Phil
I'm trying to work out how to implement a preferences XML file that
has two mutually exclusive preference categories, only one of which is
displayed and enabled based on a parent checkbox preference. When
checked, category 'a' should be displayed and 'b' hidden. When
unchecked, category 'a' should be hidden and 'b' displayed.

Now the android:dependency property allows me to identify a
controlling parent preference, but the parent value that disables the
dependency is specified on the parent (the
android:disableDependentsState property). So it appears that I can't
enable one category while disabling another:



 ... 
 ... 

I've tried "!use_option_one" out of curiosity but this is not a
supported syntax.

Can somebody confirm (a) that my understanding is correct and (b)
suggest an alternative implementation pattern to achieve the desired
effect?

Thanks,
Phil.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] AsyncTask, Runnable Thread, ???

2011-07-01 Thread Jorge Luis
I need to retrieve a few JSON URLS and put then in the UI... which is the
best way to do it?
AsyncTask, Thread+Handler, any other?

In addition could you give an example, or tell me where do i get a nice
tutorial to do it?


Thx.

-- 
Jorge Luis Ferrari Cé
Desenvolvedor / Web Designer
Siga @JLFerrari

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: MapView Overlay problem

2011-07-01 Thread JP

You could conceivably use a change in zoom level to drive the thinning
of the poly lines, or other factors that help you determine the level
of thinning. This is not trivial - you'll want to run the algorithm
outside of your Overlay.draw() and probably not draw any lines until
the algorithm has finished. Off the cuff, I figure you'll have to use
AsyncTask for that, so there's not quick and dirty way (that I can
see) if you want to get this right. In any case, you could study
MyTracks to find out how they've solved this problem.


On Jul 1, 2:00 am, Felix Garcia Lainez 
wrote:
> Hi,
>
> So you are doing something similar to my draw method?
>
> I have just tested without alpha and anti-alising and it is faster,
> but when there is big zoom level the mapactivity is closed (i think
> this is due to memory usage)
>
> How should i profile this case? Really as i said there is not any
> strange thing on the code... Simply a map with an overlay...
>
> Thanks!
>
> On 1 jul, 01:39, TreKing  wrote:
>
>
>
>
>
>
>
> > On Thu, Jun 30, 2011 at 5:47 PM, Felix Garcia Lainez <
>
> > fgarcialai...@gmail.com> wrote:
> > > About the size with 300 or 400 GeoPoints i am already having problems...
> > > The method isOnePointVisible is an optimization i did in order to try to
> > > improve performance (seems to work fine).
>
> > So I have a very similar overlay to draw routes, with no optimization, and I
> > just loaded 7 or 8 of them with no apparent slow down on my Nexus One.
>
> > Here are some thoughts:
> > - What device are you running on?
> > - Are you debugging or is this in release mode?
> > - Do you need anti-aliasing? I think that might slow it down.
> > - Do you need alpha? That would definitely slow down drawing. Set that to
> > solid and see if if helps.
>
> > If none of that helps you're going to have to profile your code to get a
> > clear picture of what's taking so long.
>
> > --- 
> > --
> > TreKing  - Chicago
> > transit tracking app for Android-powered devices

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] RE:Urgent need for SAP ABAP Expert@@@WA

2011-07-01 Thread vikram murari
** **

** **

Hi,
Greeting’s

Reply to mvik...@sureitinc.com  and vik.sur...@gmail.com.

** **

*Title: **SAP ABAP Expert*

*Location: **Tacoma, WA*

*Duration: **6-12 months*

**

**Chosen candidate will require a standard background check

* *

*Job Responsibilities:

*

Resolve errors that have occurred during the upgrade

Assist in Unit and integration testing. 

Skill Sets Required:

SAP ABAP with Utilities experience  

** **

*Additional Notes:*

** **

Candidate should be able to configure changes, if any due to upgrade, on the
upgraded ECC 6.0 environment and then provide help in resolving issues
during the integration testing phase. The consultant should be proficient in
SAP FICO and FICA module with specific upgrade experience to ECC 6.0 so that
he knows what configuration changes are affected due to upgrade. Candidate
preferred to be based out of Seattle (Washington) area to avoid travel and
expenses or on the West Coast.

** **

* If interested please fill the following details:***


Full Name:

First Name:

Last Name:
Phone Number:
Home Number:
Email ID:
Availability:
Current Location:
Visa Status:
Relocation:
Face to face:
Last 4digits of SSN#:
DOB:
Employer details:

** **

 

** **

** **

Thanks & Regards,

Vikram m**

[image: cid:image001.png@01CAF18B.E1179E10]

*SureIT Solutions Inc.
*1801 W Queen Creek RD | Suite # 3 | Chandler | AZ 85248
Phone:602-490-0106 FAX: 866-322-0121
*Email: mvik...@sureitinc.com *

 vik.sur...@gmail.com**

http:// www.sureitinc.com

gtalk: vik.sureit

Yahoo IM: vikrammurari044

** **

[image: sws]


**

We offer genuine opportunities and try our best to provide legitimate
feedback in a timely manner. But the Clients take their own time reviewing
resumes and scheduling interviews. Hiring’s have slowed down in the recent
past and therefore please be tolerant while we go through the hoops.
 Please send only those candidates who have all the must have experiences
and can provide verifiable references from last 1-2 years of projects done
in US. 

*Please respond with only your pre-existing W2/H1 employees. We reserve the
right to work directly with all others.
*(The contents of this e-mail are confidential to the ordinary user of the
e-mail address to which it was addressed and may also be privileged. If the
reader of this message is not the intended recipient, any dissemination,
distribution or copying of the information contained in this Internet
message is strictly prohibited. If you have received this e-mail in error
please notify us by telephone or e-mail the sender by replying to this
message, and then delete the e-mail and other copies of it from your
computer system. Thank you. We believe this email to be virus free but do
not warrant that this is the case and we will not accept liability for any
losses arising from any virus being transmitted unintentionally by us.)

__


** **

**

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en<><>

Re: [android-developers] Caused by: android.database.sqlite.SQLiteException: unrecognized token: ":": , while compiling: insert into tblShows (shIcon,shSummary,shGenres,shName,shType,shUuid,localIcon)

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 9:38 AM, NaveenShrivastva
 wrote:
> i have already done that concept for insert in db but it takes more time.

And your proof of this is... what, exactly?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Caused by: android.database.sqlite.SQLiteException: unrecognized token: ":": , while compiling: insert into tblShows (shIcon,shSummary,shGenres,shName,shType,shUuid,localIcon)

2011-07-01 Thread NaveenShrivastva
On Fri, Jul 1, 2011 at 6:54 PM, Mark Murphy  wrote:

> Then use multiple question marks. Or, better yet, use the insert()
> method to insert data into a database:
>
> public void insert(String name, String address, String type, String notes)
> {
>ContentValues cv=new ContentValues();
>
>cv.put("name", name);
>cv.put("address", address);
>cv.put("type", type);
>cv.put("notes", notes);
>
>getWritableDatabase().insert("restaurants", "name", cv);
>}
>
> On Fri, Jul 1, 2011 at 9:01 AM, NaveenShrivastva
>  wrote:
> >
> >
> > On Fri, Jul 1, 2011 at 5:55 PM, Mark Murphy 
> wrote:
> >>
> >> Use rawQuery() with ? placeholders rather than trying to concatenate
> >> everything yourself. Android and SQLite will properly quote and escape
> >> any strings as necessary.
> >>
> >> On Fri, Jul 1, 2011 at 8:13 AM, NaveenShrivastva
> >>  wrote:
> >> > Sir my sql statement is
> >> > String sql = "insert into tblLocations
> (locType,locUrl,refUuid)
> >> > values ("+
> >> >
> >> >
> map.get("type").toString()+","+map.get("URL").toString()+","+refuuid+")";
> >> >
> >> > getting value from hashmap then inserting .What is mistake hare
> .please
> >> > help
> >> > me
> >> >
> >> >
> >> >
> >> > On Fri, Jul 1, 2011 at 5:40 PM, NaveenShrivastva
> >> >  wrote:
> >> >>
> >> >> Thx sir i am trying
> >> >>
> >> >> On Fri, Jul 1, 2011 at 5:33 PM, Mark Murphy  >
> >> >> wrote:
> >> >>>
> >> >>> You need to quote your strings, as you do in just about every SQL
> >> >>> database ever invented.
> >> >>>
> >> >>> On Fri, Jul 1, 2011 at 7:56 AM, naveen kumar
> >> >>>  wrote:
> >> >>> >  Caused by: android.database.sqlite.SQLiteException: unrecognized
> >> >>> > token: ":": , while compiling: insert into tblShows
> >> >>> > (shIcon,shSummary,shGenres,shName,shType,shUuid,localIcon) values
> >> >>> >
> >> >>> > (
> http://a725.phobos.apple.com/us/r1000/054/Video/e4/50/b7/mzl.qynukdwm.
> >> >>> > 133x100-99.jpg,,Comedy,30 Rock,tv,S00281,show_S00281.png)
> >> >>> >
> >> >>> > --
> >> >>> > 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
> >> >>> > For more options, visit this group at
> >> >>> > http://groups.google.com/group/android-developers?hl=en
> >> >>> >
> >> >>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>> Mark Murphy (a Commons Guy)
> >> >>> http://commonsware.com | http://github.com/commonsguy
> >> >>> http://commonsware.com/blog | http://twitter.com/commonsguy
> >> >>>
> >> >>> _Android Programming Tutorials_ Version 3.5 Available!
> >> >>>
> >> >>> --
> >> >>> 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
> >> >>> For more options, visit this group at
> >> >>> http://groups.google.com/group/android-developers?hl=en
> >> >>
> >> >>
> >> >> --
> >> >> Naveen Shrivastava
> >> >> BCA+MCA(LAST SEM)+O/A/B Level(DOEACC SOCITY IT GOVT INDIA)
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Naveen Shrivastava
> >> > BCA+MCA(LAST SEM)+O/A/B Level(DOEACC SOCITY IT GOVT INDIA)
> >> >
> >> > --
> >> > 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
> >> > For more options, visit this group at
> >> > http://groups.google.com/group/android-developers?hl=en
> >>
> >>
> >>
> >> --
> >> Mark Murphy (a Commons Guy)
> >> http://commonsware.com | http://github.com/commonsguy
> >> http://commonsware.com/blog | http://twitter.com/commonsguy
> >>
> >> _Android Programming Tutorials_ Version 3.5 Available!
> >>
> >> --
> >> 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
> >> For more options, visit this group at
> >> http://groups.google.com/group/android-developers?hl=en
> >
> > Hello sir,
> >
> > Please refer the link
> >
> >
> http://sagistech.blogspot.com/2010/07/notes-on-android-sqlite-bukl-insert.html
> >
> > This example have only one table column.
> >
> > i want to use many columns for bind
> >
> > db =
> >
> openOrCreateDatabase("dvrAppDb.sqlite",SQLiteDatabase.CREATE_IF_NECESSARY,null);
> >
> > db.beginTransaction();
> >
> >

[android-developers] Re: Intent / PendingIntent

2011-07-01 Thread kypriakos

Right - and this is not a blocking operation but rather an
asynchronous
callback to the onActivityResult right? For some reason the callback
was not occurring but I think I found an issue in the spawned thread.

Thanks Kostya, I got it ...

On Jun 30, 1:53 pm, Kostya Vasilyev  wrote:
> Um, startActivityForResult?
>
> --
> Kostya Vasilyev
> 30.06.2011 21:47 пользователь "kypriakos"  написал:
>
>
>
>
>
>
>
>
>
> > Hi all,
>
> > I have a process that creates and starts an Intent with the
> > startActivity. I want the
> > process to wait for continuous results returned from the activity
> > while the activity
> > is executing and a final result once it is finished. Would the
> > PendingActivity API
> > help me with this or is there anything else in the API I can use?
>
> > Thanks
>
> > --
> > 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
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Multiple image on single image.

2011-07-01 Thread Satya
I want to create a bitmap / image which has many images like
"Collage" which has more then one images in a single picture.
I have overlay all my images in a view but now i want to create a
single image from all those images. And even i implement image move
but can't implement rotation and re-size image.
so what can be the way to do this ? any sort of help / example
will be helpful.




Thanks
Satya

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Caused by: android.database.sqlite.SQLiteException: unrecognized token: ":": , while compiling: insert into tblShows (shIcon,shSummary,shGenres,shName,shType,shUuid,localIcon)

2011-07-01 Thread Mark Murphy
Then use multiple question marks. Or, better yet, use the insert()
method to insert data into a database:

public void insert(String name, String address, String type, String notes) {
ContentValues cv=new ContentValues();

cv.put("name", name);
cv.put("address", address);
cv.put("type", type);
cv.put("notes", notes);

getWritableDatabase().insert("restaurants", "name", cv);
}

On Fri, Jul 1, 2011 at 9:01 AM, NaveenShrivastva
 wrote:
>
>
> On Fri, Jul 1, 2011 at 5:55 PM, Mark Murphy  wrote:
>>
>> Use rawQuery() with ? placeholders rather than trying to concatenate
>> everything yourself. Android and SQLite will properly quote and escape
>> any strings as necessary.
>>
>> On Fri, Jul 1, 2011 at 8:13 AM, NaveenShrivastva
>>  wrote:
>> > Sir my sql statement is
>> >         String sql = "insert into tblLocations (locType,locUrl,refUuid)
>> > values ("+
>> >
>> > map.get("type").toString()+","+map.get("URL").toString()+","+refuuid+")";
>> >
>> > getting value from hashmap then inserting .What is mistake hare .please
>> > help
>> > me
>> >
>> >
>> >
>> > On Fri, Jul 1, 2011 at 5:40 PM, NaveenShrivastva
>> >  wrote:
>> >>
>> >> Thx sir i am trying
>> >>
>> >> On Fri, Jul 1, 2011 at 5:33 PM, Mark Murphy 
>> >> wrote:
>> >>>
>> >>> You need to quote your strings, as you do in just about every SQL
>> >>> database ever invented.
>> >>>
>> >>> On Fri, Jul 1, 2011 at 7:56 AM, naveen kumar
>> >>>  wrote:
>> >>> >  Caused by: android.database.sqlite.SQLiteException: unrecognized
>> >>> > token: ":": , while compiling: insert into tblShows
>> >>> > (shIcon,shSummary,shGenres,shName,shType,shUuid,localIcon) values
>> >>> >
>> >>> > (http://a725.phobos.apple.com/us/r1000/054/Video/e4/50/b7/mzl.qynukdwm.
>> >>> > 133x100-99.jpg,,Comedy,30 Rock,tv,S00281,show_S00281.png)
>> >>> >
>> >>> > --
>> >>> > 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
>> >>> > For more options, visit this group at
>> >>> > http://groups.google.com/group/android-developers?hl=en
>> >>> >
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Mark Murphy (a Commons Guy)
>> >>> http://commonsware.com | http://github.com/commonsguy
>> >>> http://commonsware.com/blog | http://twitter.com/commonsguy
>> >>>
>> >>> _Android Programming Tutorials_ Version 3.5 Available!
>> >>>
>> >>> --
>> >>> 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
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/group/android-developers?hl=en
>> >>
>> >>
>> >> --
>> >> Naveen Shrivastava
>> >> BCA+MCA(LAST SEM)+O/A/B Level(DOEACC SOCITY IT GOVT INDIA)
>> >>
>> >
>> >
>> >
>> > --
>> > Naveen Shrivastava
>> > BCA+MCA(LAST SEM)+O/A/B Level(DOEACC SOCITY IT GOVT INDIA)
>> >
>> > --
>> > 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
>> > For more options, visit this group at
>> > http://groups.google.com/group/android-developers?hl=en
>>
>>
>>
>> --
>> Mark Murphy (a Commons Guy)
>> http://commonsware.com | http://github.com/commonsguy
>> http://commonsware.com/blog | http://twitter.com/commonsguy
>>
>> _Android Programming Tutorials_ Version 3.5 Available!
>>
>> --
>> 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
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
> Hello sir,
>
> Please refer the link
>
> http://sagistech.blogspot.com/2010/07/notes-on-android-sqlite-bukl-insert.html
>
> This example have only one table column.
>
> i want to use many columns for bind
>
> db =
> openOrCreateDatabase("dvrAppDb.sqlite",SQLiteDatabase.CREATE_IF_NECESSARY,null);
>
>         db.beginTransaction();
>
>         SQLiteStatement insert = null;
>         try {
>             String sql = "insert into tblShows
> (shIcon,shSummary,shGenres,shName,shType,shUuid,localIcon) values
> (?,?,?,?,?,?,?)";
>             insert = db.compileStatement(sql);
>
> System.out.println("s=="+sql);
>
>
>         for (int i = 0; i < shIc

Re: [android-developers] Implementing a REST web Server and Client in android device.

2011-07-01 Thread Streets Of Boston
We were contemplating putting an iJetty server on the phone with our app.
Our app does require a server connection and you can't do a self-sign-up. 
With iJetty, we would be able to show some demo-like behavior of our app, by 
having the user specify 'localhost' for the main entry point URL into 
the 'server'. We abandoned this idea, though :-)

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: em...@android.com

2011-07-01 Thread Jorge Luis
yes.

2011/7/1 souissi haythem 

> are you sure???
>
> On Jul 1, 3:04 pm, Jorge Luis  wrote:
> > yes.
> >
> > 2011/7/1 souissi haythem 
> >
> >
> >
> > > Why, it's only for person who work in android sociaty???
> >
> > > On Jul 1, 2:50 pm, Jorge Luis  wrote:
> > > > no.
> >
> > > > 2011/7/1 souissi haythem 
> >
> > > > > can i  have an émail   :   myn...@android.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 this group, send email to
> > > > > android-developers+unsubscr...@googlegroups.com
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/android-developers?hl=en
> >
> > > > --
> > > > Jorge Luis Ferrari Cé
> > > > Desenvolvedor / Web Designer
> > > > Siga @JLFerrari
> >
> > > --
> > > 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
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
> >
> > --
> > Jorge Luis Ferrari Cé
> > Desenvolvedor / Web Designer
> > Siga @JLFerrari
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Jorge Luis Ferrari Cé
Desenvolvedor / Web Designer
Siga @JLFerrari

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Implementing a REST web Server and Client in android device.

2011-07-01 Thread Streets Of Boston
I've tried to use iJetty. I followed their instructions and it worked.
Note that your war file can't use many pieces of J2EE's functionality... 
it's just not available on iJetty.

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: About All apps Launcher Button

2011-07-01 Thread bhavani sankari
To override default HomeScreen Is there any limitions on using
widgets.
In my splash activity i'm using Linearlayout,Textview, Image view
only.
But still not getting displayed properly.

Please help

On Jul 1, 2:47 pm, bhavani sankari  wrote:
> Thanks!
>
> I have stripped out all apps except my application since i'm
> developing for non phones.I have registered for
> RECEIVE_BOOT_COMPLETED.After bootup,I got the default Home screen (i.e
> with all app button)then i got my application launched by itself.
>
> I tried removing default home screen and wanted my application to
> launch immediately after bootup.
>
> I got succeeded to some extent.Now my app got displayed after boot
> up(default home screen removed)
> Through,
>
>      android:screenOrientation="portrait" >
>             
>                  
>                 
>                   android:name="android.intent.category.DEFAULT" />
>             
>         
>
> But I'm seeing new issue here.My splash screen is getting displayed in
> landscape mode eventhough i have specified it as portrait.
>
> Any suggestions
>
> Thanks
> Bhavani
>
> On Jun 29, 7:14 pm, Mark Murphy  wrote:
>
> > Step #1: Make your application be a home screen (see the Home sampleappin 
> > the SDK).
>
> > Step #2: Have your application installed in the firmware as the
> > device's home screen (for firmware discussions, 
> > visithttp://source.android.com, as that is out of scope for this list).
>
> > On Wed, Jun 29, 2011 at 10:04 AM, bhavani sankari  
> > wrote:
> > > HiAll,
>
> > > I am developing a appilication for non phones.I have a requirement to
> > > skipAllappLauncher Screen and to launch my application after
> > > bootup.
>
> > > How to achieve this?
>
> > > Thanks
> > > Bhavani
>
> > > --
> > > 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
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
>
> > --
> > Mark Murphy (a Commons 
> > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> > Android Training in Oslo:http://bit.ly/fjBo24
>
>

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: em...@android.com

2011-07-01 Thread souissi haythem
are you sure???

On Jul 1, 3:04 pm, Jorge Luis  wrote:
> yes.
>
> 2011/7/1 souissi haythem 
>
>
>
> > Why, it's only for person who work in android sociaty???
>
> > On Jul 1, 2:50 pm, Jorge Luis  wrote:
> > > no.
>
> > > 2011/7/1 souissi haythem 
>
> > > > can i  have an émail   :   myn...@android.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 this group, send email to
> > > > android-developers+unsubscr...@googlegroups.com
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
>
> > > --
> > > Jorge Luis Ferrari Cé
> > > Desenvolvedor / Web Designer
> > > Siga @JLFerrari
>
> > --
> > 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
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Jorge Luis Ferrari Cé
> Desenvolvedor / Web Designer
> Siga @JLFerrari

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: em...@android.com

2011-07-01 Thread Jorge Luis
yes.

2011/7/1 souissi haythem 

> Why, it's only for person who work in android sociaty???
>
> On Jul 1, 2:50 pm, Jorge Luis  wrote:
> > no.
> >
> > 2011/7/1 souissi haythem 
> >
> > > can i  have an émail   :   myn...@android.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 this group, send email to
> > > android-developers+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
> >
> > --
> > Jorge Luis Ferrari Cé
> > Desenvolvedor / Web Designer
> > Siga @JLFerrari
>
> --
> 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
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Jorge Luis Ferrari Cé
Desenvolvedor / Web Designer
Siga @JLFerrari

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

  1   2   >