[android-developers] How do I use code from github to work run on android studio

2023-03-13 Thread Luke Ferguson
How do I use code from github to work run on android studio -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Opening the SDK Manager from the Start Menu and through Eclipse shows 2 different versions.

2012-10-21 Thread Luke Chalfant
Okay, so I run Eclipse and it says I need the latest revision of the Android SDK Tools (20, and I have 16), and it offers to open the SDK Manager. It says that I have 16 and I try to update it and it fails. The first couple of times it said file not found. And now it says something about how

[android-developers] processName in remote service

2012-10-12 Thread Luke Weber
I'm running a remote service and an application in the main process. I have named my process in the manifest :remote for example. When I launch my application, it instantiates an app for both processes the main and service process(:remote). However inside the onCreate for my application,

[android-developers] Re: MTP performance

2012-10-12 Thread Luke Weber
on the implementation. Extra code seems like it's simply enforcing that only one client can write to disk at a time. Luke On Monday, October 8, 2012 11:20:06 AM UTC+2, Mike wrote: Hi Everyone, I am working on improving the MTP write performance of devices in general. I came across this code in kernel/fs

[android-developers] Noob: Automatic moving background

2011-07-21 Thread Luke Taylor
Hello, I've just started developing apps for my Android using eclipse running on my mac. I was wondering if it were possible (which I'm sure is) to state in my program, that I want my background to move automatic from top to bottum, as if you were scrolling. For instance, when you look out of the

[android-developers] How do I stop cycling of content in an AppWidget when homescreen is not displayed?

2011-01-14 Thread Luke
is not in the foreground or the screen is off. Any help on how to achieve this would be greatly appreciated! Regards, Luke. -- 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

[android-developers] Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
If anybody is creating multi-touch apps for Android, you may have noticed the MotionEvent class is getting more and more complicated over time. Additionally you may have discovered your code has different quirky behavior on different devices (e.g. on Synaptics devices, touch-down / touch-up can

[android-developers] Re: Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
, because I managed to lose the keystore password, so the old version is not there anymore and version 2 is a separate download :-) ...) On Jun 9, 7:00 am, luke luke.hu...@gmail.com wrote: If anybody is creating multi-touch apps for Android, you may have noticed the MotionEvent class is getting

[android-developers] Re: Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
this should work on the Nexus One and not at all on the Incredible. On Jun 9, 7:11 am, luke luke.hu...@gmail.com wrote: I should add that I uploaded a significantly updated MultiTouch Visualizer 2 to the Market that uses this controller.  It now supports 3+ touch points, and numbers all

[android-developers] Re: Updated MultiTouchController.java for simplifying the development of multi-touch applications on Android

2010-06-09 Thread luke
OK, I found the problem with running the controller on Android-2.1, and updated the code in the android-multitouch-controller project linked above. If somebody could please test on 2.1 and/or 2.0.x I would greatly appreciate it, I only have an Android-2.2 device. Thanks! On Jun 9, 7:47 am, luke

[android-developers] How to enable klogd / syslogd for debuggin

2010-04-12 Thread Luke
Hi all, I am developing the android device and system will hang randomly, I like to enable klogd / syslogd to keep log for debugging at next boot. would you please provide your experience to guide me how to enable this function. BTW, I know the busybox contain the klogd / syslogd function, did

[android-developers] Re: Uploading a File with HttpClient and HttpPost

2010-03-01 Thread Luke Chi
Hello, has anybody tried this? http://stackoverflow.com/questions/1067655/how-to-upload-a-file-using-java-httpclient-library-working-with-php-strange-pro On 1月24日, 上午6時06分, Hubert Behaghel behag...@gmail.com wrote: Have you tried without the header Expect: 100-Continue ?

[android-developers] Re: Uploading a File with HttpClient and HttpPost

2010-03-01 Thread Luke Chi
http://stackoverflow.com/questions/1067655/how-to-upload-a-file-using-java-httpclient-library-working-with-php-strange-pro On 1月24日, 上午6時06分, Hubert Behaghel behag...@gmail.com wrote: Have you tried without the header Expect: 100-Continue ?

[android-developers] How to implement UI for re-ordering a list?

2010-02-18 Thread Luke Meyer
I have an Android app where users can add items to a ListView, and I'd like them to be able to re-order the items in the list however they want (as opposed to just offering them different sort orders). It's easy enough to add a position setting for the items (they come from the DB) but what kind

[android-developers] Re: Motorola Droid (possible android) multi-touch bug and how to reproduce

2010-01-29 Thread luke
device and not a 2D device). -- Luke Hutchison On Jan 28, 7:06 pm, Mario Zechner badlogicga...@gmail.com wrote: It seems Toon Warz, another game using multitouch also has some issues on N1 and Droid. Can others confirm the problem with the code posted above? Did anyone arrive at a solution

[android-developers] How to perform the animation in viewgroup

2010-01-04 Thread Luke
Hi all I am trying to perform the animation on widget in my program. (Use Layout A) My widget has at least one viewgroup(Layout B) and imageview (View C). --- Layout B Layout A ---| (Layout A = Widget (Layout B , ImageView))

[android-developers] autoLink cause the Stack Overflow exception

2009-12-16 Thread Luke
Dear All, I tried to create the launcher widget for getting some messages from social networking server. I hope it can support autoLink feature of these message content. however, it will have the Stack Overflow exception when android:autoLink=web|email is enabled when getting more than 20

[android-developers] Android Dev Tools - Unsigned?

2009-12-15 Thread Luke Schlather
I'm trying to install the SDK on my machine, but as I'm installing ADT, Eclipse gives me a warning that the ADK plugins contain unsigned content. From the listing it looks like they are unsigned in their entirety. Is this correct? It seems a little odd that an application plugin people will be

[android-developers] Re: Screen is dark momentarily when launching OpenGL view (GLSurfaceView)

2009-11-09 Thread Luke
Dear all. i found a key point, when i execute the clear color and depth buffer only in StaticTriangleRenderer. (glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT)) it will make the screen flicker. would you please provide your experience about this issue? thanks a lot. Luke On 11月3日, 上午2時16分

[android-developers] Screen is dark momentarily when launching OpenGL view (GLSurfaceView)

2009-11-02 Thread Luke
Dear all, I want to implement the transition effect ( transparent with Z axis ) when user slip the android home to change home page. therefore, I plan to launch the new activity that is implemented by OpenGL ES to perform this effect. However, i encounter a problem that the screen/display is dark

[android-developers] Re: what touch events are supported in Appwidget

2009-10-13 Thread Luke
romain...@google.com wrote: It's not possible, only clicks are supported. On Mon, Oct 12, 2009 at 8:12 PM, Luke vagrant...@gmail.com wrote: Dear All, I want to create the two or more views inAppwidgetand change the view by scroll event ( pull and release ). Is it possible to implement

[android-developers] what touch events are supported in Appwidget

2009-10-12 Thread Luke
Dear All, I want to create the two or more views in Appwidget and change the view by scroll event ( pull and release ). Is it possible to implement scroll event in Appwidget? what touch events are supported in Appwidget (except click)? --~--~-~--~~~---~--~~ You

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread Luke Wallace
App: Gallery Map Category: Media Developer: Just me Website: None yet My idea seems pretty small in comparison to most I'm reading about here, but it's an idea I've had since I first got my G1, and after learning there was a competition with real prizes, and that putting apps up on the market

[android-developers] Re: Assuming Developers are Pirates

2009-03-02 Thread Luke Hutchison
It's an impediment and a deterrent, which is all the root protection is intended to be -- but it would be more effective and harder to circumvent than rooting a phone. On Mon, Mar 2, 2009 at 11:25 AM, Jon Colverson jjc1...@gmail.com wrote: On Mar 2, 6:27 am, Luke Hutchison luke.hu

[android-developers] Re: Simulate a KeyEvent

2009-02-10 Thread Luke w
I want the solution too BR, Luke Wang Doug Larson - Instead of giving a politician the keys to the city, it might be better to change the locks. On Wed, Jan 28, 2009 at 8:32 PM, wsgfz...@gmail.com wsgfz...@gmail.comwrote: Hi~ I just met a problem about how to reject an incoming call

[android-developers] Re: How to share classes between different Android projects?

2009-01-29 Thread luke
Java Build Path Libraries Add External Class Folder. - Juan T. On Jan 20, 12:29 pm, luke luke.hu...@gmail.com wrote: I have two projects that share classes in a third project.  Eclipse happily allows me to reference these external classes when I am developing the two dependant projects

[android-developers] How to share classes between different Android projects?

2009-01-20 Thread luke
I have two projects that share classes in a third project. Eclipse happily allows me to reference these external classes when I am developing the two dependant projects (as long as the Java Build Path is set up right), but when I try launching the dependant projects, the external classfiles are

[android-developers] Re: How to share classes between different Android projects?

2009-01-20 Thread Luke Hutchison
Thanks Juan, that looks like what I need. On Tue, Jan 20, 2009 at 8:04 PM, jtaylor jatto@gmail.com wrote: Try Java Build Path Libraries Add External Class Folder. - Juan T. On Jan 20, 12:29 pm, luke luke.hu...@gmail.com wrote: I have two projects that share classes in a third

[android-developers] Full multitouch working on the G1, new approach (video + source)

2009-01-11 Thread luke
I have multitouch working on the G1 in a way that is backwards- compatible with single-touch applications. I capture the multitouch events and then hijack an unused field in MotionEvent to pass the multitouch events in a way that only affects programs that have been designed to work in

[android-developers] Re: Full multitouch working on the G1, new approach (video + source)

2009-01-11 Thread luke
deal with their touchscreen technology -- but I haven't looked into the details. On Jan 11, 11:32 am, Sena Gbeckor-Kove s...@imkon.com wrote: Great! Does anybody know if this is ok IP wise, or is a lawsuit likely? S On 11 Jan 2009, at 13:30, luke wrote: I have multitouch working on the G1

[android-developers] Re: Customize layout of ExpandableListView

2008-12-18 Thread Luke w
Hi mscwd01, How about the result ? could you give some comment ? BR, Luke Wang Jay London - I was going to buy a book on hair loss, but the pages kept falling out. On Tue, Dec 16, 2008 at 12:11 AM, mscwd01 mscw...@gmail.com wrote: Brilliant! Thanks for taking the time to show me

[android-developers] Re: Customize layout of ExpandableListView

2008-12-18 Thread luke
Hi mscwd01, It is works great, thanks very much. but what about extends BaseExpandableListAdapter ? Maybe i should provide a ImageProvider for the dynamic image binding. Thanks again :) On Dec 18, 8:10 pm, mscwd01 mscw...@gmail.com wrote: Hey Luke, Sure, I managed to solve it myself after

[android-developers] Re: A ListView that show the contact icon and name in a list item

2008-12-17 Thread Luke w
Thanks verymuch for android. Your method of extends the CursorAdapter is more facility, and it is really smart looks cute, ha. BR, Luke Wang Rita Rudner - I was a vegetarian until I started leaning toward the sunlight. On Tue, Dec 16, 2008 at 1:36 PM, for android forandr...@gmail.com wrote

[android-developers] Re: Join via ContentProvider

2008-12-17 Thread Luke w
I also want to know how the layout can be implemented. Image1 Text1 Image2 Text2 Image3 Text3 BR, Luke Wang Jay London - I was going to buy a book on hair loss, but the pages kept falling out. On Mon, Nov 3, 2008 at 1:25 PM, for android forandr...@gmail.com wrote: Also i was interested

[android-developers] Re: SimpleExpandableListAdapter: some bugs exist when expanding and collapsing?

2008-12-17 Thread Luke w
Did this bug be fixed in the latest SDK1.0r2 ? BR, Luke Wang Stephen Leacock - I detest life-insurance agents: they always argue that I shall some day die, which is not so. On Fri, Feb 22, 2008 at 5:29 PM, mmd...@gmail.com mmd...@gmail.com wrote: It's a bug. It seems that a lot of people

[android-developers] Re: How can ExpandableListActivity be customized?

2008-12-17 Thread Luke w
How can i customize it like this: Group [image1] [item1] [image2] [item2] [image3] [item3] Group [image1] [item1] [image2] [item2] [image3] [item3] Group [image1] [item1] [image2] [item2] [image3] [item3] BR, Luke Wang Bob Hope - I don't

[android-developers] Re: A ListView that show the contact icon and name in a list item

2008-12-15 Thread Luke w
point is how to get the icon cursor, because the name and number is easy to access by contact cursor, but the icon cursor is a big problem. Thanks again and hope for your comment. :) BR, Luke Wang Stephen Leacock - I detest life-insurance agents: they always argue that I shall some day die, which

[android-developers] Re: A ListView that show the contact icon and name in a list item

2008-12-12 Thread Luke w
Hi for android, thanks for your help, sorry, i need more directions on this question. Please have a look at the image attached, i want the icon placed to the left of each people item from Contact. Thanks :) BR, Luke Wang Chevy Chase - Parrots make great pets. They have more personality than

[android-developers] Re: A ListView that show the contact icon and name in a list item

2008-12-12 Thread Luke w
very much. BR, Luke Wang Jay Leno - The reason there are two senators for each state is so that one can be the designated driver. On Fri, Dec 12, 2008 at 6:05 PM, jarkman jark...@gmail.com wrote: I think you'll need to extend CursorAdapter, and bind the data yourself in its bindView

[android-developers] Re: A ListView that show the contact icon and name in a list item

2008-12-12 Thread Luke w
. Thanks very much. BR, Luke Wang Robert Orben - Older people shouldn't eat health food, they need all the preservatives they can get. On Fri, Dec 12, 2008 at 12:42 PM, for android forandr...@gmail.com wrote: int pplId = managedCursor.getColumnIndex(People._ID); if (managedCursor.moveToFirst

[android-developers] A ListView that show the contact icon and name in a list item

2008-12-11 Thread Luke w
|---| icon name number |---| *... ... could anybody, who familar with the Contact API, give me some hints on how to get the contact icon to satisfy the list above. * Thanks very much BR, Luke Wang --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: A ListView that show the contact icon and name in a list item

2008-12-11 Thread Luke w
Anyone can help me to get the contact icons ? Help ~ BR, Luke Wang On Thu, Dec 11, 2008 at 4:09 PM, Luke w hit...@gmail.com wrote: Hi all, * now, my code below can display the name and major number about one of the contacts. * public class MainActivity extends ListActivity

[android-developers] Re: Separating ListView into Sections using Headers

2008-12-11 Thread Luke w
a extendListAdapter to dynamicly provide images, text, and also some buttons on it. Hope for your additional tutorial, Thanks again. BR, Luke Wang Dwight L. Moody - I have had more trouble with myself than with any other man I've met. On Wed, Sep 17, 2008 at 6:42 AM, Francisco manager@gmail.com wrote: I

[android-developers] Re: terminate the incoming call?

2008-12-05 Thread Luke w
I am trying to find this answer too .. I have some more questions: If we have method to terminate it, how long we may use to terminate ? I want avoid the ringtone too. what if the incoming call had been terminated, is there a notification apear in the top screen or not?

[android-developers] Increasing heap size available to Android tasks above 16M?

2008-04-14 Thread luke
Does anybody know how to increase the heap size available to an Android task above the default of 16M? I keep hitting the roof on a data analysis task. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android