Android API : Base class for Dialogs
-1
votes
2answers
40 views
How to show dialog in runnable thread in android?
am using the timeout function of the application using runnable thread.this time out function in separate class.
am call this function in activity A,but i am in activity B means it shows error like ...
0
votes
3answers
26 views
How to add scrolling to the “Android-Dialog”?
Tell me how do I add scrolling to the "MyDialog extends Dialog".
There MyDialog which has components (EditText, etc.), if I want to enter something in the field, leaves keyboard, and some content is ...
1
vote
1answer
91 views
+100
Android : Activity Dialog / Dialog disappears automatically
1)Have an application with TabActivity, where in we display the dialog.
2)This display of dialog happens after we get a call back from my engine(NDK C code).
3)Always i make sure we display dialog ...
0
votes
2answers
25 views
Android: Custom AlertDialog has different text color
I created a custom layout for an AlertDialog, and it works fine,
But i have a problem with the text style of my layout.
This is the layout for my alertDialog:
<?xml version="1.0" ...
1
vote
6answers
43 views
AlertDialog dismissed when back pressed
I am using alert dialog with following properties.The problem is the dialog is dismiissed when i click back button or touch outside the dialog i don't want that.How can i solve this because ...
2
votes
4answers
55 views
Implementing buttons in AlertDialog
When I am adding layout buttons to the alertDialog. It doesnt show anything, it force stops the app. How to implement set onClickListener to the buttons in AlertDialog. I want to show a timepicker on ...
0
votes
0answers
37 views
CheckBox in TimePicker Dialog
I've created TimePicker Dialog from that example:
http://developer.android.com/guide/topics/ui/controls/pickers.html#TimePicker
and i want to put a CheckBox above the TimePicker that,
if CheckBox ...
0
votes
3answers
59 views
NullPointerException exception when trying to set title size on AlertDialog
In AlertDialog, I am able to set size of Message but when I perform the same for Title it crashes.
code:
AlertDialog dialog = new AlertDialog.Builder(this).setMessage(message).setTitle(title)
...
0
votes
0answers
24 views
How to come back from full screen dialog activity to dialog size in android?
I am trying to open a webview as a modal screen in my Android application. For that, I have created an activity & created a style as follows
<style name="CustomWebStyle" ...
2
votes
1answer
29 views
How can I prevent my dialog box getting hidden in Android
What I really want is what Windows calls a modal dialog box, i.e. one that must be closed by the user before they can do anything else. How can I get that effect in Android? It's particularly ...
0
votes
2answers
47 views
Showing a DialogFragment object from an on click inside a button listener
I was just trying showing a DialogFragment object from an on click inside a button listener.
Here is the code of the activity that should start the Dialog:
import android.os.Bundle;
import ...
0
votes
1answer
27 views
Making my Custom Animation available as android Tag
I have created a custom 3D rotation animation extending the Animation Class . Not it is quite easy for me to set it as animation of any view . But I am stuck with setting it as Animation for Dialog ...
0
votes
2answers
103 views
creating popup menu in android 2.3 GingerBread
I am an intermediate level programmer in android. Now I am developing an app which has a view. When I click that view I have to display a popup menu.
I got the following code from android developer ...
1
vote
1answer
45 views
Can a List Dialog be populated from the database?
I have a ListView that holds a certain number of Names, when I clicked an item from the ListView I want a ListDialog pop up displaying a certain data from the database. Is that possible?
If YES(if ...
0
votes
1answer
13 views
Speak out on ImageButton Click
I did implement a gridview having Imageviews as its items and onClick on any of these items, a custom dialog box pops up to give a brief description of the image as seen here.
In the dialog box, ...
0
votes
1answer
33 views
Change layout dynamically in DialogFragment
I want to use a Dialog to allow the user to scan its device for all the files with a certain extension and import some of them.
To do that, I plan to show a dialog, which will have the following ...
0
votes
0answers
28 views
Is there any way to refresh a DialogFragment?
I'm using a custom DialogFragment implementation to have the user pick something out of a tree of items where there's an indeterminate number of levels. My implementation is this:
abstract class ...
0
votes
1answer
40 views
Android - Is it possible to change the gravity of a custom dialog?
The image below is essentially what I want to achieve, this comes straight out of eclipse as my dialog_layout.xml
I want to inflate a custom dialog and have it on the right of screen to serve as a ...
0
votes
1answer
52 views
Color of highlight/pressed state of dialog button after custom theming?
I used this to generate a custom theme for my application (basically just a nice green instead of the default blue)
I have a CheckBox in my app, and it has the green hue applied. I also have ...
2
votes
1answer
125 views
Offer foreground download to user with possible dialog
I'm fighting with usability design.
Let's have application which has only one permission, android.permission.INTERNET.
I want to download image from remote URL (where I cannot control ...
0
votes
1answer
57 views
Dialog not working with webview
my application have a webview that when a user don't enter the correct username and password, an alert dialog will pop out and tell him that.
my Webview Interface class is:
public class ...
0
votes
1answer
50 views
How to perform a haptic feedback on dialog?
I want to perform a haptic feedback when the user press an item on the dialog.
I can't use the method of view:
view.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
because I don't hold ...
1
vote
1answer
18 views
A Dialogue with a Custom Layout
I would like to create a dialogue with a custom layout. The Android API documents suggest that I always use Alert Dialogue, and that I do not try to instantiate the Dialogue class directly.
This is ...
2
votes
0answers
42 views
Cannot use timepicker in custom dialog in preference
As I want to customize my own timepicker dialog, i do not use the provided timepickerdialog. However I found that it is not work if i call the dialog in preference. But it is work if i put it in a ...
0
votes
1answer
201 views
Custom number picker inside fragment
Please, help mi with using NumberPicker from https://github.com/SimonVT/android-numberpicker.
I have fragment inside which I have button. After clicking button I want to show my number picker (as a ...
1
vote
1answer
209 views
Android - ListFragment inside DialogFragment(AlertDialog): Fragment does not have a view
I'm trying to create a DialogFragment with a ListFragment nested inside of it.
I'm using the nested fragment that was added in the 4.2.2
I'm using it with support library so my api version shouldn't ...
0
votes
1answer
143 views
Android dialogs are causing android.view.WindowManager$BadTokenException: Unable to add window
I have putted my activities in childview and now I cannot display dialogs from my activities and adapters. In my logCat i'm getting
04-11 12:39:59.823: E/AndroidRuntime(12831): FATAL EXCEPTION: main
...
1
vote
3answers
98 views
Force user to select option in dialog
On starting the application for the first time I wanted to prompt the user (by dialog) to select their city, which would then consequently save their preference and load the proper data into the ...
0
votes
1answer
84 views
Android - detect user inactivity and display dialog
I need to detect user inactivity in the android application. I want to keep on watching the inactivity of the application, after certain time if user is not interact with the application then i need ...
0
votes
0answers
88 views
Android Multichoice Item Dialog with Search Functionality
In my Android application I have a multi choice item dialog (similar to that shown in the image) that has a large number of items. So I plan to add a search box and as user types, the items are ...
0
votes
1answer
24 views
setmultichoiceitem is not executed in Dialog
** Emulator is not displaying Multichoice item("Google","Apple","Ms","Samsumg","Nokia")....
It is not executing setmultiitemsselected function
can anyone help me to find out the solution? **
...
0
votes
2answers
66 views
how should I add some action Items to a dialog?
I have a custom dialog which I want to add it some action items with icon like android calender .
here is manifest code to give theme to my activity :
<activity
...
0
votes
4answers
165 views
Window background color for a Progress Dialog
I have this code in order to display progress dialog:
@Override
public void onPreExecute() {
if(progress == null)
progress = ProgressDialog.show(MainActivity2.this, null , null);
...
2
votes
2answers
70 views
When i try to show dialog box it gives me FORCE CLOSE error
Here is the code to show my dialog box activity. Whenever i try to open this intent my app get force close.so please tell me the mistakes in my code.And here is the logcat.
03-28 12:11:36.851: ...
1
vote
1answer
58 views
How to implement the below scenario to show the POPUP dialog based on Time and also append to Listview
Here is my code i implemented to show the popup dialog
public class ExPopup extends Activity {
Dialog myDialog;
Button myButton;
@Override
public void onCreate(Bundle savedInstanceState) {
...
0
votes
1answer
26 views
Android Dialog dismiss using handler
I meet a stranger question,when I read the android GlobalAction source code,I find that it will start a dialog,but it add a judgement which will judge whether this dialog has been shown,if it was ...
0
votes
2answers
108 views
How to choose only .mp3 extension files from whole sdcard
In my application, when a user want to upload Audio, that user should only be able to choose .mp3 extension file. If the user choose any other file like .ppt, .pdf, it wont be allowed.
I have got ...
3
votes
6answers
271 views
I want to add my own style pop-up dialogue box in my android app as shown in image [duplicate]
As shown in image the above part is my layout and i want to add pop-up like part below in image.So how can i create it and how can i handle dialogue box button event.??
0
votes
2answers
139 views
null pointer exception in dialogfragment
I am trying to display a calendarview in a dialog.
The following is the code.
When I click on the button which launches the the dialog, the app crashes with a null pointer exception.
The null pointer ...
1
vote
1answer
69 views
starting a service from dialog box in android
I'm trying to start a background service from a pop-up dialog and it's just doesn't work for me
this is the code for opening the dialog box:
reportWrongLang.setOnClickListener(new OnClickListener() ...
0
votes
1answer
25 views
Parentless Dialog Box
I'm trying to develop an application that transmit data over wifi. I want to create a dialog box that prompts users whether to accept data or not (just like the popup you get while receiving data via ...
0
votes
0answers
53 views
Displaying Data on screen - Android
I'm wondering what ways there are of display data to the user. I have a List of Objects which the user adds to. I then want the user to be able to press a button and see what objects they've added so ...
0
votes
0answers
28 views
Android Dialog trying to replicate its behavior
In Android, when a Dialog is being shown while an AsyncTask is doing stuff in the background, all actions/buttons press are 'stalling' until onPostExecute() the dialog is dismissed, unless the dialog ...
3
votes
2answers
146 views
Dismissing dialog on activity finish
In my app I have several activities one after the other. After my login screen I have Home screen and after that several screens. Now When user select device home button or power off button I want to ...
1
vote
1answer
121 views
Android - NullPointerException on ViewPager
I am trying to create dialog with fragment but when I call the setAdapter method I have a Java NullPointerException, and I can't find the error.
Java Code:
public class MainActivity extends ...
0
votes
0answers
29 views
Facebook Application
I get an error occurred. Please try again to send request. I use this code-
Bundle parameters = new Bundle();
parameters.putString("message", "TEST REQUEST");
...
0
votes
0answers
67 views
Dialog on incoming calls focus issue
I am currently displaying an activity dialog on top of the incoming call screen. The dialog itself is not full screen in order for me to expose the phone's native call buttons. The dialog displays ...
0
votes
2answers
65 views
Can I have more than 1 diaglog box in a class?
I'm developing an image editing app. And I'm stuck at some point. I'm using a dialog box to show a list of effects on click of a button(say the FX button.). It works fine but then i tried using that ...
0
votes
2answers
77 views
Background process is not cancelled in AsyncTask
I have a AsyncTask in my application with a processing dialog . Im cancelling back ground task on dismiss of dialog but its did not cancel the task but dialog disappear . here is code
...
0
votes
2answers
75 views
Show DialogBox in loop in android
I am trying to show dialog boxes with contents from the database .The fetched data from the database may contain more than 1 data.So I have to show dialog in for loop.But the dialog shows only for the ...











