[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: Any way to transfer Android ID from App environment to Browser on Android phone

2009-08-13 Thread rch
...@commonsware.com wrote: rch wrote: Is there a way to access System.ANDROID_ID on webkit browser on Android phone G1? Build your own app, embedding the WebView browser widget, and you can expose that information via addJavascriptInterface()...to any Web page on the planet that chooses to look that you

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

2009-07-29 Thread Rch
://www.odesk.com/groups/android PG On Jul 28, 7:28 pm, Rch ruchi...@gmail.com wrote: 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

[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 group, send

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

2009-07-28 Thread Rch
opportunities 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 mmur...@commonsware.com wrote: Rch wrote: Can any of suggest a place where I can hire remote Android developers. I want to build an app soon. If you are willing

[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

[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