I have created a custom layout which extends ViewGroup. Everything is working fine and I am getting the layout as expected.
I have 5 textviews, each textview has its own background and they are one next to the other, their sizes change depending on the amount of text that I put in them. I want to know if
I have to开发者_JAVA技巧 put a button at a fix position(top-right) so that when I scroll the screen/view, the button is always visible. It\'s like a button floating over the view. The button is visibl
I am having images in SD card and from there i am able to retrieve them and display them in my gallery.
I have a bunch of buttons displayed using the default gravity. The last button I add to the LinearLayout view is what I\'d like to appear at the bottom of the view. How do I add it programmtically to
I\'m attempting to customize the fragment layout by returning my own view hierarchy from onCreateView(LayoutInflater, ViewGroup, Bundle).This inflates my custom view, but seems to stack the views inst
I have the following button: http://dl.dropbox.com/u/3564087/button.png However this image has a blank area on the right side, border and shadow (which doesn\'t exist on the right side). This means th
I have written a code which plots a Line Graph. This graph is plotted by using Android Plot.. How can i save this graph as .开发者_如何学Cpng image??xyPlot.setDrawingCacheEnabled(true);
I want to create a toggle button with 3 options. I don\'t want to use radio button 开发者_Go百科or check box.
<?xml version=\"1.0\" encoding=\"utf-8\"?> <RelativeLayout xmlns:andro开发者_如何学Pythonid=\"http://schemas.android.com/apk/res/android\"