[android-developers] Project with path *** could not be found in root project

2015-12-06 Thread Skip Morrow
I am trying to compile the android desk clock and alarm clock from here: https://android.googlesource.com/platform/packages/apps/DeskClock/+/marshmallow-release I downloaded the tgz and extracted it, and opened in Android Studio. When I try to build it, I got an error about not having android-opt

[android-developers] Re: NoClassDefFound Exception, when using imported jar from libs folder

2013-08-20 Thread Skip
gt; > On Monday, August 19, 2013 8:33:44 AM UTC-5, Skip wrote: >> >> I am trying referencing a *libs* folder in my project. >> >> *1.)* I created a simple jar with one single dummy class >> ImportableDummy.java and exported the project as a jar. >> >&g

[android-developers] NoClassDefFound Exception, when using imported jar from libs folder

2013-08-19 Thread Skip
I am trying referencing a *libs* folder in my project. *1.)* I created a simple jar with one single dummy class ImportableDummy.java and exported the project as a jar. *Jar Project:* [image: enter image description here] *2.)* Then I put the jar into the *libs folder* inside my Project. The

[android-developers] Android intent takes a long time to be received

2012-05-16 Thread Skip Morrow
In my app I am sending an intent to update an appWidget. The problem is, from the logcat I can see that the intent is taking on average ten seconds to be received. 05-16 18:12:54.070: DEBUG/PHCA_Variable(7580): Broadcast sent 05-16 18:12:54.080: INFO/ActivityManager(274): Starting: I

Re: [android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Skip Morrow
views.setOnClickPendingIntent(R.id.phca_appwidget_layout, pendingIntent); On Wednesday, May 16, 2012 12:30:05 PM UTC-4, Kostya Vasilyev wrote: > > 2012/5/16 Skip Morrow > >> Koysta, thanks for replying! >> >> Are you saying that it isn't possible? >> &g

Re: [android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Skip Morrow
Intent (same operation, same Intent action, data, categories, and > components, and same flags), it will receive a PendingIntent representing > the same token > <<< > > Note that the list of things making an intent unique does not mention > extras. > > -- K > &

[android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Skip Morrow
I am trying to create an AppWidget that allows for independently configured multiple instances. I can create the AppWidgets just fine, but when I click on them, they always want to do the same thing. So I have searched high and low, and everyone talks about putting the appWidgetId in an extra in

[android-developers] drag shadow

2012-01-10 Thread Skip
Hello everybody, let me ask you following: I am creating a drag and drop application, what I want to do is changing the "drag shadow" on the fly, while the dragging process is happening. Is there any chance to do that? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to calculate the distance between two degree values? (for example: 350º to 15º = 25º / 250º to 190º = 60º)

2011-09-27 Thread Skip Morrow
This is not an android question, nor is it even a java question. But I can try to help anyway. You would probably get more help in a general purpose programming forum such as codeguru. Anyway, you didn't give enough information. Do you always want to go clockwise or counter-clockwise from the s

[android-developers] Re: Launcher icon not working for my app

2011-09-26 Thread Skip Morrow
I guess it was related to the ROM that I was using MIUI. I installed a different ROM on my phone today and that fixed it. Strange, huh? -- 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

Re: [android-developers] How to get the "Next" softkey to show up

2011-09-26 Thread Skip Morrow
Thanks for suggesting that it was a bug. I did a little searching and it would appear that you are correct, and in fact there are a couple of other bugs with the edittext controls. Anyway, I solved this by making the InputType TYPE_TEXT_VARIATION_PERSON_NAME. Works perfectly. So far. -- You re

Re: [android-developers] How to get the "Next" softkey to show up

2011-09-26 Thread Skip Morrow
Well, that's strange. It says here: http://developer.android.com/reference/android/text/InputType.html#TYPE_TEXT_FLAG_MULTI_LINE "If this flag is not set, the text field will be constrained to a single line." Well, I have not set that flag. Here's my xml: and there is nothing in my java that i

[android-developers] How to get the "Next" softkey to show up

2011-09-26 Thread Skip Morrow
I have a username/password activity but when the focus is in the username, the softkey "Next" does not show up in the keyboard. I have event tried usernameText.setNextFocusDownId(R.id.editTextPassword); in my activity .java, and android:nextFocusDown="@+id/editTextPassword"> in my layout .x

[android-developers] Launcher icon not working for my app

2011-09-26 Thread Skip Morrow
I posted this at stackoverflow, but I haven't gotten any helpful answers: http://stackoverflow.com/questions/7546351/android-launcher-icon-not-working The crux is I that the app icon I have assigned in my manifest isn't being used in the launcher on my phone (all I get is the default package icon

Re: [android-developers] Listview getting started

2011-09-09 Thread Skip Morrow
TreKing, thank you so much. I understand your answer and I will proceed that way. -- 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

[android-developers] Listview getting started

2011-09-09 Thread Skip Morrow
I haven't written even a single line of my first android app, but I have been programming C# and other languages for a while. I have read many of the tutorials, and I think I have a plan of action for my first app. My first app will be a home automation controller which will be driven entirely

[android-developers] Unsuccessful in completing a Nexus One purchase

2010-11-22 Thread Skip
initiated from: https://android.brightstarcorp.com/index_adp3.htm Anyone else having this problem? Thanks, -Skip -- 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