When I run a code for the alertDialog on an Emulator with Android 2.2 it works like its supposed to and everything however, when I attempt to do the same on my Samsung Captivate which also runs on And
I ha开发者_Python百科ve a main activity that hold the tabs and each tab start a new activity. May I know how can I change the tab title from the new activity? Thanks.Although CommonsWare has pointed o
i have develop one appl开发者_运维问答ication(in 1.5) in which 2 activity stay there. in first activity i have put background sound.and in second activity i have put animal sound.now when i am play it
I\'ve done a Gallery view composed by just textviews as numbers. By default if I don\'t set any colors the item in the centre is black. I want to change it.
I am trying to make a scroll view that has a nested relativeLayout view. The realative layout has a background image. When the realativeLayout is the only layout the background image is the size I wan
Hi I am developing an android in which I am loading data from database and showing it in a List View.
I have an activity where i do a scale animation on a view when a button is clicked. I have set fillAfter as true for the animation.
Would it be possible to on app start send a request to a server which would return JSON.The JSON would contain something like:
In the Android list of R.drawables (http://developer.android.com/refer开发者_开发知识库ence/android/R.drawable.html) I can find theic_menu_zoom button, which have a little plus sign inside.
For displaying hyperlink on a page on my android app I am doing this: MyProgram.java l开发者_如何学运维ink1.setText(Html.fromHtml(linkText1));