android-activity
Android activity without layout
Is there any way to make Android layout with totally independent position of controls? Something like \"free\" layout in Java. I would like a layout in which position of controls w开发者_运维百科ouldn[详细]
2023-04-12 14:32 分类:问答Android Service without any GUI
I want an application in android without any GUI or activity. In my case, I will show just a custom toast message that is my开发者_如何学Go requirement. I am giving my code snippet, that is showing do[详细]
2023-04-12 11:12 分类:问答Back button closes TWO activities?
SOLVED! My Activity Stack looks like this, excuse the rough diagram! A-->B-->C \'-->D If I press back button in activity B I go back to A as expected.[详细]
2023-04-12 11:08 分类:问答One Widget with Multiple Configuration Activities (Android)
i want to create a widget app that when added will start ConfigurationActivity which has some options to choose.[详细]
2023-04-12 10:39 分类:问答startActivity within a subclass of Application
I have a little Android application in which I specify my application directly and do some application-wide setup in the ApplicationSubclass\' onCreate, but I am getting the following error (Note, I k[详细]
2023-04-12 10:05 分类:问答How to start activity only after user clicks ok on AlertDialog
开发者_如何学GoI have an AlertDialog and I only want the next Activity to start after I have click \"OK\". The problem is in my method, I have local variables attached to my intent and I cannot put in[详细]
2023-04-12 09:51 分类:问答Android: how to make *truly* transparent activity SwipePad style?
So yes, I know how to make my Activity look transparent (http://stackoverflow.com/questions/2176922/how-to-crea开发者_Go百科te-transparent-activity-in-android), but I want the user being able to inter[详细]
2023-04-12 08:24 分类:问答How to Display a progress bar that displays over the fade screen overlapping the previous activity
I am trying to create an ac开发者_如何学编程tivity. I have made some controls in that activity. Suppose, I click on some control(e.g Button), then a fade screen display that overlaps the previous acti[详细]
2023-04-12 07:05 分类:问答How to get time when android activity started?
I need to get the time stamp when activity is started.and also the the cu开发者_开发问答rrent time when an activity is running.[详细]
2023-04-12 03:58 分类:问答How to switch to activity when video play stop
I am very new to android programming. I am playing a video in Vi开发者_JAVA百科deoView, i want to switch to other activity when video play ends.code is below:[详细]
2023-04-12 03:44 分类:问答