[android-developers] Converting android app to html/xml and css.

2011-03-16 Thread kunal khaire
I know with utilites like phonegap etc we can convert our webapps into native andorid apps.I was not sure if the opposite can happen(converting android app into a web app).Please help with your suggestions if you have come across any. Thanks,DP -- You received this message because you are subscr

Re: [android-developers] Careful, Dell Streak 7 ignores manifest setting for Orientation

2011-02-15 Thread kunal khaire
On Feb 13, 2011 9:52 PM, "Kim" wrote: > I have found tht when the Streak 7 goes to sleep, the last thing it > does is issue an onDestroy() followed by an onCreate() to my app and > then pauses the cpu shortly later. A look at logcat shows me that this > is caused by Dell deciding to change the ori

[android-developers] Want to read data @ content provider before system initialisation

2010-08-11 Thread kunal khaire
Hi All, I need to read the data at a content provider before the system actually initialises. Probably what i understand is that a boot complete intent would launch a homescreen activity.Exactly before the system initialises i want to see the data provided by the content provider and use it.I d

[android-developers] Content Provider for shared preferences. ?

2010-08-11 Thread kunal khaire
Hi All, Shared Preferences are as such used to keep the data static and available.Is there a chance that i can use this ahred preference values over a content uri and make accessible to all ? Thanks -- You received this message because you are subscribed to the Google Groups "Android Develope

[android-developers] Re: Want to read data @ content provider before system initialisation

2010-08-10 Thread kunal khaire
Hi All , Need this badly,could someone please see this and respond. On Tue, Aug 10, 2010 at 10:08 PM, kunal khaire wrote: > Hi All, > > > In my app i need to read the data at a content provider before the system > actually initialises. > > Probably what i understand is

[android-developers] Want to read data @ content provider before system initialisation

2010-08-10 Thread kunal khaire
Hi All, In my app i need to read the data at a content provider before the system actually initialises. Probably what i understand is that a boot complete intent would launch a homescreen activity.Exactly before the system initialises i want to see the data provided by the content provider and

[android-developers] ActivtyGroup - problem returning to the root activity.

2010-07-30 Thread kunal khaire
Hi All, Probably not known to me but i do not find this happening with Android-ActivityGroup I have a service-bind() in the root activity of a activitygroup and in the same frame two redirector buttons for two activities. *public class RemoteServiceBinding extends ActivityGroup {* *