[android-developers] Why did you update the interface? The old one was perfectly fine.

2018-03-17 Thread Juan Wallabite
t takes a lot of work to get such updates right and we're way too small and focused to make changes just because "it's time". There are real gains here in terms of everyday interaction with the app. In an era of jumbo-sized phones, most thumbs could never reach the top of the screen, making

[android-developers] BLE on old devices

2017-02-02 Thread juan . urarte
I do have an Android old device (API < 18) which is Bluetooth Low Energy capable. I know its odd but it actually has BLE support. However I am not able to compile a bluetooth low energy capable app using Android Studio. Android Studio complains because my device is under API 18. I avoid this

[android-developers] Re: Retaining android app state using alwaysRetainTaskState and lauchMode

2017-01-22 Thread Juan Carlos Salazar Nahuatlato
Did you solve this problem? I have the same problem in my apk. Thanks El martes, 14 de febrero de 2012, 15:16:00 (UTC-6), dillipk escribió: > > Hello, > In my Android app, I have a main activity that serves as an entry > point to my application, which is configured in my manifest file like >

[android-developers] About app update

2016-06-19 Thread Juan Ramos Suyón
I have published a new version of my app, and I have downloaded the updated version from the Google Play Store. But, the size of the application in my device 2 (where I downloaded and updated using Google Play Store) is higher than the application size in my device 1 (where I tested my app

[android-developers] Re: Cant unenroll/uninstall Android N beta

2016-06-17 Thread Juan Pablo González
Same problem here with Developer Preview 4... I unrolled my device from beta this morning and can't receive the OTA downgrade... I restored my device and nothing also... :( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

[android-developers] Usb problems

2016-04-23 Thread Juan Sebastian Zazipa Martinez
My device don't recognize the usb plug -- 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+unsubscr...@googlegroups.com. To post to this

[android-developers] How to share resources between unit test and instrumentation test in android?

2015-12-16 Thread Juan Felipe Alvarez Saldarriaga
I'm following this post, http://blog.danlew.net/2015/11/02/sharing-code-between-unit-tests-and-instrumentation-tests-on-android/, to share code, but how to share an asset?, like a fixture file?, I want to mock an api response, so I have a JSON file to do it, but I try this:

[android-developers] Re: HTML5 Hardware Access

2013-04-22 Thread Juan Carlos Horrach
Try phonegap.com Is a open source project and runs in multi platform (IOS, Android, BADA, ...) El lunes, 14 de febrero de 2011 08:37:19 UTC+1, perumal316 escribió: Hi All, Is it now possible to access Android's Hardware APIs through the Webkit Browser by HTML5? For example I start up

[android-developers] Plugins and reflected classes

2012-11-19 Thread Juan Carlos Rabanal Villalobos
Hello everyone. Is it possible to load classes with reflection on a separate .apk? I need to create some sort of plugin system in my app. Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] App Radio Streaming

2012-11-14 Thread Juan Pablo Neveu
Hello, What Live streaming protocol recommended for making an application for a radio? http or rtsp, etc.? Android runs Shoutcast uncut? Thanks. Juan Pablo -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Webapp with in-app Billing

2012-11-08 Thread Juan Manuel Rodriguez Castro
I'm making an HTML5-based application, then i want to sell X thing through Google store, but how im going to call the billing service and others from my HTML5. Im using Phonegap to wrap it. -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Webapp with in-app Billing

2012-11-07 Thread Juan Manuel Rodriguez Castro
Thanks TreKing, i found the same information, but nothing about in-app billing at webapps. The Android API has no further information regarding this. On Wednesday, November 7, 2012 2:31:06 AM UTC-7, TreKing wrote: On Mon, Nov 5, 2012 at 3:54 PM, Juan Manuel Rodriguez Castro lostu

[android-developers] Webapp with in-app Billing

2012-11-06 Thread Juan Manuel Rodriguez Castro
I'm trying to make an HTML5 application with in-app billing, but i cant find any information about this, how can i reach this?. Any example, walktrough, tutorial, etc will be appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Problemas con el ProgressBar y con el Botón Stop.

2012-10-21 Thread José Juan Sosa Rodríguez
Hola a todos y a todas. Estoy desarrollando una aplicación, para escuchar una radio online. Pero tengo dos problemas que no se cómo solucionar: El primero es muy grabe ya que cuando le doy al play reproducir, se activa el botón stop parar. Hasta aquí todo bien, pero si pulso el botón Stop

[android-developers] Touch by Explore or Screen Reader

2012-10-17 Thread Juan Pablo Herrera Gómez
Regards, I'm starting with Android and applications made in a job that I do is for the blind, I studied the code Eyes Free, but is quite complex for what is required. The idea is, I have several buttons on the screen and use your finger to blind to know what controls are passed over if one of

Re: [android-developers] HttpClient, connection refused, localhost

2012-09-29 Thread Juan Alberto Escobar
Hii mi name is alberto i am from Mexico, i am not speak Inglish, for this note is exelente.. very good... El martes, 29 de enero de 2008 06:58:09 UTC-6, Rick Genter escribió: On Jan 29, 2008, at 3:09 AM, n2 wrote: Hello! i am working on an android client which is calling methods of a

Re: [android-developers] image format for android games

2012-06-18 Thread Juan Barbosa
What engine are you using? Different engines support different formats. Secondly opengl may or may not care about the dimensions of the image you're using (usually opengl 1.x). If you could provide more details on what you're trying to do, I could provide you with more help. -Juan On Sat, Jun 9

Re: [android-developers] create Config file - URGENT please

2012-05-15 Thread Juan Ramón Morandeira Martes
Hi, Why dont you try to execute the config activity first, when the users execute the app for the first time?? On 14/05/12 17:43, dillipk wrote: Hi , I want to create a config file inside the ABSOLUTE PATH of the application at the time of installation. Would this be possible? The

[android-developers] Re: Parsing SOAP request

2012-03-25 Thread Juan Barisich
Maybe a little later... but here is a link http://www.dzone.com/links/​simplifying_ksoap2_clients_​part_2.html to a post that can help you. It talk about how to send/receive complex types such as lists, arrays, and complex objects (complex meaning non primitive Java types). Also, it includes a

[android-developers] Issues with outdated gl2.h in NDK

2011-10-27 Thread Juan
:21 -0800 #$ */ Juan Picca. P.D. Yes, the only difference is GLchar. -- 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

[android-developers] Gridview's setAdapter method removed but References in developer's site not updated

2011-10-19 Thread Juan V.
said something wrong or my background information is missing something or is wrong! please correct me!! Juan -- 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

[android-developers] Programatically creating Scroll motion event does not work

2011-07-11 Thread Juan
Hi all, I've been trying to emulate user scrolling on touch screens with no luck. In order to do this, I'm creating the associated Motion Events that get called: Down - Move, Move, ... Move - Up. I found this sequence by attaching a TouchListener to a view and manually doing a scroll in the

[android-developers] Path, PathShape problem

2011-03-12 Thread Juan
Why doesn't this work? Path altRibbonPath = new Path(); altRibbonPath.moveTo(0,0); altRibbonPath.lineTo(100,100); altRibbonScaleDrawable = new ShapeDrawable(new PathShape(altRibbonPath,metrics.widthPixels,metrics.heightPixels)); altRibbonScaleDrawable.getPaint().setColor(Color.WHITE);

[android-developers] Re: Path, PathShape problem

2011-03-12 Thread Juan
I just now figured it out. Thanks. :) On Mar 12, 10:58 pm, Romain Guy romain...@android.com wrote: You need to call setBounds() on the Drawable at least once before drawing it. On Sat, Mar 12, 2011 at 7:57 PM, Juan fly...@gmail.com wrote: Why doesn't this work? Path altRibbonPath = new

[android-developers] Re: WiFi Range and Ad-Hoc Networks

2010-10-15 Thread Juan
other device purpose-built to provide an access point for the device, a bridge to ad-hoc networking and the power necessary to increase rx/tx range, but if I can do it just with the device the solution would rock. It is not like the Bump app, though. Juan On Oct 15, 10:40 am, Bret Foreman

[android-developers] Re: WiFi Range and Ad-Hoc Networks

2010-10-15 Thread Juan
Thanks, this is useful. Not promising, but useful. On Oct 15, 3:14 am, Kostya Vasilyev kmans...@gmail.com wrote:   Juan, 14.10.2010 19:59, Juan пишет: I am initiating the design of an application that would require an Android phone to connect to another Android phone via Ad-Hoc

[android-developers] Re: WiFi Range and Ad-Hoc Networks

2010-10-15 Thread Juan
This is a very good idea. The key is going to be the range. For this I need one mile range in an environment with zero obstructions around the device. The bare minimum is 1/2 mile. Juan On Oct 15, 12:00 pm, Bret Foreman bret.fore...@gmail.com wrote: You should look into mesh networking

[android-developers] Re: WiFi Range and Ad-Hoc Networks

2010-10-15 Thread Juan
Interesting, but it only gives you a 30m range. I need minimum 1/2 mile, a full mile is the optimum. On Oct 15, 12:27 pm, Bret Foreman bret.fore...@gmail.com wrote: You might also be able to find a Zigbee USB dongle with a Linux/ Android driver for if you want to use add-on hardware. -- You

[android-developers] Can't select contact(s) on platforms 2.0 and above.

2010-09-09 Thread Juan Baez
I am having issues having the user selecting a contact via the Intent ACTION_PICK with the URI People.CONTENT_URI for Android platforms 2.0 and above. I create a new intent with the action Intent.ACTION_PICK for the URI People.CONTENT_URI -- from there I send a managedQuery to get a cursor with

[android-developers] unlock security pattern from code

2010-06-30 Thread Juan José Garibay Cervantes
Hi, I am writing an application that displays an activity as soon as Android boots WITHOUT user interaction. When the unlock pattern is disabled, I am able to accomplish this by first listening to BOOT_COMPLETED action, then launching my Activity and finally setting the flag

Re: [android-developers] Re: samsung app store

2010-05-21 Thread Juan Delgado
to this group, send email to android-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 -- Juan Delgado - Zárate http://zarate.tv

[android-developers] How to show numeric only pad with big numbers, such as phone type?

2010-05-07 Thread Juan David Trujillo C.
values, as needed. Is there a workaround to this situation? Best regards, Juan. -- 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

Re: [android-developers] Re: [OpenGL] change coodinate system

2010-04-29 Thread Juan Aranda-Alvarez
Thanks, wow, it really was simple. Thanks for the sane answer. Juan On Wed, Apr 28, 2010 at 11:02 PM, Robert Green rbgrn@gmail.com wrote: Juan, their sarcasm is well-founded. It's not only possible but trivial. One easy way to change the coordinate system: // start drawing

Re: [android-developers] [OpenGL] change coodinate system

2010-04-28 Thread Juan Aranda-Alvarez
Oh, I forgot. See 9.150 http://www.opengl.org/resources/faq/technical/transformations.htm On Tue, Apr 27, 2010 at 8:24 AM, Paolo brand...@gmail.com wrote: Is it possibile to change the corrdinate system of openGL? Now i have the origin in the botton-left corner, with the x-axis points to

Re: [android-developers] [OpenGL] change coodinate system

2010-04-28 Thread Juan Aranda-Alvarez
OpenGL works in 3D space, so if you would like another orientation you could rotate the scene moving the POV (camera) position. But there is no way to move from a right-hand coordinate system to a Left-side one. On Tue, Apr 27, 2010 at 8:24 AM, Paolo brand...@gmail.com wrote: Is it possibile to

[android-developers] Is it possible to publish two versions for the same app simultaneously?

2010-04-25 Thread Juan David Trujillo C.
, publishing one APK for version 1.6 or higher version and another APK for 1.5 version simulataneously in the Market, both intended for the same application. Is there a workaround for these kind of situations? Thank you for your help! Best regards, Juan. -- You received this message because you

[android-developers] Re: Morphing TextView background images?

2010-04-17 Thread Juan
I'm glad I could help! Juan On Apr 16, 8:44 pm, HippoMan hippo.mail...@gmail.com wrote: I just tried your suggestion using two TextViews within a FrameLayout. It works perfectly, so I don't have to worry about manually wrapping text within an ImageView. Here's the logic: In my

[android-developers] Re: Morphing TextView background images?

2010-04-16 Thread Juan
-fade. One of the caveats is that I believe this trick will only work if your images are separate ImageViews and not a background attribute of the TextView. Juan On Apr 15, 9:09 pm, HippoMan hippo.mail...@gmail.com wrote: I'd like to change the background image of a TextView by morphing

[android-developers] Re: Where are ADT eclipse plugin sources?

2010-04-06 Thread Juan Gómez
Thanks Xavier!. On 6 abr, 02:35, Xavier Ducrohet x...@android.com wrote: They moved to sdk.git with most of the developer tools. http://android.git.kernel.org/?p=platform/sdk.git;a=tree;f=eclipse;h=... xav 2010/4/5 Juan Gómez ati...@gmail.com: Hi, I would like to see

[android-developers] Where are ADT eclipse plugin sources?

2010-04-05 Thread Juan Gómez
Hi, I would like to see the implementation of Android Development Tool (ADT) plugin for Eclipse, but I cannot find the sources in the repository. Time ago, they where under [/platform/development.git] / tools/eclipse. Could you help me to find them? :) Regards. Juan. -- You received

[android-developers] How can I upload a device recorded Video to a specific YoutTube account?

2010-03-29 Thread Juan David Trujillo C.
(Java)? Is there an example available on how to do it? Thanks in advance for your help! Best regards, Juan. -- 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] Smaller tabs, such as the Facebook official app

2010-02-14 Thread Juan David Trujillo C.
for your help! Best regards, Juan. -- 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

Re: [android-developers] Android 2.1 backward Compatability? Urgent Question

2010-01-24 Thread Juan Delgado
://groups.google.com/group/android-developers?hl=en -- Juan Delgado - Zárate http://zarate.tv http://blog.zarate.tv -- 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

[android-developers] Handling getSupportedPreviewSizes() for Camera use on sdk 2.0 and up

2010-01-17 Thread Juan
Disclaimer: I am new to Android development so if this topic deserves to be bumped down to the Newbie group I'll gladly repost there. Now for some background... I intend to write some apps that will make use of the the hardware camera. I purchased and now have a Nexus One to develop with, but

[android-developers] Error when an app which implements SurfaceView pass to background

2009-11-28 Thread Juan Manuel Rodriguez
Hi, I have the following issue: I'm making a simple game based on the Lunar Lander example source code (available here: http://developer.android.com/guide/samples/LunarLander/index.html). But this game (Lunar Lander) has a problem when pass to background (for example to make a call) and the

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-24 Thread Juan Delgado
your own? If you think about it that's how most of the desktop software is sold these days. Juan On Tue, Nov 24, 2009 at 10:28 AM, String sterl...@addressender.com wrote: On Nov 24, 10:15 am, Dmitry.Skiba dmitry.sk...@gmail.com wrote: (1) Be able to supply an unique token to the user when he

[android-developers] Re: Android Telephony

2009-11-16 Thread Adrian Juan
I agree with Istvan. And we should definetely get an answer from Google about it. On Nov 15, 10:54 pm, Istvan istvan.ket...@gmail.com wrote: So a developer expects to have 32 different values in the range of [0-31], since there is nothing else about the granularity there. It is true that on

[android-developers] Re: How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-13 Thread Juan David Trujillo C.
regards, Juan. On Nov 11, 12:15 pm, Dianne Hackborn hack...@android.com wrote: That is just how capacitive screens work. On Wed, Nov 11, 2009 at 8:35 AM, Juan David Trujillo C. jdavidandr...@gmail.com wrote: Hi all! I was checking the possibility to allow painting on the screen

[android-developers] Re: Educating users - this isn't an iphone!

2009-10-02 Thread Juan Delgado
very same apps and improve it, and if you hit a technical wall, gently explain. Good luck! Juan On Fri, Oct 2, 2009 at 4:40 AM, niko20 nikolatesl...@yahoo.com wrote: I have a music app for android that works really well, and I've tried to model the app after other iphone music apps that I

[android-developers] Re: Flash for android

2009-09-30 Thread Juan Delgado
(at least for me). -- James Slater -- Juan Delgado - Zárate http://zarate.tv http://blog.zarate.tv --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] HTC's Flash player

2009-09-13 Thread Juan Delgado
? Best, Juan -- Juan Delgado - Zárate http://zarate.tv http://blog.zarate.tv --~--~-~--~~~---~--~~ 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] Re: HTC's Flash player

2009-09-13 Thread Juan Delgado
I've been doing some tests, and this is what I've found so far in case someone is interested: http://blog.zarate.tv/2009/09/13/running-flash-apps-on-androidhtc-hero/ Best, Juan On Sun, Sep 13, 2009 at 12:01 PM, Juan Delgado zzzar...@gmail.com wrote: Hi everybody, I'm a Flash developer

[android-developers] Re: SQLiteOpenHelper.onUpgrade

2009-09-10 Thread Juan Delgado
Check out the DB is not being used by any other app at the same time. I've had these errors in the past (although in desktop apps). Cheers, Juan On Thu, Sep 10, 2009 at 4:44 PM, c.a.due...@googlemail.com c.a.due...@googlemail.com wrote: Hi Droids! I get a SQLiteException if I try to issue

[android-developers] 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-developers] enable StreetView

2009-08-03 Thread Juan Pablo Hoyos Sanchez
I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Google Maps

2009-08-03 Thread Juan Pablo Hoyos Sanchez
When I click the icon of My location, it opens a tag with information and when I touch this tag then I go a new Activity that give my more information,it same pass with StreetView, so How can I do that? Thank you very much. Juan Pablo --~--~-~--~~~---~--~~ You

[android-developers] Tag Google Maps

2009-08-03 Thread Juan Pablo Hoyos Sanchez
When I click the icon of My location, it opens a tag with information and when I touch this tag then I go a new Activity that give my more information,it same pass with StreetView, so How can I do that? Thank you very much. Juan Pablo --~--~-~--~~~---~--~~ You

[android-developers] enable StreetView

2009-08-03 Thread Juan Pablo Hoyos Sanchez
I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Tag Google Maps

2009-08-03 Thread Juan Pablo Hoyos Sanchez
When I click the icon of My location, it opens a tag with information and when I touch this tag then I go a new Activity that give my more information,it same pass with StreetView, so How can I do that? Thank you very much. Juan Pablo --~--~-~--~~~---~--~~ You

[android-developers] Re: enable StreetView

2009-08-03 Thread Juan Pablo Hoyos Sanchez
thank you 2009/8/3 iñaki inaki.s...@gmail.com Take it easy Juan Pablo!!! 2009/8/3 Juan Pablo Hoyos Sanchez blopa...@gmail.com I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you

[android-developers] enable StreetView

2009-07-31 Thread Juan Pablo Hoyos Sanchez
I have enabled StreetView with .setStreetView(true) but it don´t load, so I don´t know if I have enable other things. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-24 Thread Juan Hernandez
How can you guys even use the term software piracy and propose the dead on arrival DRM and use Linux as a platform? it's because of people like you that the industry is driven by crappy corporations. Shame on you. Go and develop something on Windows CE or the iPhone. On Sat, Jul 25, 2009 at

[android-developers] Available project that uses Web requests and allows users to rate and comment

2009-07-09 Thread Juan David Trujillo C.
content. Appreciate your help! Have a nice day! Best regards, Juan. --~--~-~--~~~---~--~~ 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] Pass a javascript function to java using the webview addJavascripInterface

2009-05-12 Thread Juan Francisco Gato Luis
I made a webview.addjavascriptinterface(geo, geo); to access the geo class from javascript, and, in the html-javascript I write: - function successCallback(p){ document.write(helo); } geo.getCurrentPosition(successCallback); --- but this is not working, maybe someone made

[android-developers] TIE (Track Incomes and Expenses) - Android application

2009-02-23 Thread Juan David Trujillo C.
Hi guys! I would like to share with you a project I´ve worked on for the last couple of months with a friend (Estiven Rpo), called TIE your money. TIE (Track Incomes and Expenses) helps you control money, making personal finances EASY and FUN: -GPS to track incomes or expenses -Customizable

[android-developers] Multiple alarms not being recognized

2009-02-21 Thread Juan David Trujillo C.
)getSystemService (ALARM_SERVICE); am.set(AlarmManager.RTC_WAKEUP, firstAlarmMillis, sender); You have to set a parameter to differ intents, or else you won't be able to hable them in a broadcast receiver. Best regards, Juan --~--~-~--~~~---~--~~ You

[android-developers] Re: Apple Why G1 Has No 3.5mm Headphone Input?

2009-02-11 Thread Juan Hernandez
And as to headphone input, I challenge you to point out a single device -anywhere- that uses headphones for input. Seriously. LOL --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Is it possible to associate text from an editText to a EditTextPreference?

2009-01-25 Thread Juan David Trujillo C.
by default in the EditTextPreference. Does anyone know how to do this? Thanks for your help! Best regards, Juan. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] 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 Developers group. To post

[android-developers] Re: New

2009-01-08 Thread Juan Hernandez
helloandroid.com On Wed, Jan 7, 2009 at 8:13 AM, msmsmukesh msmsmuk...@gmail.com wrote: Hi I m new to this android. I know java nly. Anyone pls tell how to work with android. Thanks, Mukesh --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Starting new group for Android OpenMax

2008-12-17 Thread Juan Arturo Camposeco
Girish, Which new group, how can I join, I worked in OMx for 3 years I would like to help. Regards, On Wed, Dec 17, 2008 at 4:40 AM, Girish htgir...@gmail.com wrote: Dear all, Starting a new group for Android Openmax related queries, Intrested ones please join this new group. Regards

[android-developers] Getting information from the Internet

2008-11-29 Thread Juan David Trujillo C.
! Juan --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED

[android-developers] Re: Android market and ADCII

2008-11-28 Thread Juan David Trujillo C.
Hi Teo! Is the application you uploaded open-source? or, is it free, but closed source? Thanks, Juan. On 14 nov, 09:18, Teo [EMAIL PROTECTED] wrote: Regarding your first question, i asked myself the same... I uploaded my app to the Market though, with the assumption that i'll be able

[android-developers] 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-developers] 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 Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Using an autocomplete filled with information from a database query

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

[android-developers] Re: How do I update my activity on receiving intent in BroadcastReceiver

2008-11-09 Thread Juan David Trujillo C.
(AlarmManager.RTC_WAKEUP, calendar.getTimeInMillis(), sender); } On Nov 1, 1:23 pm, Juan David Trujillo C. [EMAIL PROTECTED] wrote: Hi Megha! I'm having a similar problem.  I want to be able to create a notification and schedule an alarm from a BroadcastReceiver class.  Do I have to make my

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

2008-11-06 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-developers] Using an autocomplete filled 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-developers] Re: Using notifications and creating alarms from a 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 1:51 PM, Juan David Trujillo C. [EMAIL PROTECTED] wrote: Hi guys! Does anyone know how I can create a notification and schedule an alarm from a BroadcastReceiver? Am I doing

[android-developers] Re: How do I update my activity on receiving intent in BroadcastReceiver

2008-11-01 Thread Juan David Trujillo C.
Hi Megha! I'm having a similar problem. I want to be able to create a notification and schedule an alarm from a BroadcastReceiver class. Do I have to make my BroadcastReceiver an inner class of an Activity or is it just using a regular class that extends BroadcastReceiver? Is it possible to