[android-beginners] How should I handle a DB Delete Confirmation?

2010-04-15 Thread Juan
Hey guys, I'm working on an application thats effectively a glorified log book. It maintains each log item in an SQLite table row, and displays the logs in a List among other activities. I want to implement a delete confirmation dialog so that users avoid losing a log if their finger slips to the

[android-beginners] Re: Turning a website into an Android ap

2010-04-14 Thread Juan Pablo Berrocal
If you are using a TextView to show the contents of the feed, you can use autolink property of the textciew to make the links work, that should open the browser android:autoLink=all but as Treking said a WebView is the way to go On 13 abr, 11:52, ~ TreKing treking...@gmail.com wrote: On

[android-beginners] Re: RSS feeds

2010-03-16 Thread Juan Pablo Berrocal
Hi, maybe this links could help you http://www.ibm.com/developerworks/edu/x-dw-x-androidrss.html http://www.helloandroid.com/tutorials/newsdroid-rss-reader -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your

[android-beginners] code stepping icons disabled

2010-01-21 Thread Juan
Hi, Stack. I have just started with Android it runs on the Eclipse SDK. Eclipse version: 3.5.1 and Android 2.0.1 I need to debug my code by stepping through it. However, the step in and step over buttons are disabled in the debug environment. How can I enable these buttons? -- You received this

[android-beginners] Re: Development Phone

2009-09-16 Thread Juan Delgado
-- Juan Delgado - Zárate http://zarate.tv http://blog.zarate.tv --~--~-~--~~~---~--~~ 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] Re: How Can I Block Unwanted Calls.

2009-09-12 Thread Juan Delgado
: ) Juan On Thu, Sep 10, 2009 at 5:53 PM, Chris Stratton cs07...@gmail.com wrote: But there's no reason a future version of the platform couldn't include both a documented api and an explicit reject calls permission. On Sep 10, 12:51 pm, Chris Stratton cs07...@gmail.com wrote: On Sep 10, 11:48 am

[android-beginners] How to show a Progress dialog in AsyncTask?

2009-08-30 Thread Juan David Trujillo C.
dialog; } No dialog gets shown. This is being done inside an activity included in a Tab. When I switch to another Activity in the tab, the progressDialog gets shown. Thanks for your help, Best regards, Juan. --~--~-~--~~~---~--~~ You received this message

[android-beginners] How to show a dialog on top of another dialog in an activity

2009-01-25 Thread Juan David Trujillo C.
, Juan. --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email to android-beginners

[android-beginners] Re: How to show a dialog on top of another dialog in an activity

2009-01-25 Thread Juan David Trujillo C.
to do is ues the cancel() method on the dialog and that's it. Juan. On Jan 25, 1:11 pm, Juan David Trujillo C. jdavidandr...@gmail.com wrote: Hi guys! I have an activity that shows a dialog that has some editText fields the user is supposed to fill in.  I would like to validate if the user

[android-beginners] Question about Java coding good practice - Inner classes

2009-01-17 Thread Juan David Trujillo C.
, etc.) should be declared in the inner class or the outer class. What is the best practice in terms of Java coding? Best regards, Juan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Android market and ADCII

2008-11-13 Thread Juan David Trujillo C.
? Thanks! best regards, Juan. --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email

[android-beginners] How to get a G1 whithout a suscription plan?

2008-11-13 Thread Juan David Trujillo C.
Hi guys! I don´t live in the US, but I would like to get a G1. Is it possible somehow to buy a G1 without a suscription plan, and just pay for the device? I´ve read that you have to pay a 2 year suscription, is that right? Thanks, Best regards, Juan

[android-beginners] Re: How to fill an autocomple with information from a database query

2008-11-09 Thread Juan David Trujillo C.
final String[] PEOPLE_PROJECTION = new String[] { Database.KEY_REASON, Database.KEY_VALUE, Database.KEY_TAX }; On Nov 6, 9:49 pm, Juan David Trujillo C. [EMAIL PROTECTED] wrote: Hi all!! I want to create an autocomplete that gets its

[android-beginners] How to fill an autocomple with information from a database query

2008-11-06 Thread Juan David Trujillo C.
/7ed8593be568d86e/3485e65aadfc7c77?lnk=gstq=autocomplete#3485e65aadfc7c77 I have to use the methods: runQueryOnBackgroundThread, convertToString, among others and extend extends SimpleCursorAdapter, but I still don't know how to actually use it. Appreciate any help provided!!! Best regards, Juan

[android-beginners] How to get the position of a specific element in a spinner based on the element's text

2008-11-04 Thread Juan David Trujillo C.
Hi guys! Does anyone know how to get the position of a specific element in a spinner based on the element's text: Example: Given the following Spinner: position element 0Blue 1Red 2Yellow 3Black 4Brown How do I

[android-beginners] Re: Using the notification manager from BroadcastReceiver

2008-11-02 Thread Juan David Trujillo C.
(Context.ALARM_SERVICE); You have to use the context prefix always! Hope this is useful! Juan On Sat, Nov 1, 2008 at 12:35 PM, Juan David Trujillo C. [EMAIL PROTECTED] wrote: Hi guys! I need to create a notification using the Notification Manager once an alarm goes off. For this, I'm using

[android-beginners] Re: Emulator Error

2008-06-04 Thread Juan David Trujillo C.
Ubuntu. I´ll let you know if I can achieve this, so you have other alternatives for your installation. Have a nice day! Juan On Wed, Jun 4, 2008 at 8:59 PM, tmoriarty [EMAIL PROTECTED] wrote: Hi, I am new to the android platform. I have recently installed the SDK and I now attempting to work

[android-beginners] Re: Writing files to the Emulator

2008-05-15 Thread Juan Antonio Plaza
Thanks Mark! I was able to copy some files to the Emulator. But I got another issue. As I wrote in my first post, I've been testing the Content Providers and trying to fetch some file names (images). The Contact Provider worked perfectly, not the same results with the MediaStore Provider. This

[android-beginners] Writing files to the Emulator

2008-05-14 Thread Juan Antonio Plaza
Hi, I'm trying to read media from my app (images actually) so I'm using android.provider.MediaStore content provider. But no images are fetched. I understand there are no images stored in the device nor in the virtual SDcard. Does anyone have any idea on how to write files to the default