android-layout
CheckBoxes automatically unchecked when ExpandableListView is expanding
public class ApisimpleActivity extends ExpandableListActivity { ExpandableListAdapter mAdapter; Button btn;[详细]
2023-04-10 13:30 分类:问答cant able to show the "To field" while sending the Mail from Android app
I have implemented the sen email functionality in my application. For that i am using the below code: Matcher matcher;[详细]
2023-04-10 13:27 分类:问答Android Tabs: don't display the text underneath
Maybe I\'m not reading it carefully enough, but the Tab Layout tutor开发者_StackOverflowial doesn\'t specify how to display a tab without the icon or without the text underneath. Are either of these p[详细]
2023-04-10 13:03 分类:问答Android switching between layout(Forms)
I 开发者_如何学Goam fairly new to the android development platform. I am developing a small android help desk application, as a project. My problem is switching between my layouts. now there are a lo[详细]
2023-04-10 12:45 分类:问答Is there some kinda onClickDownListener/onClickUpListener?
I\'ve been trying to figure out a way to check if a button and/or image is being pressed. But I need to do different things depending if it\'s being pressed, or not pressed. Here\'s an example;[详细]
2023-04-10 12:06 分类:问答Android - Using an Activity without a manifest entry
I have been working on a bunch of utility activities. The goal is that the user simply can reuse the source code and there is no need for any layout xml files. Hence, all the layouts are created progr[详细]
2023-04-10 11:50 分类:问答Display contents from ListView defined in regular Activity Android
I wanted to create a search view like the one Google uses. For this I created the following XML layout, which basically is a search bar and a button in the upper section of the screen and a ListView a[详细]
2023-04-10 11:26 分类:问答Circular / rotary dial view in android
I have a need to create a circular dial/rota开发者_如何学运维ry style component for use in an application. It\'s essentially a circular menu that allows users to select from the items that are ringed[详细]
2023-04-10 10:50 分类:问答Implement geocoding in android 2.2
Friends... i\'m woking on a project on geocoding.I tried to implement it several times.But i\'m not able to retrieve the latitude and longitude val开发者_开发百科ues corresponding to a location.Please[详细]
2023-04-10 08:22 分类:问答How can set the height of two layouts.?
I am working in android. this is my xml:- please check this carefully. ** <RelativeLayout android:layout_width=\"wrap_content\" android:layout_height=\"140dip\" android:id=\"@+id/rl_for_imag[详细]
2023-04-10 07:27 分类:问答