[android-developers] Re: Problem in simple Code SQLite

2009-09-01 Thread leonardo.
String[] { COL_ID,COL_NAME}, null, > null, null, null, null); > > int idCol=c.getColumnIndex(COL_ID); > int nameCol=c.getColumnIndex(COL_NAME); > > String s=null; > > while(true) > { > String name=c.getString(nameCol); > s=s+" "+name; > if(c.isLast()) >

[android-developers] Re: Problem in Http Get method....pls tel me ...

2009-09-02 Thread leonardo.
quot;; > >String feed_url=" > http://localhost:8080/Serv1/servlet/Servlet1?st1="+str11; > HttpClient client=new DefaultHttpClient(); > > HttpGet siteRequest = new HttpGet(feed_url); > > HttpResponse httpResponse = client.execu

[android-developers] TS play with VideoView

2012-07-05 Thread Leonardo
Hi, I'm working on an application that needs to play videos in the format TS (transport strem), however, as the link "http://developer.android.com/guide/appendix/media-formats.html,"; I play with the codec H.264 AVC in version 3.0 + Android. However, I wrote a simple code to play a video fil

[android-developers] Re: TS play with VideoView

2012-07-05 Thread Leonardo
Sorry, the error was: *Cannot played video Sorry, this video cannot be played Em quinta-feira, 5 de julho de 2012 14h57min02s UTC-3, Leonardo escreveu: > > Hi, > > I'm working on an application that needs to play videos in the format TS > (transport strem), > howeve

[android-developers] Supported Media Formats

2012-07-08 Thread Leonardo
Hi all, How doing for plays video in format TS (transport stream)? What version android? Here shows that supports MPEG-TS (.ts). Thanks! -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] video streaming UDP to android

2012-06-17 Thread Leonardo
Hi, I have an application that makes video stream to an internal network (192 ...) and I need to broadcast to all connected devices in the network. Since the players have found to only get android http stream, so does anyone know if there is any player who receives the video stream in udp prot

[android-developers] hi please let me know this.

2016-12-01 Thread leonardo
i sale the apps in google play store. my threshold is 100% reach in november 10. And i wonder when google send me my earning. Thanks for your answer. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] How to delete the text messages based on the senders' number?

2010-07-29 Thread Leonardo
Hi, guys, I made a app to block some junk messages. That app would delete the messages from the senders specified in the ban list. That app works in a way, but has some defects, as follows, 1. Sometime it just doesn't work, missing the new message to delete. 2. Even if it works deleting the message

[android-developers] How to target and block a new text messages based on the senders' number?

2010-08-02 Thread Leonardo
ng to fix your app will not get an > answer for certain. > > On Jul 29, 6:22 pm, Leonardo wrote: > > Hi, guys, > > I made a app to block some junk messages. That app would delete the > messages > > from the senders specified in the ban list. That app works in a way, bu

[android-developers] How to target and block a new text message *silently*?

2010-08-03 Thread Leonardo
hi, guys, please help out. if you want to block a message based on the sender's number, probably you would code like this as I did, cursor = context.getContentResolver().query(, malicious_number, ...); Uri mUri = Uri.parse("content://sms/" + cursor.getString(0)); context.getContentResolver(

[android-developers] ListView with Editable components

2012-12-11 Thread Leonardo Aramaki
l opinions? Leonardo -- 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 to android-developers+unsubscr...@googlegroups.

[android-developers] Re: New SDK release for Egnos

2013-02-20 Thread Leonardo Costa
s. If you don’t want to wait that long, find out more here<http://www.egnos-portal.eu/developer-platform/egnos-toolkits/egnos-sdk/functionalities-egnos-sdk> ! Thanks a lot and cheers, Leonardo On Tuesday, 31 July 2012 23:20:39 UTC+2, Leonardo Costa wrote: > > Hello, > I'm posti

[android-developers] Re: New SDK release for Egnos

2013-02-28 Thread Leonardo Costa
pa.eu/developer-platform/egnos-toolkits/egnos-sdk/download-egnos-sdk More info next week, cheers. Leonardo On Wednesday, 20 February 2013 17:48:31 UTC+1, Leonardo Costa wrote: > > Hello everybody again, I've interesting news from the European Commission > about Egnos, which is the

[android-developers] Re: New SDK release for Egnos

2013-03-06 Thread Leonardo Costa
: http://egnos-portal.gsa.europa.eu/developer-platform/egnos-toolkits/egnos-sdk/download-egnos-sdk Any question please contact me or reply to this thread. Cheers, Leonardo On Tuesday, 31 July 2012 23:20:39 UTC+2, Leonardo Costa wrote: > > Hello, > I'm posting this info on behalf o

[android-developers] Re: New SDK release for Egnos

2013-03-13 Thread Leonardo Costa
this post :-). I will be glad to help! On Tuesday, 31 July 2012 23:20:39 UTC+2, Leonardo Costa wrote: > > Hello, > I'm posting this info on behalf of the European Commission, the new > release of the EGNOS SDK for app developers is now available. > > This EGNOS SDK allows

[android-developers] Re: New SDK release for Egnos

2013-03-20 Thread Leonardo Costa
tion of the EGNOS SDK webpages: http://www.egnos-portal.eu/developer-platform/egnos-toolkits/egnos-sdk/tests-and-testimonials Cheers, Leonardo On Wednesday, 13 March 2013 11:51:47 UTC+1, Leonardo Costa wrote: > > Hello! > The European Commission wanted me to remind you that the EGNOS SDK v

[android-developers] Re: New SDK release for Egnos

2013-03-27 Thread Leonardo Costa
3 (EGNOS Corrections, detailed functionalities, etc.) at the following link: http://www.egnos-portal.eu/developer-platform/egnos-toolkits/egnos-sdk/functionalities-egnos-sdk. As always, please refer to this thread for any question and comment! Take care Leonardo On Wednesday, 20 March 2013 22:56:

[android-developers] New SDK release for Egnos

2012-08-02 Thread Leonardo Costa
reply here. I will also post further details in the next weeks, following up directly at this thread. Thanks and regards, Leonardo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Internet read app

2011-12-06 Thread Leonardo Betzler
i'm trying to do a application to read a web page and show the first line! public class InternetActivity extends Activity{ public void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); try{ URL u = new URL("www.google.com.br"); Buffe

[android-developers] Why my test app does not keep installed on phone?

2011-09-14 Thread Leonardo Zimbres
I do have this doubt, Im not sure if I did something wrong... When I lauch my app on Eclipse to my phone, It installs and runs on my phone nicely. But after closed, I do try to init the app from my phone, and it says "This application is not installed on the phone". Someone knows why? Thanks, --

[android-developers] video stream for media player android

2012-06-23 Thread Leonardo Domingues
s any player that receives video stream and run under the UDP or whether it is possible to develop an application that receives the video stream and pass to the player's native android. thanks! -- *Leonardo de Araújo Domingues* Graduando em Sistemas de Informação - UFPB/Campus IV Laborarório de

[android-developers] Re: New SDK release for Egnos

2012-09-03 Thread Leonardo Costa
/egnos-toolkits/egnos-sdk Download the DEMO APP and follow the How To Install Guide. As always if you have any question please reply to this thread! Cheers L. On Tuesday, 31 July 2012 23:20:39 UTC+2, Leonardo Costa wrote: > > Hello, > I'm posting this info on behalf of the European C

[android-developers] Re: New SDK release for Egnos

2012-09-19 Thread Leonardo Costa
App downloadable on the Egnos Portal linked above. Thanks, cheers. Leonardo On Monday, 3 September 2012 16:28:35 UTC+2, Leonardo Costa wrote: > > Hello again everybody! > To start approaching the EGNOS SDK, you can now install the Demo App on > your smartphone and with the su

[android-developers] Re: New SDK release for Egnos

2012-10-02 Thread Leonardo Costa
.toolk...@gsa.europa.eu I will also monitor this thread and in case will try to support you directly. Cheers! Leonardo On Wednesday, 19 September 2012 10:29:29 UTC+2, Leonardo Costa wrote: > > Me again, with further info that can be used also as a tutorial on the > EGNOS APK :-) > > Aft

[android-developers] Anyone interested on a small MicroSD to MicroUSB adapter?

2012-11-08 Thread Leonardo Matute
MicroSD to MIcroUSB adapter that works with Android devices, for those Nexus family devices that licks the native MicroSd socket. http://igg.me/p/258138?a=1643239 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Android 4.1 speech to text

2012-11-08 Thread Leonardo Avena
Hello I know that with Android 4.1 we have the speech to text offline. How can I implement this? Where is the documentation? Is it the samething we do in previouses Android releases? Thank -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Android 4.4.2 Samsung mobile phone

2017-08-03 Thread Leonardo Micheloni
mobile phone to do my internal tests and I'm not sure exactly which model of Samsung buy (I only know that it needs to run 4.4.2 and have a 5" screen). I've tried to figure out myself but there're a lot of models and I really need some help here. Thanks in advance! Leona

Re: [android-developers] Android 4.4.2 Samsung mobile phone

2017-08-03 Thread Leonardo Micheloni
Thanks Marina, sadly I can't ask them because I don't have direct communication with them :) Thanks for the link I really appreciate it. Leonardo. On Thu, Aug 3, 2017 at 2:48 PM, Marina Cuello wrote: > It would be easier if you ask THEM, but if they somehow can't tell, you

[android-developers] AnimationDrawable is not always animating when called to animate

2016-06-29 Thread Leonardo Lopes
The following method makes an AnimationDrawable object animate when it's first called. private void setPersonagemDireita(AnimationDrawable d) { //View is an ImageView object already loaded in the layout //d is a working AnimationDrawable view.setImageDrawable(d); view.post(n

[android-developers] Help needed on porting Flixel Framework to Android. Current issue: switch from canvas draw to opengl es

2011-04-27 Thread Leonardo Zimbres
Hello Android Devs, WingEraser (its how I know him) has been porting Flixel to Android for a while. What is flixel? An actionscript 3.0 game framework. Its very well organized and have a lot of good stuff into it. Collisions, particles, nice use of bitmaps to tiles and sprite animations. If so

Re: [android-developers] Re: Help needed on porting Flixel Framework to Android. Current issue: switch from canvas draw to opengl es

2011-05-02 Thread Leonardo Zimbres
the better. > > Ciao, > Mario > > [1] http://code.google.com/p/libgdx/ (ignore the fugliness of the > site, we are working on a dedicated one with super awesome images and > ajax and web scale and all that jazz...) > > > On 27 Apr., 16:59, Leonardo Zimbres wrote: > >

[android-developers] Publish and Debug

2011-09-20 Thread Leonardo Martins Scaramel
nges on my apk, but I can't run it on my device because it has diferent signature from the apk installed from the market. I'm using eclipse for development. I really have to unsintall the market downloaded apk to run the debug? or there is another way to do this? -- Leonardo Martins Scar

Re: [android-developers] Re: Publish and Debug

2011-09-21 Thread Leonardo Martins Scaramel
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 > -- Leonardo Martins Scaramel MSN: xx11_leona...@hotmail.com Fone Cel: 5475-9955 "Até Mais e Obrigado pel

[android-developers] REQUEST

2012-10-03 Thread ANDRÉS LEONARDO MOLINA
materials and basic costs module. I´m a little confused about how to start, what platforms to generate code that is compatible with android and other--- Could you please help me??? Some info, please let me know!!! Regards! -- ANDRÉS LEONARDO MOLINA B. Tecnólogo Mecánico Universidad

[android-developers] problem using the camera in the emulator

2008-10-24 Thread Leonardo Arango Baena
I recentlly got the project of Camera Source posted by Tom Gibara but i have some doubts about hoe it works... Fist i have to implement the interface camera source and other class (SocketCamera, HttpCamera, WebcamBroadcaster) for my case i'm using SocketCamera but i dont down how to use it in the

[android-developers] Re: Does 0.9-SDK support Camera feature now??

2008-10-24 Thread Leonardo Arango Baena
I have a doubt using the Tom Gibara's project... wich class did you use for acces to the web cam?... (SocketCamera or HtppCamera) and how you pass it into the setContentView method... Any help please --~--~-~--~~~---~--~~ You received this message because you are s

Re: [android-developers] Scanner GPRS

2011-03-18 Thread Leonardo Luís dos Santos
Hi Marcin, 2011/3/18 Marcin Orlowski > > On 18 March 2011 14:41, Leus wrote: > ^^ > > Good morning guys, >> > > Morning at 2pm? hardly possible ;/ > > > Sorry but I wirte from Brazil. > Next, s possible to access the phone via modem gprs android? >> > My idea

Re: [android-developers] Re: Scanner GPRS

2011-03-20 Thread Leonardo Luís dos Santos
his information to jump to head in that idea. > On Mar 18, 12:53 pm, Leonardo Luís dos Santos > wrote: > > Hi Marcin, > > > > 2011/3/18 Marcin Orlowski > > > > > > > > > On 18 March 2011 14:41, Leus wrote: > > >