Re: [android-developers] em...@android.com

2011-07-01 Thread Jorge Luis
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you

Re: [android-developers] Re: em...@android.com

2011-07-01 Thread Jorge Luis
yes. 2011/7/1 souissi haythem haythe...@gmail.com Why, it's only for person who work in android sociaty??? On Jul 1, 2:50 pm, Jorge Luis jorgelferr...@gmail.com wrote: no. 2011/7/1 souissi haythem haythe...@gmail.com can i have an émail : myn...@android.com

Re: [android-developers] Re: em...@android.com

2011-07-01 Thread Jorge Luis
yes. 2011/7/1 souissi haythem haythe...@gmail.com are you sure??? On Jul 1, 3:04 pm, Jorge Luis jorgelferr...@gmail.com wrote: yes. 2011/7/1 souissi haythem haythe...@gmail.com Why, it's only for person who work in android sociaty??? On Jul 1, 2:50 pm, Jorge Luis

[android-developers] AsyncTask, Runnable Thread, ???

2011-07-01 Thread Jorge Luis
I need to retrieve a few JSON URLS and put then in the UI... which is the best way to do it? AsyncTask, Thread+Handler, any other? In addition could you give an example, or tell me where do i get a nice tutorial to do it? Thx. -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga

[android-developers] Ain't this supposed to work?

2011-07-01 Thread Jorge Luis
http://pastebin.com/Fk0eXGXH I'm alway getting Erro at the first HTTP Request D: The debugger shows nothing :/ -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Honeycomb Youtube Gallery

2011-06-27 Thread Jorge Luis
Does anyone have a code that is like Youtube Gallery on the Honeycomb, or know how to do it? Thanks. -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Honeycomb Youtube Gallery

2011-06-27 Thread Jorge Luis
=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- 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

Re: [android-developers] how to create a apk file

2011-06-24 Thread Jorge Luis
://groups.google.com/group/android-developers?hl=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- 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

[android-developers] Error with HTTP Client

2011-06-24 Thread Jorge Luis
/com.ibssistemas.app.principal (server)' ~ Channel is unrecoverably broken and will be disposed! WTH is this supposed to means and how do i fix this? o.O -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] onDateSet never gets called

2011-06-21 Thread Jorge Luis
this group at http://groups.google.com/group/android-developers?hl=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- 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] Parsing JSON

2011-06-21 Thread Jorge Luis
How do i simply parse {status:true,msg:Logged In.}? Thx -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- 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] Parsing JSON

2011-06-21 Thread Jorge Luis
after that i should use json.getBoolean and json.getString? 2011/6/21 Miguel Morales therevolti...@gmail.com JSONObject json = new JSONObject(jsonString); On Tue, Jun 21, 2011 at 1:48 PM, Jorge Luis jorgelferr...@gmail.comwrote: How do i simply parse {status:true,msg:Logged In.}? Thx

[android-developers] SQLiteOpenHelper

2011-06-20 Thread Jorge Luis
any error, but, it doesn't add any data to the table either. Is there anything that i'm missing? Thx, have a nice beggining of week ;D -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread Jorge Luis
email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you are subscribed

Re: [android-developers] Aw: SQLiteOpenHelper

2011-06-20 Thread Jorge Luis
Actually my problem was all over the query, i did a rawQuery and worked fine Bazinga! :P -- 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

[android-developers] Is there something wrong?

2011-06-17 Thread Jorge Luis
Is there something wrong with this? public void atualizaNota (ListView lista) { SQLiteDatabase db = null; ArrayAdapterString results = null; Cursor r; try { db = openOrCreateDatabase(base.db, MODE_PRIVATE, null); } catch (SQLException e) { AlertDialog.Builder err = new

Re: [android-developers] Re: Is there something wrong?

2011-06-17 Thread Jorge Luis
Do the query select the _id even if i don't put it on the fields? I guess it haves. -- 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,

Re: [android-developers] Re: Is there something wrong?

2011-06-17 Thread Jorge Luis
options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Is there something wrong?

2011-06-17 Thread Jorge Luis
-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari

Re: [android-developers] Re: Is there something wrong?

2011-06-17 Thread Jorge Luis
with incredible clarity. -- Kostya 2011/6/17 Jorge Luis jorgelferr...@gmail.com Did changed the getString from (0) to (1), but it still crashes... :/ 2011/6/17 Jona medicalsou...@gmail.com you should explain a little more about what you are having problems with... If your table has _id than

Re: [android-developers] Re: Is there something wrong?

2011-06-17 Thread Jorge Luis
r.getColumnIndexOrThrow(Nota) and use the return value. If it throws, then the column is not in that query's result and you've got a problem with how you've initialized the database. -- Kostya 2011/6/17 Jorge Luis jorgelferr...@gmail.com In the debug mode i get this msg: 06-17 16:05:43.110

Re: [android-developers] Re: Is there something wrong?

2011-06-17 Thread Jorge Luis
Which one is the proper and most optimized way to start a db connection? I guess tha if i know this my problem will be solved. :D 2011/6/17 Kostya Vasilyev kmans...@gmail.com Did you already change and rerun your code, with the change I suggested? 2011/6/17 Jorge Luis jorgelferr

[android-developers] [Problem] My themes and layout don't apply

2011-06-16 Thread Jorge Luis
I'm developign with Eclipse usind SDK 7 (Android 2.1), and my layout and themes don't apply when i try to 'deploy' the app at my Xoom is there anything i'm can do for then to apply? Thx -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You received this message

Re: [android-developers] need help with my Nexus S

2011-05-12 Thread Jorge Luis
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Jorge Luis Ferrari Cé Desenvolvedor / Web Designer Siga @JLFerrari -- You

[android-developers] Documentation

2011-05-11 Thread Jorge Luis
Does anyone have any starting documentation for dummies like me that are used to structured language? I can't access any website from my work since the firewall won't allow, so if any of you could send my, anything, a tutorial, a how-to, a guide, anything i would thx a lot. Jorge. -- Jorge

[android-developers] [Starting] Help

2011-02-22 Thread Jorge Luis
Afternoon ya'll... I'm starting at Android Development, is there any documentation that could help me in this? I'd really like to read something useful, beside google documents, do you guys have/know any? Thanks, Jorge. -- Jorge Luis Ferrari Cé IBS Sistemas Rio do Sul - SC (47