Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 14 Messages in 7 Topics
i
Sent from my iPhone
Sent from my iPhone
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 android-developers@googlegroups.com - 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]
igor ganapolsky <eazyigz@gmail.com> 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
TreKing <trekingapp@gmail.com> 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
Sayooj valsan <chapooty@gmail.com> 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
Daniel Rindt <daniel.rindt@gmail.com> 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
Nobu Games <dev.nobu.games@gmail.com> 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
Daniel Rindt <daniel.rindt@gmail.com> Aug 15 06:23PM +0200
2013/8/15 Nobu Games <dev.nobu.games@gmail.com>
> 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
Nobu Games <dev.nobu.games@gmail.com> 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
Nobu Games <dev.nobu.games@gmail.com> 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
Nobu Games <dev.nobu.games@gmail.com> 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
Ashish Kr <ronnieaka@gmail.com> 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
kowalski <ronnieaka@gmail.com> 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
passer <passer713@gmail.com> 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
--
Johan Appelgren <johan.appelgren@gmail.com> 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
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home