i Sent from my iPhone
On 2013-8-16, at 下午2:17, [email protected] wrote: > Today's Topic Summary > Group: http://groups.google.com/group/android-developers/topics > > Using EasyTracker with SherlockFragmentActivity [2 Updates] > When to close db connection on android? [1 Update] > How to animate a bar which grows in height [6 Updates] > Which niche of Android app generates the most revenue or is likely to > generate the most revenue in the future? [1 Update] > Abridged summary of [email protected] - 16 Messages in 12 > Topics [1 Update] > Why the memory usiage is kept on raising when running an application on > Android Emulator with GPU support [1 Update] > close on minimise application [2 Updates] > Using EasyTracker with SherlockFragmentActivity > igor ganapolsky <[email protected]> Aug 15 12:42PM -0700 > > I am having a hard time using Google Analytics EasyTracker in my Activities > that extend SherlockFragmentActivity. When I try to use > EasyTracker.getInstance().activityStart(this);in onStart, the ...more > Back to top. > > TreKing <[email protected]> Aug 15 09:39PM -0500 > > > > I am having a hard time using Google Analytics EasyTracker in my > > Activities that extend SherlockFragmentActivity. > > > Are you saying that this works otherwise? > ...more > Back to top. > > When to close db connection on android? > Sayooj valsan <[email protected]> Aug 15 11:39AM -0700 > > But what if you need to close the connection and you don't want to put it > in the onDestroy, coz the onDestroy gets called when you change the > orientation. > > We don't need to keep closing and ...more > Back to top. > > How to animate a bar which grows in height > Daniel Rindt <[email protected]> Aug 15 07:53AM -0700 > > Hello, > > i try to let grow a bar which actually is a simple View with a color in > hight for animating a voting display. My code looks like this: > > ScaleAnimation anim = new ...more > Back to top. > > Nobu Games <[email protected]> Aug 15 08:52AM -0700 > > Hi Daniel, > > can you post the layout in which these bars are embedded? You may be able > to solve it with some "bottom gravity" setting in the parent container > layout > > On Thursday, August 15, ...more > Back to top. > > Daniel Rindt <[email protected]> Aug 15 06:23PM +0200 > > 2013/8/15 Nobu Games <[email protected]> > > > > can you post the layout in which these bars are embedded? You may be able > > to solve it with some "bottom gravity" setting in the parent ...more > Back to top. > > Nobu Games <[email protected]> Aug 15 11:24AM -0700 > > I'm not sure if that really works properly with animations, since I'm not > sure how and if they trigger re-layouts. But in theory you could try > android:gravity="bottom" in your RelativeLayout or ...more > Back to top. > > Nobu Games <[email protected]> Aug 15 11:26AM -0700 > > Shoot! I just saw that you're using alignParentBottom... so that may answer > my doubts about Animations and re-layouts. It probably doesn't work. At > least not with that attribute :-/ > ...more > Back to top. > > Nobu Games <[email protected]> Aug 15 11:29AM -0700 > > Shoot! I just saw that you're using alignParentBottom... > > Maybe you can just tweak the ScaleAnimation and feed it with negative > values or flip the from / to values > > > > On Thursday, August 15, ...more > Back to top. > > Which niche of Android app generates the most revenue or is likely to > generate the most revenue in the future? > navanshu <[email protected]> Aug 15 07:25AM -0700 > > ...more > Back to top. > > Abridged summary of [email protected] - 16 Messages in 12 > Topics > Ashish Kr <[email protected]> Aug 15 06:12PM +0530 > > Also, this might help: > > http://stackoverflow.com/questions/15490770/android-emulator-memory-usage-keeps-increasing > > > > -- > > the people who are the hardest to love, are the ones that need it the ...more > Back to top. > > Why the memory usiage is kept on raising when running an application on > Android Emulator with GPU support > kowalski <[email protected]> Aug 15 05:40AM -0700 > > Have you profiled your code? See if it's optimized? Any O(n^2) code parts > that are eating up CPU time? > Beyond that, check these if you haven't already. > > > 1. Analyzing the memory usage of your ...more > Back to top. > > close on minimise application > passer <[email protected]> Aug 15 04:29AM -0700 > > But how activity knows if user already authenticated. > > if I use static variable isAuthenticated. Value of this variable will > "true" after application minimized. and the problem remains. > ...more > Back to top. > > Johan Appelgren <[email protected]> Aug 15 04:57AM -0700 > > You could have a timestamp set in onPause that you check in > onCreate/onResume. If it has been too long redirect to your login activity. > > On Thursday, August 15, 2013 1:29:55 PM UTC+2, passer ...more > Back to top. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

