onResume is an Activity life-cycle event generated by the Android OS when an Activity becomes the top-most one in the stack.
1
vote
1answer
8 views
Cocos2dx Android I'm broken phenomenon after the launch is an image sprite onResume Activity
CCTexture2D *t = new CCTexture2D();
t->initWithData(imageData, kCCTexture2DPixelFormat_RGBA8888, sprite->getTexture()->getPixelsWide(), sprite->getTexture()->getPixelsHigh(), ...
0
votes
0answers
25 views
Activity killed in background and ClassCastException when resumed?
This only happens after the activity has been in the background for some time. It does not happen if I press the "home" button and then a few seconds later reopen the app, restoring the previous ...
-1
votes
1answer
31 views
Get onResume Event out of the Android Activity [closed]
I wonder if I can get the onResume event out of the Android Activity.
Can someone tell me if it is possible or not and if it is, how I can do it.
Thanks.
-1
votes
1answer
24 views
execute recreate in onResume(), the new activity instance's life cycle not right [closed]
When my activity is perform onResume(),I need execute recreate method(which is provided after api-level 11) because of state has changed.The activity destroyed normally, and new activity instance ...
0
votes
1answer
40 views
Why does this class, when the method onResume is called, give error NullPointerException?
public class Scores extends Activity {
TextView tvPoints;
TextView tvRecord;
int record = 0;
int points = 0;
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO ...
2
votes
4answers
50 views
How to trigger a method during app launch? (Android)
I'm trying to call a method when a user launch my application (no matter it is a fresh launch, or a return to it after hiding by home buttton)
For iOS, we can put the method in ...
0
votes
2answers
25 views
Semi-persisting data for one screen only
what Iam doing is a simple game which when beaten, goes to a new activity, there it starts a AsyncTask and submits user score to the server, server responds with a array of scores (few better than me, ...
0
votes
7answers
52 views
Restart Android activity on relaunch of application
I had 3 activities in an android application. The application will exit when I press back button in each activity. Using the following code.
When I press back from the third activity, the ...
0
votes
1answer
58 views
How to run a method of a fragment from an activity, using Tags?
I've got a little app in which I created three swipeable tabs using eclipse. One of these is a common fragment while the second and third are ListFragments each of them gets it's data from a Cursor.
...
0
votes
0answers
17 views
AsyncTask re-executing onresume
I have this little problem.
I fetch data from network into a ListView using AsyncTask. If I press on an item it takes me to another activity. Then, if I press the 'back' button, the AsyncTask does ...
0
votes
0answers
41 views
Loading data into fragments using AsyncHttp and updating views properly
Ive been working on a beta of a fairly large social app . Up until now I have just been loading data into my fragments like this (code below) Im using the AsyncHttp request lib you can find ...
1
vote
1answer
151 views
Android - Remove Google Maps Fragment onPause and add back onResume
I need to remove Google map fragment on Activity onPause event and add it back onResume event. How can i do this ?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
1answer
55 views
Weird situation on onClick(), if else condition is failing
I'm having a very weird situation in my app. I have an activity, on which I have log in button. On button click I'm checking whether user is logged in or not, and simultaneously showing proper ...
0
votes
1answer
41 views
onResume() equivalent for Fragments in Android
I am working on an application that does http requests to a server.
I have a TabBarController extending FragmentActivity that controls the fragments through 3 buttons. Each button shows a specific ...
0
votes
1answer
115 views
Android: onResume/onPause and mediaplayer
I have two activities, homework and closer. I have a song playing in homework but when a button is pressed, the media player pauses and closer is opened. In my onPause function, I'm trying to pause ...
0
votes
2answers
77 views
Android: Activity onResume
I have two activities, homework and closer. I have a song playing in homework but when a button is pressed, the media player pauses and closer is opened. In my onResume function for homework, I'm ...
-1
votes
1answer
107 views
onResume not called after app in background or phone sleep
I have problem with resuming my app - when it goes to background due to something else opened (for example I call intent to open a navigation), or because phone sleeps; after return (another activity ...
0
votes
1answer
14 views
Activity Lifecycle - onStart, onStop
I've read all the documents and explains the lifecycle, but one thing I'm missing is: Does onStop and onStart have to be present (even if they are empty methods) in the Activity for the activity to ...
0
votes
1answer
29 views
Where to call code after network status was changed
I am working on an Android app, that needs to be connected to the internet in order to work(to populate a listView). So obviously, when i enter in it, i check to see if there is a connection (this ...
0
votes
4answers
106 views
Calling onResume method after an alert is dismissed in Android?
I want to know if when the user presses "Yes" on an alert dialog and this one is dismissed, that event executes the onResume method of the activity in which the user is in.
Because I have a "Clean" ...
5
votes
3answers
114 views
Fragment which is not top most in backstack is resumed
Given the application flow show in the graphic and textually described in the following.
Fragment 1 is the lowest fragment but not in the backstack by setting disallowAddToBackStack.
Fragment 2 ...
1
vote
1answer
74 views
AdMob - Disable request onPause()
I have read few articles on trying to stop adView when the app is hidden/minimised but this crashes my app.
This is my code, adView.LoadAd... and adView.stopLoading both crashes the app on startup.
...
0
votes
1answer
52 views
How to create activity for browse a url with onpause and onresume?
Can you please help me on this?
How to create a activity which runs a url at oncreate method if Internet connection is available?
I want to check Internet connection is available or not every 5 ...
0
votes
1answer
98 views
Prevent onResume() function if Activity is loaded for the first time (without using SharedPreferences)
In my current application the onResume function is triggered when I load an Activity for the first time . I looked into the Activity Lifecycle, but I didn't find a way to prevent this from happening.
...
0
votes
2answers
46 views
activity onPause how to save the interface data
Hello I have in my app 2 activities and I want that when I switch between them the user interface and the Variables wont change is there any way to do it.
Thanks for the help
1
vote
2answers
89 views
How to start Login Activity if user wasn't active for 5 minutes:
I need to start the log in Activity if the user wasn't active for 5 minutes in the application
,without considering from what activity he left the application. (by not active for 5 minutes I mean ...
2
votes
6answers
150 views
How to use onResume()?
Can anyone give me an example that uses the onResume() in android. and I want to know if I want to restart the activity at the end of exectuion of an other what method is executed onCreate() or ...
0
votes
2answers
34 views
Component duplicated onResume
I've been searching this all over but no idea what happens...
when I come back to a previous activity my components are correctly initialized, but they have a new one on top of them...
I mean, on ...
1
vote
0answers
189 views
Fragment onResume() isn't called when using FragmentPagerAdapter
I need my fragments to always call a certain function when they are the active fragment, so I put it in onResume(), but it isn't being called.
Fragment A
@Override
public void onResume(){
...
1
vote
1answer
347 views
How to pause, and resume a TimerTask/ Timer
I have an animation in my Android app that flashes a TextView different colors. I've used a TimerTask, Timer, and Runnable method to implement this. What I need to do is stop the thread when a user ...
2
votes
0answers
222 views
Fragment onResume not called
I am having 4 (let's say 1,2,3 & 4) fragments. And at a time any one of them will be visible to User. In 2nd fragment I want to do something when user is coming on it.
Now when User navigated to ...
-2
votes
1answer
36 views
Android lifecycle/multithreading
I am developing an App that uses NFC.
When a new intent is discovered (NFC), the Activity goes to onStop state, then it executes onNewIntent code which executes a new Thread, in the middle of the ...
0
votes
1answer
50 views
How to draw to canvas on onResume
I have an android app that draws to a canvas. Up to now I've been drawing each time I create the app usine onCreate as such:
package com.example.drawdemo;
import android.app.Activity;
import ...
0
votes
2answers
44 views
Button syncronized with thread android
How create a button which pause the thread which is inside the loop and another button which
resumes.
Runnable myRun = new Runnable(){
public void run(){
for(int j =0 ;j<=words.length;j++){
...
0
votes
0answers
111 views
android NullPointerException in an activity that uses viewpagerindicator and fragments during onResume
I have an (sherlock)activity that uses actionbarsherlock, viewpagerindicator and 3 (sherlock)fragments.
The fragments are bound to the VPI using a static class that extends ...
0
votes
0answers
53 views
android get back bitmap after sharing through gmail
I am making a drawing app where the extended view is named DoodleView.
When drawing, it is allowed to load in a bitmap and paths drawn onto the bitmap inside the View DoodleView, and everything works ...
0
votes
0answers
102 views
Android CheckBox state is successfully reinstated after pressing back button, but not after pressing home button
If I press the back button to leave the activity and then return to it, the state of the checkboxes are reinstated in the onResume() method. When I press the home button, or if I lock the phone while ...
0
votes
1answer
90 views
Music is inconsistent. Plays choppy, pauses, and/or fast forwards [closed]
For some reason, when I initially start my application, the music starts as either somewhat choppy or gets ahead of itself. Are there any obvious fixes for this?
protected void onResume(){
...
1
vote
0answers
99 views
Resume ProgressBar in Activity from current running Service
I created an Android app that can downloading file.
I used Groundy library to support the service. And I created the NotiThread from this (but I edited it for support my requirement)..
Here is my ...
0
votes
2answers
186 views
Refreshing a View in onResume Android
How can I refresh my View to update? The reason I want to do this is because I have an ImageButton that will only be displayed if a certain condition is true. When the user navigates back to the ...
1
vote
1answer
119 views
Unpredictable behaviour caused by PackageManager.DONT_KILL_APP
The API docs of PackageManager.DONT_KILL_APP say:
Be careful when you set this since changing component states can make the containing application's behavior unpredictable.
Unfortunately they ...
0
votes
3answers
138 views
Replacing same fragment doesn't show anything
I'm trying to decide and show a fragment in activity's onResume method, but in case a previously added fragment is chosen again, then the activity goes blank.
Sample code (with one fragment):
...
1
vote
0answers
71 views
GyroListener created in onCreate() is null in onResume()
I create a GyroListener in onCreate() and use it in onResume(). Sometimes I get a NullPointerException in onResume(), but I don't understand how that can be, because onCreate() is always called be ...
2
votes
2answers
185 views
How to automatically test onResume behaviour by calling onDestroy using Robotium?
I am using Robotium to functionally test an Android app. I'd like to test the onResume behaviour after onDestroy has been called.
This post hints on using Instrumentation, but i can't get it to work.
...
0
votes
1answer
106 views
Android: onResume() crashes on HttpRequest to Google Places
Before making an HttpRequest to Google Places, I need to check for a connection.
If there is no active connection, it will display "No Connection" to the user, otherwise it will get the current ...
2
votes
1answer
181 views
How to mute and unmute it on the onPause and onResume
I'm having a problem when I set the audio to Mute on the onPause() and in the onResume() I try to unmute it but without success.
Code:
protected void onPause() {
super.onPause();
...
0
votes
1answer
92 views
SharedPreferences are being restored as defaults in onResume instead of the saved SharedPreferences values
I have a PreferenceActivity P that stores values to SharedPreferences. This is working--I am able to make selections from the lists and the summary values are displayed correctly.
The problem is ...
6
votes
7answers
681 views
Unable to resume activity
I am novice and trying to allow my ListView to refresh after my SQLite DB is updated. I am not receiving a compiling error after I revised my onResume() method. I am using a SimpleCursorAdapter to ...
5
votes
7answers
741 views
Android ListView refresh
I have a Listview which pulls and displays data from a sqlite DB. Data in the first column of the DB is displayed in the ListView and when clicked, an Activity starts showing the rest of the column ...
0
votes
1answer
178 views
surfaceview over camera surfaceview not visible after onResume
in my camera app i have two surfaceviews, one for preview the camera and one that draws a shape called tFrame(its type isTarget_Frame that extends surfaceView).
At the beggining it works correctly but ...





