android-alertdialog
How to add progressbar (circle) and horizontal progress bar in the same activity in Android
Hi I need to do something like this : I know,it\'s from an iphone application,but I want to add progressbar (circle) at the center of page and horizontal progressbar at the bottom of the page,which[详细]
2023-03-30 01:20 分类:问答Link in AlertDialog leaks window?
I\'ve created a linkable text in an alert dialog, and make the TextView clickable, like this: final SpannableString noRecords = new SpannableString(\"Sorry, no records could be found, please try agai[详细]
2023-03-29 04:18 分类:问答Add custom background to AlertDialog Buttons
Is possible to set a drawable res开发者_运维百科ources into the AlertDialog buttons keeping the process easy?[详细]
2023-03-29 02:38 分类:问答Android - Unable to Close AlertDialog with In-App Billing
I am having a problem with an AlertDialog that I am using to initiate an In-App Purchase. When the user taps the \"Buy\" button, the In-App Purchase fires as expected, but the AlertDialog does not clo[详细]
2023-03-29 02:15 分类:问答How to prevent dialog to cancel automatically
I have created a dialog. Now what I want is that onClick of the ok button of my dialog I don\'t want it to close. But here it is automatically closed. So how can I prevent the dialog to close automati[详细]
2023-03-28 22:37 分类:问答Android: alert dialog in a class without activity
i have this class: public class DownloadImageTask extends AsyncTask<String, Void, Bitmap> { ImageFromWeb ifw;[详细]
2023-03-28 22:34 分类:问答Android: AlertDialog causes a memory leak
My application shows an AlertDialog with a ListView inside. Everything worked fine bun then I decided to test this for memory leaks. After running the app for some time I opened MAT and generated Leak[详细]
2023-03-28 18:14 分类:问答Android Childactivity getParent question?
Basically I\'m using ActivityGroup in my application. I have this situation: I have Tabhost with activity A.[详细]
2023-03-28 08:30 分类:问答Problem with Async task
I am trying to get data from a webserver and display a message saying \"ok\" or \"invalid key\". While it is getting the data it should produce a progress dialog. I have tried many methods including p[详细]
2023-03-28 02:27 分类:问答Android RatingBar on AlertDialog
I hit the following error when i run the code segment below which is showing a RatingBar on an AlertDialog. The error is[详细]
2023-03-27 22:52 分类:问答