I\'m trying to put extras (string) in an intent. I use startActivityForResult and onActivityResult to get my extras on the other side.
M开发者_如何学运维y activity load data from res.raw To give those datas to the view, I\'ve added a param to the view construtor
I want to know how can I easily switch between Activities. For example, in my application, I have: Activity1 -> Activity2 -> Activit开发者_开发百科y3 -> Activity4 -> Activity 5
im currently developing an app which plays the steam audio using MediaPlayer class. And i\'d declare its main (Player) activity as SingleTop. Also on button \"Back\" it does moveTaskToBack(true) whic
i have a service which notifies the user and if the notification is clicked a activity starts. the activity contains textviews and buttons. the layout is defined in R.layout.main . if i want the chang
I am new in android application development. I am working on a chat(IM) application. Activity A shows the contact list and activity B is the chat activity(conversation activity). From the A activity w
So what I want to do is this. I want to have a class that contains other classes which start activities, but I\'m not sure if its possible, or even a good idea. An Example:
I\'m a newbie Android developer and I\'m trying to create an Android application with 2 tabs, using Activities for each tab. This is basically how it should work:
I am making a chat applic开发者_JS百科ation. Where i am using tabhost. I have a activity A to show the frndlist and activity B for chat window. Now when an entry in the frndlist clicked a tabwindow op
hi i\'ve an app where i want to implementsetVolumeControlS开发者_JAVA技巧tream but i can\'t because my class extends TabActivity not Activity. what shall i do ??setVolumeControlStream() is available