[android-developers] Re: attach remoteviews from service to viewgroup inside activity (not widget)

2013-05-21 Thread miten
. Thanks a lot. Regards, Miten. On Monday, 20 May 2013 16:26:05 UTC+5:30, Piren wrote: > > No they cannot be directly added, they need to be inflated and the > resulting view (not the removeview) should be added...which is what i asked > you. > > FFS, before you direct someon

[android-developers] Re: attach remoteviews from service to viewgroup inside activity (not widget)

2013-05-20 Thread miten
am myself newbie in this. Regards, Miten. On Sunday, 19 May 2013 21:15:03 UTC+5:30, Piren wrote: > > You mentioned apply, invalidate and forcelayout... you never mentioned you > actually added the view to the activity content... you did do that, right? > > On Sunday, May 19,

[android-developers] attach remoteviews from service to viewgroup inside activity (not widget)

2013-05-19 Thread miten
linearlayout. I have tried remoteviews.apply(activity, viewgroup) call and also tried invalidate, forceLayout on the viewgroup but the activity does not show the remoteviews. can one point me to example or snippet that explain how to resolve this issue ? Regards, Miten. -- -- You received this

Re: [android-developers] Re: zygote preloading jars

2013-03-22 Thread miten
+5:30, Mark Murphy (a Commons Guy) wrote: > > On Fri, Mar 22, 2013 at 7:55 AM, miten > > wrote: > > It seems that this is google play store filter. If I try to deploy to > > emulator by first pushing shared framework and then the using apk it > > complains on mis

[android-developers] Re: zygote preloading jars

2013-03-22 Thread miten
platform.xml and push to device 2) push shared jars to devices 3) upload apk to google play store 4) install using google play store the apk Regards, msm. On Friday, 22 March 2013 18:34:09 UTC+5:30, skink wrote: > > > > miten wrote: > > Hi, > > > > It seems that this is

[android-developers] Re: zygote preloading jars

2013-03-22 Thread miten
: > > > > miten wrote: > > Hi, > > > > I have few apps (apks) which share common framework (jar). Instead of > > saving jar in each apk I guess it would be more efficient to preload > them > > from common location which will reduce apk size as well as memory.

[android-developers] zygote preloading jars

2013-03-21 Thread miten
to package the shared jar differently and store it in some specific location (ex. like in tomcat we have specific locations for classes stored for all webapps on tomcat). Regards, Miten. -- -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] chronometer - elapsedTime 1 sec more than displayed time at times

2011-05-08 Thread miten
Hi, Chronometer as stopwatch is code as below. But it seems some how elapsedTime is 1 sec or so at times counted more than the reading on chronometer. I have tried to set the startTime, base time etc. to favor calculating the correctly but no good. any one can spot the error. logic: allow sta

[android-developers] HelloAndroid] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!

2011-04-07 Thread miten
/android_usb_windows ./android-sdk-windows/platform-tools ./android-sdk-windows/platform-tools/lib Probably its simple setup issue. Please guide. Regards, Miten. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to