[android-developers] Re: Any way to transfer Android ID from App environment to Browser on Android phone

2009-08-13 Thread rch
device id common across all of them. The only exception is browser. Browser cannot get the device id. If there is a way then there is parity across all the apps and browser. Browser is also one kind of content App if you generalize it. Thanks, Ravi. On Aug 13, 5:27 pm, Mark Murphy wrote: > rch wr

[android-developers] Any way to transfer Android ID from App environment to Browser on Android phone

2009-08-13 Thread rch
Is there a way to access System.ANDROID_ID on webkit browser on Android phone G1? If not, is there a way we can reliably connect the System.ANDROID_ID with some cookie on the mobile web browser? I am just looking for a way to track the user uniquely across App and Browser. Any thoughts? --~--~---

[android-developers] Re: Where can I find good remote Android developers?

2009-07-29 Thread Rch
ww.odesk.com/groups/android > > PG > > On Jul 28, 7:28 pm, Rch wrote: > > > Hi > > > Can any of suggest a place where I can hire remote Android developers. > > I want to build an app soon. > > > - Rch --~--~-~--~~~---~--~~ Yo

[android-developers] Re: Where can I find good remote Android developers?

2009-07-28 Thread Rch
pportunities out there. :) > > Rch, > > I'd be interested go see what type of app you are looking for. > > On Jul 28, 5:33 pm, Mark Murphy wrote: > > > Rch wrote: > > > Can any of suggest a place where I can hire remote Android developers. > > > I want t

[android-developers] Where can I find good remote Android developers?

2009-07-28 Thread Rch
Hi Can any of suggest a place where I can hire remote Android developers. I want to build an app soon. - Rch --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Question regarding adding a view that can overlap other views in the layout/activity.

2009-04-19 Thread rch
Is it possible to add a view dynamically that overlaps other views in the layout. I have Linear Layout defined for the activity. As part of the Layout I have a custom View. The content changes dynamically and sizes appropriately based on the content size, with fill_parent for width and wrap_conte

[android-developers] WebView - issues with back button

2009-04-09 Thread rch
Step 1: I am subclassing WebView and rendering html content properly. The intial content is very small with a div and image /link This is displayed in a LInear Layout along with a TextView and ListView. That is my first screen/activity of the application. Step 2: When I click on a link on this we