android-custom-view
how to design android project using custom view?
this is not a question that has an exact answer but I need some advice how to develop my applicatio开发者_如何学运维n.[详细]
2023-03-12 01:27 分类:问答Stop OnLongClickListener from firing while dragging
I have a custom View with bitmaps on it that the user can drag about. I want to make it so when they long click one of them I can pop up a context menu with options such as reset position etc.[详细]
2023-03-11 13:31 分类:问答Custom ListView with Date as SectionHeader (Used custom SimpleCursorAdapter)
I want todisplay ListView with Date as SectionHeader. What i have : I am displaying ListView from sqli开发者_开发知识库te database using custom SimpleCursorAdapter.[详细]
2023-03-10 17:42 分类:问答Android Compound Controls - Inflate from XML
I have created a compound control that I am reusing in multiple activities. This control contains a bunch of TextViews and Buttons, and most importantly a ListView. I define the XML in a layout file a[详细]
2023-03-07 13:20 分类:问答How to paste stuff over a camera preview on Android?
I am making the classic AR app for Android. I am using a SurfaceView to show the camera. I want to know, how I put things over it... Currently I am using widgets, but they have two issues:[详细]
2023-03-07 13:17 分类:问答Cardio graph for android
I want to make an app which shows cardio graph in real time. That means i want to measure heart bit and want to show the bit rate in graph in my application开发者_运维技巧. But i wondering to draw the[详细]
2023-03-07 03:09 分类:问答About extending LinearLayout
I need to create a View which extends a LinearLayout to contain some standard android widget. I\'ve created a class MyLinearLayout which extends the LinearLayout class; but now, how can I use it as an[详细]
2023-03-04 23:27 分类:问答Multiple views not showing up in custom alert dialog
Edit: Lesson learned: set the orientation or stuff might not show up. As per http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog I\'m trying to create a custom alert dialog.Specifi[详细]
2023-03-02 01:15 分类:问答Styling Custom Views
I have a few custom views in my Android project and I\'ve added the relevant details to the attrs.xml file. And now I can implement my objects throug开发者_如何转开发h XML. This works fine.[详细]
2023-02-18 05:54 分类:问答How to create android custom view?
I have a picture in my app that can be split into 6 开发者_如何学Gox 6 or 5 x 5 or 4 x 4 grib depending on the users selection.[详细]
2023-02-15 16:50 分类:问答