Hi All,
Could anyone tell me that where the source code of ADT (Android
Development Tools) plugin is. Thanks in advance!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.c
http://developer.android.com/sdk/win-usb.html exactly says USB Driver
for Windows, Revision 4 (December 2010) adds support for the Nexus S,
but I can't install the driver for a Nexus S on Windows 7. Off course,
I know how to install it as I have done this many times before. Then I
go to read the an
Hi All,
It is well known that we can make a full screen Activity (no status
bar, no title bar) by
1. requestWindowFeature(Window.FEATURE_NO_TITLE);
2. getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
But the requestWindowFeature must be
I have configured the DDMS logging level, but it does not work. The
logging level is always Verbose. I have tried this in both Eclipse
plugin and DDMS in sdk. Neither of them works.
I know filter can be added to LogCat, but it is not what I need. I
want the log not outputed at all.
Any help will
I know there is a buttonStyleSmall can create a small button.
But there is not edittextStyleSmall or spinnerStyleSmall.
How to make edittext and spinner shorter? they are too high in my
application.
Thanks in advance.
--~--~-~--~~~---~--~~
You received this messa
Hi, All,
I want to have a look at the application Android Calendar, but found
there is no Calendar in the SDK.
Then, I fetched all the source of Android, make, run the image, at
last, I see the Calendar icon in the SlidingDrawer.
However, after I click on it, just a blank creen splash, and nothi
Hi All,
In ApiDemo, there is a progressBar demo. It creates a horizontal
progress bar with a xml.
But how to create one programmatically?
If just new ProgressBar(fContext), it is Default ProgressBar style.
Please help me. Thanks a lot in advance.
(*^__^*)
On Jul 21, 4:22 pm, 单单 wrote
Hi All,
In ApiDemo, there is a progressBar demo. It creates a horizontal
progress bar with a xml.
But how to create one programmatically?
If just new ProgressBar(fContext), it is Default ProgressBar style.
Please help me. Thanks a lot in advance.
(*^__^*)
--~--~-~--~~-
ies 1/3
> of the remaining screen, and the second one 2/3 of the remaining
> screen, and the EditText is also there.
>
> Peliwww.openintents.org
>
> On Jul 20, 9:00 pm, 单单 wrote:
>
> > Hi All, here is a layout.
>
> >
> > http://schemas.android.com/ap
Hi All, here is a layout.
http://schemas.android.com/apk/res/
android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
It confused me much that the inner LinearLayout occupys a
LinearLayout in LinearLayout throw the Exception
java.lang.RuntimeException: mBaselineAlignedChildIndex of LinearLayout
set to an index that is out of bounds.
setBaselineAligned to false with parent LinearLayout can resolve this.
On Jun 25, 9:28 pm, "Mr.No" wrote:
> Hi folks,
> ive a little
The requirements is the scrollbar of a list is usually unvisible.
Only when user scroll it, the scrollbar shows.
Could anyone tell me how to achieve this?
Any help will be highly appriciated!
--~--~-~--~~~---~--~~
You received this message because you are subscri
The requirements is the scrollbar of a list is usually unvisible.
Only when user scroll it, the scrollbar shows.
Could anyone tell me how to achieve this?
Any help will be highly appriciated!
--~--~-~--~~~---~--~~
You received this message because you are subscrib
For example, I have an application containing 3 interfaces(each one
occupys a screen), I want to switch different interfaces by touching
on the screen. Just like the desktop has 3 parts, we can move from one
to anohter by touching.
Can anyone tell me how to implement the kind of effect or where i
There is another post asked this question. A guy give a solution using
invalidate(int, int, int, int). But this seems work only once -- the
drawing right after the invalidate. After that time of drawing, every
repaint will draw the whole view. I need a real setClip permanent.
Any help will be hig
15 matches
Mail list logo