[android-beginners] Please consider submitting your mobile-for-good ideas

2010-05-26 Thread Alex Steed
Hello, We're super excited to introduce Change Connections, an initiative by The Feast social innovation conference in collaboration with Nokia. http://feastongood.com We've just launching change-connections.com, an online open innovation forum based in serious play around serious issues. The

Re: [android-beginners] can i re-install an app without shutting down the emulator?

2010-05-24 Thread Alex Ortiz de Guinea
Hi, I think you are supposed to do adb uninstall foo.bar.appname instead of deleting the .apk file. Cannot test it right now, though. Otherwise, you can always increment the app version number ;) On Mon, May 24, 2010 at 6:23 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Mon, 24 May

[android-beginners] Get link on RSS feed from Android browser to my application

2010-05-22 Thread Alex Zaharov
My program is a simple RSS reader. And I want to receive links on RSS feeds from Android browser. For example, user wants to save RSS-link, he push a button (added by my program) or check a context menu item (also added by my program), something like Watch in RSS_Reader. And rss-link transmitted

[android-beginners] using java classes

2010-03-17 Thread Alex Hall
.* and java.text.DateFormat, but I get an error that, for example: date=new Date(); cannot find variable date Does android not like java classes? Thanks. -- Have a great day, Alex (msg sent from GMail website) mehg...@gmail.com; http://www.facebook.com/mehgcap -- You received this message because you

Re: [android-beginners] using java classes

2010-03-17 Thread Alex Hall
That was it! I really hate it when it is such a glaringly obvious error, yet you cannot see it. Oh well, that is not the first time and I am sure it will not be the last... On 3/17/10, Mark Murphy mmur...@commonsware.com wrote: Alex Hall wrote: Hi all, As an exercise, I am trying to add a date

[android-beginners] sort order for sqlite query

2010-03-17 Thread Alex Hall
a great day, Alex (msg sent from GMail website) mehg...@gmail.com; http://www.facebook.com/mehgcap -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions

Re: [android-beginners] sort order for sqlite query

2010-03-17 Thread Alex Hall
Ah, so what about descending, and which argumnts of the query would these (the column name and order) be? On 3/17/10, Mark Murphy mmur...@commonsware.com wrote: Alex Hall wrote: Hi all, I am trying to sort the result set of an sql query, but google is not telling me what I can put

[android-beginners] accessibility tutorial

2010-03-15 Thread Alex Hall
Hi all,░Does anyone know where I can find a tutorial on Talkback (and the other accessibility features of Android)? I am learning Android and need to make my applications as accessible as possible. Thanks! -- Have a great day, Alex (msg sent from GMail website) mehg...@gmail.com; http

[android-beginners] new to list

2010-03-09 Thread Alex Hall
probably have a lot of questions about how to add talkBack functionality into applications since I would like to be able to use what I write. -- Have a great day, Alex (msg sent from GMail website) mehg...@gmail.com; http://www.facebook.com/mehgcap -- You received this message because you

[android-beginners] setting up dev environment on Macintosh

2010-02-09 Thread alex
?: Macintosh:~ alex$ java -version java version 1.5.0_13 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13- b05-237) Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing) Macintosh:~ alex$ javac -version javac 1.5.0_13 Worrisomely... If I click on a href=http://java.sun.com

[android-beginners] Remove DRM sync iTunes Amazon protected music video DVD movie to iPhone Motorola HTC Palm Nokia Blackberry Samsung

2009-12-22 Thread Alex
a href=http://www.all-media-converter.com/media- converter.html#136Remove DRM/a, a href=http://www.all-media- converter.com/how-to/remove-drm-itunes-wmv-wma.html#136]Convert iTunes Amazon protected music video DVD movie to iPhone Motorola HTC Palm Nokia Blackberry Samsung etc/a -- You received

[android-beginners] Transfer iTunes Amazon music video DVD movie to Motorola Droid CLIQ Rival

2009-12-15 Thread Alex
Any android phone users? just thinking this article might be helpful http://www.all-media-converter.com/knowledge/transfer-itunes-amazon-music-video-dvd-movie-to-motorola-droid-cliq-rival.html#136 -- You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: Change Android Language

2009-11-24 Thread Alex Duncan
I bought an HTC magic in China too and want to know this as well. Has anyone found a solution yet? It's not just Gmail, App Store and others also don't change when the overall phone language is switched... Alex On Nov 3, 10:18 am, Bthejay bthe...@gmail.com wrote: A little extra note: After

[android-beginners] Re: Rounded corners for EditText

2009-11-02 Thread Alex (PS3 Friends)
I think you want to use a 9-patch image. Check out the link below, just researched this last night. http://www.anddev.org/tutorial_buttons_with_niceley_stretched_background-t4369.html On Nov 2, 3:53 am, westmeadboy westmead...@yahoo.co.uk wrote: I have an EditText view and would like to make

[android-beginners] Re: Programming The UI

2009-10-23 Thread Alex (PS3 Friends)
Was a little weird at first with the XML inflate, but gotten used to it. I actually kind of like it now the more I play with it. Alex On Oct 22, 11:08 am, xdiscx xdi...@yahoo.com wrote: How do you guys find the learning curve for programming the UI? Thanks, XDiScX

[android-beginners] Doing a periodical task. Counter?

2009-08-04 Thread Alex Mendez
Hi, I'm new on Android and I just made my first application openning a new Activity with a button and some other stuff but now I want to do something that have to be refreshed every little time or as fast as possible like a counter. When you program in C or Java you can make a loop and a counter

[android-beginners] Re: How to capture sound level?

2009-08-04 Thread Alex Mendez
= recorder.getMaxAmplitude(); Balwinder Kaur Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 26, 1:45 pm, Alex

[android-beginners] Re: How to capture sound level?

2009-07-31 Thread Alex Mendez
Open Source Development Center ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 26, 1:45 pm, Alex Mendez twist...@gmail.com wrote

[android-beginners] Multiple EditText fields per row

2009-07-26 Thread Alex A.
this results in is just one EditText field (the first one) taking up the whole second row. What I need is all 4 entry fields in one row. What is the problem here? Any help is appreciated. Alex P.S. Apologies if this a double post, but the first one didn't seem to go through

[android-beginners] How to capture sound level?

2009-07-26 Thread Alex Mendez
Hi, I've been trying to get the sound level coming from the mic but I can't find a way to do it. In all the documentation I could find I didn't find anything that could help me read the sound level from the mic. Anyone knows how to do it? --~--~-~--~~~---~--~~

[android-beginners] Multiple EditText fields per row

2009-07-26 Thread Alex A.
/ /TableRow /TableLayout - But what this results in is just one EditText field (the first one) taking up the whole second row. What I need is all 4 entry fields in one row. What is the problem here? Any help is appreciated. Alex

[android-beginners] How to use the aidl by the eclipse step by step?

2009-06-15 Thread Alex Lv
Hi,everyone! My develop environment: eclipse, ADT0.9, SDK1.5, Windows XP. How to use the aidl form creating an aidl-file to using the service? Step by step. Need your help! In the sdk document, it descripe as AIDL generates an interface file for you with the same name as your .aidl file. If you

[android-beginners] Voting Is Open For The UC Berkeley Human Rights Center Mobile Challenge!

2009-03-25 Thread Alex Steed
://www.acteva.com/booking.cfm?bevaID=176606 Many thanks! Alex Steed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com

[android-beginners] Two Mobile Innovation Challenges currently open for submissions

2009-03-04 Thread Alex Steed
, and even amplify your work on a global stage. If you have any questions about NetSquared or these Challenges, feel free to let me know! Look forward to seeing your ideas in the Project Gallery! Alex Steed --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Cannot load apk compiled on different computers.

2008-10-27 Thread Alex
built on a different comp. My question is how do I get around this? More specifically how do I fully uninstall it in such a way that it will forget the old sig and let me load the app built on a diff comp? Thank you in advance. Alex --~--~-~--~~~---~--~~ You

[android-beginners] Re: Does Android have a bluetooth ?

2008-10-13 Thread Alex Feldman
Anyone have any idea of when to expect the new API update for a2dp support? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Displaying User Input

2008-06-06 Thread Alex
I am trying to take input from a user via EditTest, and display it back on the Android via Toast format. Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send