Questions about creating or managing Activities in Android. In Android Applications, an Activity is a Component that provides a user interface allowing the user to do something. Simple examples are: dial the phone, take a photo, send an email, or view a map.
0
votes
2answers
19 views
How to know when activity is paused/resumd from inner view?
From a view (a custom status bar) I need to know when the activity is paused and resumed. Is it possible?
1
vote
0answers
15 views
android prevent dialog being displayed
I am writing an app which needs to send USSD messages to update my server and I am using the following to do so:
startActivityForResult( new Intent( Intent.ACTION_CALL, Uri.parse( "tel:" + ussd ) ), ...
0
votes
0answers
8 views
show imageView, so that backgound item should not be clickable
I want to show an ImageView on to of Activity when it launches, and want to make background item in the activity should not be clickable. so how can i do this, any idea, image should not cover whole ...
3
votes
1answer
18 views
Android application design: Right split between activities, services and threads?
I'm currently trying to finish the design of a larger app which is used for remote controlling wireless devices via a proprietary wireless bridge, a USB host device using CDC.
But right now I'm stuck ...
0
votes
1answer
20 views
Go back to previous activities
I have 2 Activities: DetailsBuildingActivity and EditBuildingActivity. DetailsActivity has a button to go to the EditBuildingActivity, to edit properties of the building (like name, size, etc). After ...
0
votes
1answer
19 views
How to display a splash screen while making fragment transaction?
I want to display a splash screen with a spinner while making the transaction below. (It takes time to prepare)
Fragment newFragment = new ExampleFragment();
FragmentTransaction transaction = ...
1
vote
1answer
23 views
Force close on new activity launch from listview
I have a listView in which I am using Parcelable in order to send my object to the next activity so it can display info from that selected object from the list. When I click on the item and try and ...
1
vote
0answers
24 views
Android: starActivityForResult and Fragment issue
I have a simple question for you:
If starActivityForResult() is called in an Activity, onActivityResult() is called back only in that Activity and NOT in the attached Fragments;
If ...
0
votes
2answers
42 views
MainActivity fails on phone
I'm doing a very simple example where I want a button to generate a notification. I'm not looking for interactivity (so no Intent); just that a simple notification should be published.
The UI contains ...
0
votes
0answers
21 views
Updatable Widget for Android
What i have: I've created a Android application using PhoneGap. PhoneGap doesn't have API to work with WiFi, so i wrote myself a plugin, which initiates a scan for WiFi hotspots and, if it finds the ...
0
votes
0answers
11 views
Persist data within a text view while calling 2 or more methods interchangibly
i have two textview with the same activity.
One text view gets data from a second activity and puts the data in the text view using onActivityResult.
The second text view gets data from the ...
0
votes
1answer
51 views
IBM Worklight - exception when trying to open application in Android device
I am totally new to Worklight, and I am helping to work on a project which is shared on CVS. First time, my co-work help me set up everything and the app runs okay on my Samsung SII 2.3 version phone. ...
0
votes
7answers
56 views
Starting new activity via using button
I have a problem about starting a new activity via using button.
I already checked the previous questions related to mine problem, one of them is almost same but solutions didn't work out for me. So ...
0
votes
1answer
14 views
Upgrade receiver trigger multiple times
I am currently facing a problem in my application where application upgrade receiver is called multiple times. Below is the manifest code:
<receiver android:name=".receiver.UpgradeReceiver">
...
0
votes
0answers
39 views
Android - Call class into MainActivity
I have two separate classes, One is the main class and has all the graphics and the UI, the other is a navigation drawer, how can I include the navigation drawer class in the main class
This is the ...
1
vote
2answers
44 views
Android backround service
I am building an Android application.
I am trying to do a running app. this means I will need a background service running and counting my GPS data and report that to the activity.
But - I want the ...
0
votes
2answers
47 views
How can I stop my activity from being destroyed when I rotate the emulator?
I currently have two activities: MainActivity and DisplayActivity. When I run my application and rotate the emulator, the activities get destroyed.
How do I make sure that my activity doesn't get ...
0
votes
2answers
27 views
Refresh activity on phone wakeup?
In the case where the user suspends the phone when an activity is shown, and then later resumes the phone with the activity shown, I'd like to refresh the data. But the onStart() does not get called ...
0
votes
1answer
23 views
Android : Replacing a fragment inside an Activity's onPause() method gives NullPointerException
I am trying to learn fragments in android and trying to replace fragment with another one in the Activity's onPause() method when the activity pauses.
My code for onPause method is :-
public void ...
0
votes
0answers
16 views
adding the view to my another view which is set by setcontentView( ) in my main activity
package com.fragments.diesl;
import android.app.ActionBar.LayoutParams;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import ...
1
vote
1answer
39 views
NullPointerException when i try open an activity with an Intent
I have made an android app in wich an aactivity opens another.The one that opens is:
package com.tendariuspro.oz;
import android.app.Activity;
import android.content.Intent;
import ...
0
votes
1answer
24 views
Need to stop an app that was launched via Context.startActivity();
My app launches an app to display images selected by the user, but it needs to be able to terminate the displayer app on certain conditions. Here's what I have so far:
Uri attachmentUri = ...
0
votes
0answers
20 views
Subclassing application, Launching nested activities, and detect when last one has exit
I'd like someone to help me with this question regarding an application lifecycle.
My App starts an activity StoryActivity, that can launch other instances of itself, so when the user presses the ...
2
votes
2answers
44 views
Show ProgressDialog while other activity is loading
This question has been asked before, but the answers I've found weren't useful in my case.
When the user presses a button in Activity 1, Activity 2 is opened. Activity 2 has to load some data that ...
1
vote
2answers
15 views
Context null when opening camera in landscape from portrait activity
I opening the camera from a portrait activity. On activity result I am calling a asynctask and passing context of activity in it. If I opens camera in portrait mode everything works fine but in ...
2
votes
1answer
26 views
Android link between two activities in the same package
I have built an Android application with two activities: LoginActivity and RegisterActivity. I need to switch between them using the "a href" tag. So i did this in my AndroidManifest.xml file.
...
0
votes
0answers
4 views
How to add theme to an activity other then default
I have a default theme which i defined in AndroidManifest.xml under application tag. For all the activity I want the same theme but one of the activity i want different theme.
<application
...
0
votes
2answers
51 views
Open a screen one time only
In MainActivity, I call SincActivity.
This screen has a "start" button, a TextView and a ProgressBar to show the status.
The button start an AsyncTask. This AsyncTask updates the components on the ...
0
votes
2answers
27 views
run a thread behind activities in android
Im developing for an android aplication and I need to run a thread in the background that is going to be check the current gps and show an activity depending of the current location data but the ...
0
votes
0answers
14 views
View not attached to window manager - code design
I have a very specific design question with regards to handling this error in Android - "View not attached to window manager".
Note: I have already seen other threads with solutions ranging from ...
0
votes
2answers
18 views
Keyboard not showing on activity start: Android phones
I have an edittext in my activity, and on activity and on create view
I am setting the focus on the activity. while setting focus, I am also
trying to show the keyboard. It works on some devices, but ...
-2
votes
2answers
31 views
What's the best way to implement Settings in my application? [closed]
I'm trying to add a screen to my application where the user can change the settings on the app and perform certain actions like clearing cache; changing default values, etc.
I'm new to Android, and ...
0
votes
0answers
35 views
When i press power key to lock the screen, onResume is called after onPause
When i press power key in my android game, the activity's onPaused get called as expected, but onResume is also get called after that, which cause the game music playing with lock screen turned on. ...
1
vote
1answer
35 views
On Android 2.3.5, NullPointerException when enableForegroundDispatch(…)
I have implemented the NFC foreground dispatch in my Activity. The code works fine when I run on Android 4.2.1 device (Samsung Galaxy Nexus). But when I run on Android 2.3.5 device (HTC Desire S), ...
0
votes
0answers
17 views
clear_top + single_top results in onDestroy() not being called when “don't keep activities” is set?
My app has three activities, A, B and C. They're on the stack in that order, with A on the bottom.
From C I do something like this:
final Intent intent = new Intent(this, A.class);
...
0
votes
0answers
15 views
Starting app by shaking
I am trying to implement mechanism which enables starting my app by shaking. For that purpose I have implemented service which reacts on shake event and starts my activity using following code:
...
0
votes
1answer
11 views
Handle click on PreferenceFragment?
How do you handle click on some preference? This is how my code is:
public class SettingsActivity extends Activity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
...
-3
votes
1answer
43 views
New activity or new fragment?
It seems like there are two options when you want to show the user a new screen:
Start a new activity (i.e. startActivity(Intent))
Swap fragments (i.e. FragmentTransaction)
What is the difference? ...
2
votes
3answers
63 views
Strange behavior when an activity is launched the second time
I have an Activity1 which launches Activity2. Activity2 has a list which shows some values from database.
When the Activity2 is launched for the first time the list shows the correct information, but ...
0
votes
1answer
27 views
How to obtain android activity lifecycle events from view?
I'm creating a component that is intended to be used in some other application who's Activity I have no control over. In my View based component I'm wanting to know when the parent activity is going ...
0
votes
1answer
32 views
Are Activity and Service running in the same thread?
I am having some confusion in basic concepts of Handler, service and activity. I have seen in many places mentioning that service runs in the UI thread. I have a couple of questions regarding this ...
0
votes
1answer
36 views
How to create BroadcastReceiver without Activity/Service?
I'm trying to create BroadcastReceiver without activity/service. While I've no problem registering and executing the code when an activity is present in the code when I remove the activity it fails.
...
0
votes
2answers
26 views
How to overlay an image above all activities in android
I want to overlay an image above all activities after some operation to have a feel like phone is locked. How can I do this programmatically in android ?
1
vote
2answers
32 views
Getting launcher activity class name
Is there a way to get the class name of the activity that launched the Intent without putting extras to the Intent?
I use the following code to launch other activities.
Intent intent = new ...
0
votes
1answer
29 views
Android App: How to read get parameters from a custom url scheme?
Basically, I have the same question described as in How to implement my very own URI schema on Android
The answer given there works for me. When the custom url is called MyUriActivity's methods ...
0
votes
0answers
44 views
Homescreen touch event in android
I got a problem during my app development.
According to my application requirement
1.Whenever the user touch or click or long pressed on home screen.
2.I have to change the shared preference values in ...
-1
votes
1answer
37 views
disable activity restarting on go back or forward
I have three activity in my application. In my second activity I have some elements that are made dynamically by user. When I click on device back button or go to third activity, second activity ...
1
vote
1answer
34 views
Android: send result to an Activity cleaning the top of BackStack
I have 3 Activities: A, B, C.
I want that Activities work as follows:
A startActivityForResult B;
B can start C or send result to A;
C can go back to B or send result to A.
When B send result to A, ...
0
votes
1answer
21 views
Can't get listview to update, tried most solutions
I have two activities.
Activity A: contains a listview and an 'edit' button.
Activity B: contains a form, and a save button.
When you start the app it opens Activity A. Press the 'edit' button to ...
-1
votes
1answer
32 views
changing between more than one script for one textview in android
I'm working on an android application with 2 activities.
The first activity contains 2 buttons ( btn1 , btn2). The second activity conatains textview and a back button. In the string.xml I have to ...






