I'm a noob, and have looked extensively and have found only other
complaints...
Q: Who are these people? Are they legit?
Q: Why does Google use them?
Bright Star Corp is where I got redirected to buy ADP1, and I tried to
checkout, and was "declined due to fraud service". I tried again a
few d
Last I tried (about a month ago), the TTS tutorial worked on the
emulator.
Have you tried looking at logcat to get a more detailed message about
the problem?
- Greg
On Nov 28, 2:23 am, Anuj wrote:
> Hi,
>
> No matter how many times I re-create the SD card and start the
> emulator a
done = true;
}
}
Thanks,
Greg
P.S. Let me know if I should post any more code.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-develop
taining/drawing the current point on each
onDraw?
Thanks,
Greg
--~--~-~--~~~---~--~~
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@googlegroup
Thanks for the tips!
--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to
..
Either way if someone is willing to help finish this thing off id be
happy to provide the code, and id love to see this in the next build.
Thanks,
Greg.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Andr
I don't see an android.view.KeyEvent.KEYCODE constant defined for
question mark (key code 76). Is there a key code constant defined for
the question mark?
Best regards,
Greg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the G
Thanks. My follow up question is, 'Why didn't I think of that?' :*)
On Aug 27, 12:32 pm, "Mark Murphy" wrote:
> > I don't see an android.view.KeyEvent.KEYCODE constant defined for
> > question mark (key code 76). Is there a key code constant defined for
> > the question mark?
>
> Try KeyEvent
The default marquee scroll (i.e., three scrolls of text when list item
is selected) in my application's ListView works when the typeface is
set to Typeface.NORMAL but not when set to Typeface.ITALIC. Is the
marquee scroll implemented for TextViews with the ITALIC typeface?
--~--~-~--~
s as specified in the xml.
On Aug 30, 2:34 pm, greg wrote:
> The default marquee scroll (i.e., three scrolls of text when list item
> is selected) in my application's ListView works when the typeface is
> set to Typeface.NORMAL but not when set to Typeface.ITALIC. Is the
> m
s/
android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- - -
Best regards,
Greg
--~--~-~--~~~---~--~~
You received this message because
g a new UI employed by new developers is a rather
bold venture. Congratulations on pulling it off so well.
Best regards,
Greg Sepesi
On Sep 1, 2:17 am, Romain Guy wrote:
> Don't set the padding in onDraw() :)
>
>
>
> On Mon, Aug 31, 2009 at 10:32 PM, greg wrote:
>
>
ant to call it from onDraw()? It has to be called only once.
>
>
>
> On Tue, Sep 1, 2009 at 7:40 AM, greg wrote:
>
> > Wise Guy. :*)
>
> > If there is no easy method to add left indentation without causing an
> > onDraw() loop, I'll pre-pad the char buffer w
Thanks! Moving the setPadding() into getView() works perfectly. I
guess I hadn't read enough custom view examples to realize that it is
typical for getView() to modify the view. In fact, I didn't even know
it was possible.
Thanks again,
Greg
On Sep 1, 12:50 pm, Dianne Hackb
Have you reviewed List14 in the API demos?
On Sep 2, 11:47 am, Vishal Gaonkar wrote:
> I am trying to add an icon in the list view.
> Below is my code snippet and realted xml, without the icon(i.e. just
> list view).
>
> Code:
> final View addUser = factory.inflate(R.layout.addusers, null);
>
cters) the user enters. Although I can
implement my application's ListView scrolling based upon characters
from onKeyUp(), that results in unwanted list jumping anytime the user
types a space.
Best regards,
Greg
P.S., To verify this onKeyUp and onKeyDown behavior, copy the
following into the
nDraw() to getView(), my application's ListView was able
to marquee scroll italicized text.
Best regards,
Greg
On Sep 1, 1:47 pm, greg wrote:
> Thanks! Moving the setPadding() into getView() works perfectly. I
> guess I hadn't read enough custom view examples to realize that i
tered text ... just my opinion.
Best regards,
Greg
On Sep 2, 1:40 pm, Romain Guy wrote:
> Space is used in ListView to jump from screen to screen and you cannot
> change this behavior.
>
>
>
> On Wed, Sep 2, 2009 at 9:13 AM, greg wrote:
>
> > In the ListView, the spac
Have you read about Paint.getTextWidths()?
On Sep 3, 5:15 pm, hap 497 wrote:
> Hi,
>
> Is there any api to find out the width of a string when rendered using
> a certain text appearance?
>
> For example, I want to find out how long is the width if I render a
> string 'hello world' using "?andro
nt.getTextWidths()?
>
> On Thu, Sep 3, 2009 at 3:19 PM, greg wrote:
>
> > Have you read aboutPaint.getTextWidths()?
>
> > On Sep 3, 5:15 pm, hap 497 wrote:
> >> Hi,
>
> >> Is there any api to find out the width of a string when rendered using
> >>
shMap parameter documentation yet?
Thanks,
Greg
--~--~-~--~~~---~--~~
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.com
To unsubscribe
Have you watched http://www.youtube.com/watch?v=N6YdwzAvwOA ?
On Sep 18, 10:49 pm, WoodManEXP wrote:
> BaseAdapter.getView()’s convertView parameter
>
> Does anyone understand how this parameter works or is intended to
> work? By watching it in the debugger it seems to be the view that was
> pr
My application has a list of species names, some of which are too long
to fit in the TextView. For example, "Black-bellied Whistling-duck"
gets truncated at "-duck". Using AVD 1.5r3, the TextView's marquee
scroll does a nifty shift of the text to display the last five
characters (i.e., "-duck").
y coding mistake, but somebody else might make it and
this hit might provide the answer.
Greg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email t
e GPS is effectively 'dialed in'. Any
ideas are appreciated.
Thanks,
Greg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-de
I've installed the Windows USB driver for the G1 to be able to debug
applications. When I plug the phone in via USB I can see it listed
via 'adb devices'. In Eclipse when I run the app it pops up to select
the device (Emulator or G1). I pick the phone and immediately the
system blue screens and
I'm not using the command line to do anything. I only ran 'adb
devices' to verify that adb is actually seeing the phone. That's
irrelevant to the actual problem which is choosing from Eclipse to run
a program on the G1. As soon as I choose the phone it explodes.
Just to make sure I shut down t
Answered my own question finally. I was looking at the
LocationProvider for accuracy info but in reality each Location object
that is passed when a location change occurs (the onLocationChanged
listener) provides the accuracy information. I verified on the G1
that the gps implementation does sup
Did you make sure that the manifest entry is contained
WITHIN the tags rather than outside of it?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to andr
und thread and dismiss the dialog if it exists.
Hope this helps,
Greg
--~--~-~--~~~---~--~~
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
the MIME type for .apk to
'application/vnd.android.package-archive' for the G1 to know that it
can install what it just downloaded.
There is also a way to push it out to the SD card over USB but I don't
have experience with locating and installing the apk once that is
done.
Hope this
You need the style set to STROKE as Peli mentions. You can also use
canvas.drawCircle() directly instead of creating a path and adding a
circle to the path. Not sure which is more efficient, but you can at
least drop 2 lines of code from your chunk there.
Greg
hing to do with this and googling
for this message came up with nada. I also see nothing regarding
threads in the android run configuration for the project. Can anyone
point me in the right direction here for what I need to do to actually
enable this view?
Tha
For posterity, I found the answer. I didn't find any button which
was referenced by the error message above, but I was able to locate
under Windows->Preferences->Android->DDMS to check the 'Thread Updates
Enabled by Default' and then thread data was available (after
restarting the emulator).
--~
nformation I can find is very sparse or appears to be
things that were valid in early SDKs but may not be any longer.
Thanks,
Greg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" gr
ervice is active. (If my service is active in
background, then the user wants to hear these notifications)
Do the audio stream types interact/override one another? If I put my
player in the ALARM type will that stop/play louder than the MUSIC
type?
Thanks!
Greg
--~--~-~--~~
One fall
back to standard GPS if the assistance server is not available?
2) Is it possible to setup a Nexus One (i.e., enter my Google account
information) without a phone service, perhaps using WiFi instead?
- Greg
P.S., I asked these questions to the sales help team at
http://www.google.com/ph
not setup
correctly.
- Greg
On Feb 22, 6:58 am, Dimitry Hristov wrote:
> I'm following the official docs
> athttp://developer.android.com/resources/articles/tts.html
> and trying to synthesize a String to a file:
>
> private OnClickListener saveBtn
Thanks. One last question, since you've used the Nexus One outside,
how would you describe the visibility of its screen in shade and in
direct sunlight?
Thanks again,
Greg
On Feb 23, 11:42 am, mah wrote:
> I have a Nexus One that has never had a SIM installed... I enabled its
> GPS
n from. Am I missing permissions that prevent me from
seeing the real providers?
Thanks for any assistance!
Greg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this g
What are the Android Screen dimensions can any body tell me ?
--~--~-~--~~~---~--~~
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.com
To unsu
I have three activies
A B C
i start sub activity from A then i startsubactivity from B
i just want to do like when i finish C ..it finish all activies and
show me the A activity
please help me out
i tried to do that but ..when i press back button it again
Hello Android Champs
1 what i want is i want to give a margin or distance between the
listview items
Like
A
B
A
B
2 secondly i want to show the white textcolor on selection of an item
of listview ..
i have successfully changed the background color but unable to change
the textcolor please
be a way to do this with
> styles, but I don't know right now. You could programmatically do it
> by setting an OnItemClickListener for the list and then just make a
> setTextColor call on the TextView. Probably in your instance, the View
> that gets passed into onItemClick is the Text
Hi All,
I have a question that has been bothering me and I thought I'd see if
someone here could help us.
We are developing an app that is a card game. The current app has a
screen where the user can select the character they want to be from
seven different characters. Currently, these charact
B.onActivityResult and callfinish()
>
> > On 4月3日, 下午5时23分, Greg <[EMAIL PROTECTED]> wrote:
>
> > > I have three activies
>
> > > A B C
>
> > > i start subactivityfrom A then i startsubactivity from B
>
> >
hello
I am trying to finish sub Activities but they are getting overlapping
help me out please
super.onActivityResult(requestCode, resultCode, data, extras);
this.setResult(InitializeConfiguration.SUBACTIVITY_RESULTCODE_CHAINCLOSE);
this.finish();
--~--~-~--~~---
yed to the user.
>
> On Apr 14, 10:58 pm, "Deepak Singh" <[EMAIL PROTECTED]> wrote:
>
> > Before you start sub activity C finish the subactivity B using finish()
> > .Hope this Works
>
> > On Tue, Apr 15, 2008 at 10:29 AM, Greg <[EMAIL PROTECTED]> w
nished, kill C, return to A.
>
> On Apr 16, 1:04 pm, Greg <[EMAIL PROTECTED]> wrote:
>
> > so what is the solution for this problem ?
>
> > any tested solution would be appreciated
>
> > please help me out ?
>
> > On Apr 15, 11:46 am, hackbod
when i used this code
this.finish();
startSubActivity(i, ACTIVITY_CREATE);
new activity stared but in new activity for moments it shows old
activity
y does it so ?
On Apr 16, 3:17 pm, Greg <[EMAIL PROTECTED]> wrote:
> ok
>
> but what about this scenerio
>
> A --
setListAdapter(btla);
}
}
On Apr 16, 10:46 pm, hackbod <[EMAIL PROTECTED]> wrote:
> On Apr 16, 5:10 am, Greg <[EMAIL PROTECTED]> wrote:
>
> > when i used this code
> > this.finish();
> > startSubActivity(i, A
how do i know about toast that it has been disappeared so that i can
finish the activity?
On Feb 25, 1:58 pm, corem <[EMAIL PROTECTED]> wrote:
> Hi,
> Is there any way to position aToastto a specific location on the
> screen?
> I know about gravity, but it is not enough. I've tried to set margins
Hello
is it possible ?
Finish Activity when toast message has been dissapered
--~--~-~--~~~---~--~~
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@googlegr
e toast is really
> for cases where something needs to be displayed independently of the
> current activity: for example from a receiver or service, or shown by
> an activity as it is closing itself (for ex saying it has saved your
> data) or as it moves to another activity.
>
>
You can't tie activity visibility
with toast.
what do u mean by above statement ?
On Apr 17, 2:02 pm, vetch <[EMAIL PROTECTED]> wrote:
> > is it possible ?
> > Finish Activity when toast message has been dissapered
>
> I think you got bad flow design. You can't tie activity visibility
> with to
but in that case of deleting some data onto F activity and then
showing refresh data on E
how can we do this without startSubactivity ???
if user press back button user will be shown incorrect data which is
wrong
if using startsubactivity activites are overlapping i have been
stucked here it h
you are right let me try great
On Apr 17, 5:25 pm, Hielko <[EMAIL PROTECTED]> wrote:
> If showing incorrect data is a problem, you should requery the data in
> the onResume() method of the subactivity.
>
> On Apr 17, 2:20 pm, Greg <[EMAIL PROTECTED]> wrote:
>
>
i tried it but it still doesn't work
same it shows old data for 2 secs then it refreshs when i used on
resume
same it show
On Apr 17, 5:28 pm, Greg <[EMAIL PROTECTED]> wrote:
> you are right let me try great
>
> On Apr 17, 5:25 pm, Hielko <[EMAIL PROTECTED]> wrote:
hello guys ??
On Apr 17, 6:03 pm, Greg <[EMAIL PROTECTED]> wrote:
> i tried it but it still doesn't work
> same it shows old data for 2 secs then it refreshs when i used on
> resume
>
> same it show
>
> On Apr 17, 5:28 pm, Greg <[EMAIL PROTECTED]> wrote
hello heiko u there? i tried your solution but it doenst work
On Apr 18, 10:06 am, Greg <[EMAIL PROTECTED]> wrote:
> hello guys ??
>
> On Apr 17, 6:03 pm, Greg <[EMAIL PROTECTED]> wrote:
>
> > i tried it but it still doesn't work
> > same it shows old dat
how can i use colors for two states
HEllo
mText.setTextColor(new ColorStateList(
new int[][] {
new int[] { android.R.attr.state_selected},
new int[1]
}, new int[]
{
Color.rgb(255, 255, 255
i am really very sorry Megha
i have searched the groupd i ddint find soultuion
Regards
Greg
On Apr 23, 12:16 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> Hi Greg,
>
> This issue has been discussed on the groups multiple times, please use
> search on the groups.
roups.google.com/group/android-developers/msg/0714e077e25d63a6
>
> Thanks,
> Megha
>
> On Wed, Apr 23, 2008 at 12:47 AM, Greg <[EMAIL PROTECTED]> wrote:
>
> > i am really very sorry Megha
>
> > i have searched the groupd i ddint find soultuion
>
> &g
ead below for using ColorStateList
> programatically:http://groups.google.com/group/android-developers/msg/6e1fb819cecbc038
>
> On Wed, Apr 23, 2008 at 1:04 AM, Greg <[EMAIL PROTECTED]> wrote:
>
> > thanks megha
>
> > i have checked it i want to do it pro grammaticall
ECTED]> wrote:
> I guess the issue might be that if mText is a TextView, it would not have a
> pressed state.
>
> On Wed, Apr 23, 2008 at 1:42 AM, Greg <[EMAIL PROTECTED]> wrote:
>
> > i tried it like this
>
> > mText.setTextColor(new ColorStateList(
> >
public static BitmapDrawable convertBytesintoDrawable(byte[]
imageBytes,
Context context,byte[] logoImageBytes) throws
IOException {
ByteArrayInputStream mainImageinputStream = new
ByteArrayInputStream(imageBytes);
ByteArrayInputStream log
hello any body can help me out ?
On Apr 24, 10:10 am, Greg <[EMAIL PROTECTED]> wrote:
> public static BitmapDrawable convertBytesintoDrawable(byte[]
> imageBytes,
> Context context,byte[] logoImageBytes) throws
> IOException {
>
>
hello android champs
On Apr 24, 11:02 am, Greg <[EMAIL PROTECTED]> wrote:
> hello any body can help me out ?
>
> On Apr 24, 10:10 am, Greg <[EMAIL PROTECTED]> wrote:
>
> > public static BitmapDrawable convertBytesintoDrawable(byte[]
> > imageBytes,
> &g
On Apr 24, 2:37 pm, xingye <[EMAIL PROTECTED]> wrote:
> Canvas c = new Canvas(bitmapA);
> c.drawBitmap(bitmapB, left, top, paint);
>
> On 4月24日, 下午3时10分, Greg <[EMAIL PROTECTED]> wrote:
>
> > hello android champs
>
> > On Apr 24, 11:02 am, Greg &l
waiting for your reply
On Apr 24, 2:44 pm, Greg <[EMAIL PROTECTED]> wrote:
> i tried it but it doesnt work it gives below logs
>
> all are work fine
>
> when i want to go to show imageView
>
> Like ImageView.draw(canvas)
>
> it gives me exception and below logs
it gives me java.lang.IllegalStateException
when i do like this Canvas c = new Canvas(bitmapA);
On Apr 24, 2:51 pm, Greg <[EMAIL PROTECTED]> wrote:
> waiting for your reply
>
> On Apr 24, 2:44 pm, Greg <[EMAIL PROTECTED]> wrote:
>
> > i tried it but it doesnt work
n test it in View.onDraw().
>
> On 4月24日, 下午5时54分, Greg <[EMAIL PROTECTED]> wrote:
>
> > it gives me java.lang.IllegalStateException
> > when i do like this Canvas c = new Canvas(bitmapA);
>
> > On Apr 24, 2:51 pm, Greg <[EMAIL PROTECTED]> wrote:
>
> > &g
Bitmap mainImageBitmap =
BitmapFactory.decodeByteArray(couponDto.getCouponImageBytes(), 0,
couponDto.getCouponImageBytes().length);
Bitmap logoBitmap =
BitmapFactory.decodeByteArray(imageName.getBytes(), 0,
imageName.getBytes().length);
hello now all work fine
but applicated crashed on imageView.draw(canvas);
--~--~-~--~~~---~--~~
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@googlegr
map(bm). here the bm should be Bitmap
> "background" in before code.
>
> On 4月24日, 下午7时09分, Greg <[EMAIL PROTECTED]> wrote:
>
> > hello now all work fine
>
> > but applicated crashed on imageView.draw(canvas);
--~--~-~--~~~---~-
I want to build a android apk using ant
i have two jars when i run build.xml it works fine give message build
sucessful ..but when i install the application it gives exception of
the classes which are included in jars are not found..
how to include jars into dex files ??
--~--~-~--~
i have jar files in lib folder of my project
when i run build.xml it does not compile into clasees .dex
is there any solution for this problem how can jar files will be
compiled into android apk ?
On Apr 9, 5:04 am, "monkey.jsun" <[EMAIL PROTECTED]> wrote:
> It turns out there is simpler soluti
groups.google.com/group/android-beginners/msg/ee57ef8cec26f9f0
>
> Thanks,
> Megha
>
> On Mon, Apr 28, 2008 at 5:24 AM, Greg <[EMAIL PROTECTED]> wrote:
>
> > I want to build a android apk using ant
>
> > i have two jars when i run build.xml it works fine gi
Megha i want to disable GPS in Android Emulator is there any option or
any other thing from which i can disable GPS or enable ?
On Apr 29, 9:45 am, Greg <[EMAIL PROTECTED]> wrote:
> Megha you are great i am a fan of yours
>
> God Bless you Dude :)
>
> You are great
&g
I want to show a alert box if user type more than 13 charactars in
EditText
how can i do that?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d
hello any body can help me ?
On May 2, 7:05 pm, Greg <[EMAIL PROTECTED]> wrote:
> I want to show a alert box if user type more than 13 charactars in
> EditText
>
> how can i do that?
--~--~-~--~~~---~--~~
You received this message because you are
heloo
On May 2, 7:19 pm, Greg <[EMAIL PROTECTED]> wrote:
> hello any body can help me ?
>
> On May 2, 7:05 pm, Greg <[EMAIL PROTECTED]> wrote:
>
> > I want to show a alert box if user type more than 13 charactars in
> &
hello u there??
On May 2, 7:45 pm, Greg <[EMAIL PROTECTED]> wrote:
> no dude
>
> i have tried this
>
> zipCodeText.setOnKeyListener(new View.OnKeyListener() {
> public boolean onKey(View arg0View,int d,KeyEvent
> keyEvent) {
>
the lenth of the text of
> yourt text view.
> 3 - if it is greater than "n" then AlertDialog.show ( see javadocs
> for
> params...)http://code.google.com/android/reference/android/app/AlertDialog.html
>
> I hope it gives you the first steps
>
> C.
>
> O
hello any body there who can help me ?
On May 2, 10:34 pm, David Given <[EMAIL PROTECTED]> wrote:
> Greg wrote:
> > hello u there??
>
> Um, you only posted your message three minutes ago. You may want to wait
> a little longer before following up, like about 24
how can I check if alerdialog has been shown on the screen i mean
i just want to do that if alertdialog is already shown then i don’t
want to show it again ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android
hello this is Greg
I have 3 years of experince of j2ee and java i have been working on
android for three months
please tell me more detail about description.
On May 5, 8:59 pm, "P A" <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> I am looking for a developer with
Hi,
I am used to just using a choice format for doing something deciding
between "{0} thing" and "{0} things".
However Context and Resources have a lot of utitilities it seems for
dealing with String and loading them with native replacement. One
method of such is Resources.getQuantityText(int id,
I was wondering if someone could document the R.plurals localization
construct. From what I can gather it works similar to other resources
however a bit different,
Only %1$d more things left
...
looked up as:
int quantity = 4;
context.getString(R.string.some_string, quantity);
To do a correct loc
rsion: 1.6.0.14
Thanks,
Greg
--
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.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googl
Much better now. Thanks.
On Mar 21, 12:20 pm, Mark Murphy wrote:
> greg wrote:
> > On some of the AVDs I've created, input text gets displayed as
> > logograms, even in the emulated Browser application (see the screen
> > shot athttp://eduneer.com/screenshot_avd_t
ons in the
ddms documentation at
http://developer.android.com/intl/de/guide/developing/tools/ddms.html
or the Dev Tools application running on the emulator. Has anyone
experienced this or have a tip to fix it?
Thanks,
Greg
--
You received this message because you are subscribed to the Google
quently as after 3 files. I've reported this issue
(issue 7327) to the issue tracker.
- Greg
On Mar 23, 12:57 am, greg wrote:
> I have a large directory (about 700 MByte) I'm trying to push to a 4
> GByte emulated SD card (in a Platform 2.1 AVD) by dragging and
> dropping the
Using Eclipse, I thoroughly messed up the creation of my SDK sample
projects (e.g., ApiDemos) ... as I was paying too much attention to
the Butler vs Duke game and not enough attention to the project
creation options I was selecting. The result was 100+ levels of
ApiDemos subdirectories that appar
way to filling the file system, and removing the accidentally
created and deeply nested directory was tricky because the file
manager application as well as the 'rmdir /S' command failed due to
the extremely long path names.
Thanks for your work in providing an impressive development tool set
Have you read the similar layout example at
http://developer.android.com/intl/de/resources/articles/layout-tricks-efficiency.html
?
- Greg
On Apr 11, 8:39 am, "Teo [GD API Guru]" wrote:
> Hi,
>
> you probably heard similar problems before but i can't fig
lang.RuntimeException: setOnItemClickListener cannot be used with
a spinner.
E/AndroidRuntime( 987):at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2268)
- - -
Any tips on how to detect the selection of an already selected item in
a spinner?
Thanks,
Greg
--
You
.this,
"spinner2 long clicked position " + position,
Toast.LENGTH_SHORT).show();
return false;
}
});
On Apr 19, 4:10 pm, "~ TreKing" wrote:
> On Sun, Apr 18, 2010 at 8:45 PM, greg wrote:
> > Any t
ctivity() from
outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK
flag. Is this really what you want?
- - -
Any tips on how to correctly start a particular activity from the
Application class's onCreate handler?
Thanks,
Greg
--
You received this message because you are su
Thanks. I was incorrectly focused on avoiding an intermediate
Activity. Your approach seems simpler to implement and I suspect the
delay due to the creation of the intermediate Activity will be too
small to notice.
On Apr 21, 2:42 pm, "~ TreKing" wrote:
> On Wed, Apr 21, 2010 at
1 - 100 of 631 matches
Mail list logo