[android-developers] Hire Mobile App Developer

2017-08-30 Thread steffy jose
Agriya, a leading app development company in India. they are hire mobile app developer with less than 3 years experience. Anyone interested can register your profile and attend interview. -- You received this message because you

[android-developers] Creating QR Scanner App that can invoke the SIM Toolkit menu on your phone

2017-01-25 Thread Jose Muga
Hi, So a little bit of context, I am from Kenya. And my country is the worlds largest mobile money market. For 10 years now, close to 24 million people can just go their phone, click on the SIM toolkit and pick options fill in a few details and send money or make payments. I have an idea for an

[android-developers] Unsubscribe app

2017-01-19 Thread Jose Fernando Rueda
hi!!! A vendor developed an application that is in a google play store, the vendor went out of the market and never gave me the accessories to administer my application. At this point the application is obsolete and it is necessary for my company to unsubscribe that application, what should I

[android-developers] Re: How to replace telecom's native ConnectionService?

2017-01-18 Thread Jose Riballo
Ok, the problem is an issue of Samsung. It is solved here: https://groups.google.com/forum/#!topic/android-contrib/C7qbnnAGzsk El martes, 17 de enero de 2017, 14:42:44 (UTC+1), Jose Riballo escribió: > > I don´t know if you still have that problem. This exception happens when

[android-developers] Re: How to replace telecom's native ConnectionService?

2017-01-17 Thread Jose Riballo
I don´t know if you still have that problem. This exception happens when your ComponentName is not correct. I've manage to do this with: ComponentName cName = new ComponentName(mContext.getPackageName(), MyConnectionService.class.getName()); This solves that error, however I can't enable my Ph

[android-developers] Receiving a UDP stream over cellular network

2016-04-26 Thread Jose Alberto
blish UDP traffic. How do other apps like Skype, google voice, etc. solve this? Should we encapsulate the UDP traffic in some other protocol? Thank you Best regards, Jose -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubs

[android-developers] Android Studio showing misleading method parameters for onActivityResult

2016-02-13 Thread Jose Jerson Naval, Jr.
It took me a day and I always fell into this trap. Android studio is showing the parameters for onActivityResult is onActivityResult(int result, int d, Intent intent) where d is AKA request. That's what Android studio advertises and my gullibility over this one is insane. I am fixing bug just b

[android-developers] Android camera taking always same photo

2016-02-05 Thread Jose M. Gonzalez A.
believe it has something to do with the data that I'm getting in the method onPictureTaken. When I stop at a breakpoint in onPictureTaken I see that data has always the same values. I'm working with min api 14 and target 23. What am I doing wrong? Has someone encounter this kind of issue?

[android-developers] android.view.InflateException while displaying google map

2016-02-03 Thread jose george
E/AndroidRuntime: FATAL EXCEPTION: main java.lang.RuntimeException: Unable to start activity ComponentInfo{com.oms.taxi/com.oms.taxi.From_address}: android.view.InflateException: Binary XML file line #7: Error inflating class fragmen

[android-developers] Re: How to use default lock screen and access user set password in a custom app?

2015-12-01 Thread Cinjo Jose
> Thanks for your replay. It helped me a lot. But *createConfirmDeviceCredentialIntent()* is added in API Level 21. Is any other API there in earlier version to implement this. I searched a lot. But i have not got any good result. Thanks. -- You received this message because you a

[android-developers] How to use default lock screen and access user set password in a custom app?

2015-11-30 Thread Cinjo Jose
Hi Want to use the default device lock password which the user has already set as a password for my app. The app should show the same default lock screen and access password to enable some features. Is it possible to use device lock screen and access the password in Custom application ?

[android-developers] Launcher3: Insert Widget in home screen

2014-09-12 Thread Vinicius Jose Grein
Hi Guys, hope you are well. We developed a Widget that should be shown for the user in the home screen. We changed default_workspace into launcher3 application but the widget is not in the screen. Is there anything else that we need to change? This process works fine for JB but not for KK BR --

[android-developers] At symbol with star

2014-07-13 Thread Jose Ayerdis
I encounter this lately in a manifest does anyone know what does the star standfor in an id http://www.linkedin.com/pub/jose-luis-ayerdis-espinoza/28/7b4/704> | Careers StackOverflow <http://careers.stackoverflow.com/necronet> -- You received this message because you are subscrib

Re: [android-developers] I deploy this app to my cell and I have error:"user account must be select firs !!!!"

2013-12-24 Thread neuber jose sousa
RESOLVED RESOLVED Em domingo, 22 de dezembro de 2013 20h02min14s UTC-3, neuber jose sousa escreveu: > > http://i43.tinypic.com/2r7u0ip.png%5B/IMG%5D > > My problem now is this... > -- You received this message because you are subscribed to the Google Groups "Android Develo

Re: [android-developers] I deploy this app to my cell and I have error:"user account must be select firs !!!!"

2013-12-22 Thread neuber jose sousa
http://i43.tinypic.com/2r7u0ip.png%5B/IMG%5D My problem now is this... -- 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 a

[android-developers] I deploy this app to my cell and I have error:"user account must be select firs !!!!"

2013-12-21 Thread neuber jose sousa
http://i43.tinypic.com/2r7u0ip.png%5B/IMG%5D My problemas now is this... -- 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] Re: I deploy this app to my cell and I have error:"user account must be select firs !!!!"

2013-12-20 Thread neuber jose sousa
[IMG]http://i43.tinypic.com/2r7u0ip.png[/IMG] my problem now is this Em sexta-feira, 20 de dezembro de 2013 20h41min16s UTC-2, neuber jose sousa escreveu: > > > https://github.com/ryanfx/GarageAndroid/blob/master/src/com/blogspot/ryanfx/activity/MainActivity.java > > in line

[android-developers] I deploy this app to my cell and I have error:"user account must be select firs !!!!"

2013-12-20 Thread neuber jose sousa
https://github.com/ryanfx/GarageAndroid/blob/master/src/com/blogspot/ryanfx/activity/MainActivity.java in line 157 talk about error The original project is: http://ryanfx.blogspot.com.br/2013/06/raspberry-pi-powered-android-controlled.html What should I do here Where did I go wro

[android-developers] redirection link in android app

2013-02-20 Thread Jose Ayerdis
I would like to be redirected to play so they can download it. Is there a way to do this? Sincerly yours, [Jose Luis Ayerdis Espinoza] Necronet.info | LinkedIn<http://www.linkedin.com/pub/jose-luis-ayerdis-espinoza/28/7b4/704>| Careers StackOverflow <http://careers.stackoverflow.com

[android-developers] Admob stats for past month..What's yours?

2013-01-30 Thread Amel Jose
Hi i started as an android developer.The following is my stats for the past 30 days. How do you think i am doing considering the low requests,.. Can you share your data here..I think it would be good to make some comparisons.. Revenue :$62.36 Requests :84,019 eCPM :$0.75 Fill Rate :99.35% i u

Re: [android-developers] Negative Clicks in Admob !!! -$435k a day??

2013-01-12 Thread Amel Jose
your interactive dynamic super cool link lead me to http://support.google.com/admob/?hl=en ...which i have already tried...there is no mail id..thanks anyway...:) On Sunday, January 13, 2013 1:09:03 AM UTC+5:30, TreKing wrote: > > On Sat, Jan 12, 2013 at 1:35 PM, Amel Jose > > >

[android-developers] Negative Clicks in Admob !!! -$435k a day??

2013-01-12 Thread Amel Jose
if you look at fields across Europe you can see pretty messed up values(-$435,289)..this is my apps stats for the day..But there is no unnecessary change in my overall revenue.. So should

[android-developers] Render pdf file

2012-10-31 Thread Vinicius Jose Grein
Dear all, we need to embed a pdf viewer in our application, do you have any tips or examples related to that -- 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 unsubsc

Re: [android-developers] Re: Sqllite order by

2012-10-20 Thread Vinicius Jose Grein
Special characters in this case are accented. For example: Our that base has the strings [áaaa,,], our function to order the query is returning in the following order: ,,áaaa We need that the return of the query should be: ,áaaa, I will check collating sequence that Ri

[android-developers] Sqllite order by

2012-10-19 Thread Vinicius Jose Grein
Dear all, we did a query in SQLlite, but the result is not in the order that we need, ie, the character "á" is being shown after z. How can I configure my query to ignore special characters Best Regards -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Re: Large Database File

2012-10-19 Thread Vinicius Jose Grein
it works, now the database has 26mb thx On Thu, Oct 18, 2012 at 9:23 PM, Vinicius Jose Grein wrote: > Great Mark, I will try and let you know the result > > > On Thu, Oct 18, 2012 at 5:47 PM, Mark Murphy wrote: > >> On Thu, Oct 18, 2012 at 4:39 PM, Nobu Games >> wr

Re: [android-developers] Re: Large Database File

2012-10-18 Thread Vinicius Jose Grein
Great Mark, I will try and let you know the result On Thu, Oct 18, 2012 at 5:47 PM, Mark Murphy wrote: > On Thu, Oct 18, 2012 at 4:39 PM, Nobu Games > wrote: > > For older Android versions there is an asset file size limit of about 1MB > > per asset file I believe. > > Only for file extensions n

[android-developers] Large Database File

2012-10-18 Thread Vinicius Jose Grein
Dear all,we developed and application that uses a database with 100 MB, our application does not write any information on it. We are having trouble to use this database, I read an article that describes that the best option is copy that db file from asset (internal folder in application) to data,

[android-developers] Training book?

2012-10-17 Thread Jose Iglesias
Hi all, I started the training lessons in developer.android.com and love it!!! It is really good. I would like to know if I could buy this documentation in a printed media (book, pamphlet). It would be easier for me to read this offline. Thanks, Jose -- You received this message because you

[android-developers] Record a video of my game

2012-10-12 Thread Jose Antonio Garcia Garcia
Hi all, sorry for my english, its very poor :) I am developing a game and I would like to record a short video of the game to send it by whatsapp. how could i save it? I have been reading about MediaRecorder class but the only examples that I find are about recording video with camera. I only wan

Re: [android-developers] FragmentStatePagerAdapter is not setting the UI elemtents when using Loader API

2012-09-13 Thread Jose Ayerdis
, null, this); Which solved my problem thanks Dianne and Calin for your responses. Sincerly yours, [Jose Luis Ayerdis Espinoza] Necronet.info | LinkedIn<http://www.linkedin.com/pub/jose-luis-ayerdis-espinoza/28/7b4/704>| Careers StackOverflow <http://careers.stackoverflow.com/necronet&g

Re: [android-developers] FragmentStatePagerAdapter is not setting the UI elemtents when using Loader API

2012-09-10 Thread Jose Ayerdis
roach. Sincerly yours, [Jose Luis Ayerdis Espinoza] Necronet.info | LinkedIn<http://www.linkedin.com/pub/jose-luis-ayerdis-espinoza/28/7b4/704>| Careers StackOverflow <http://careers.stackoverflow.com/necronet> 2012/9/10 Calin Perebiceanu > Hello, > I believe that your issue is caus

Re: [android-developers] FragmentStatePagerAdapter is not setting the UI elemtents when using Loader API

2012-09-09 Thread Jose Ayerdis
I posted in SO, probably too much code for the group. Tks Sincerly yours, [Jose Luis Ayerdis Espinoza] Necronet.info | LinkedIn<http://www.linkedin.com/pub/jose-luis-ayerdis-espinoza/28/7b4/704>| Careers StackOverflow <http://careers.stackoverflow.com/necronet> 2012/9/10 Dia

[android-developers] FragmentStatePagerAdapter is not setting the UI elemtents when using Loader API

2012-09-09 Thread Jose Ayerdis
I and even when they reach onLoadFinished and set the values it never gets to be set. Funny thing is that once I start switching views the values are set. Any idea? Also the DetailFragment has a ListView inside which also loads with the Loader API. Sincerly yours, [Jose Luis Ayerdis Espinoza] Necr

Re: [android-developers] Re: Intercept layout android loading choice

2012-09-09 Thread Jose Ayerdis
Is a radomly pick to examine User behaviour in one layout and in other thanks for the answer! I finish doing it with setContentView Sincerly yours, [Jose Luis Ayerdis Espinoza] Necronet.info | LinkedIn<http://www.linkedin.com/pub/jose-luis-ayerdis-espinoza/28/7b4/704>| Careers StackOv

[android-developers] Intercept layout android loading choice

2012-09-07 Thread Jose Ayerdis
thing that comes to mind is override the setContentView. layout/mylayout.xml layout-hdpi/mylayout.xml Sincerly yours, [Jose Luis Ayerdis Espinoza] Necronet.info | LinkedIn<http://www.linkedin.com/pub/jose-luis-ayerdis-espinoza/28/7b4/704>| Careers StackOverflow <http://careers.stackove

[android-developers] Re: Android HTTP Server problem HEAD method

2012-08-22 Thread Jose Luis Larraz
response.getStatusLine().getStatusCode(); if (status != HttpStatus.SC_NO_CONTENT && status != HttpStatus.SC_NOT_MODIFIED && status != HttpStatus.SC_RESET_CONTENT) { response.addHeader(HTTP.CONTENT_LEN, "0"); }

[android-developers] Android HTTP Server problem HEAD method

2012-08-21 Thread Jose Luis Larraz
Hello i had the next problem, i want to answer to a Head request with a Content-Length. I put an example HEAD /external/images/media/21.jpg HTTP/1.0 getcontentFeatures.dlna.org: 1 Host: 192.168.1.130:57645 HTTP/1.1 200 OK Date: Tue, 21 Aug 2012 10:24:59 GMT Cache-Control: no-cache trans

[android-developers] Modify android.jar error with Eclipse.

2012-07-29 Thread Jose Vigil
the wrong way, as far as I am concerned the jar files are zipped files that could be packed edited and unpack. Thanks very much, Jose -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Problems with DDMS

2012-02-11 Thread Jose Eduardo Zuñiga Santillan
Hello! , well i am following a videotutorial about how to develop in android for people that just begin so i have some problems with eclipse because i can not see the DDMS button , what it could be ? PD: Sorry for my english i am from peru :) Thanks a lot -- You received this message because you

[android-developers] How can use node.js in android

2012-01-23 Thread jose daniel cardona
Hi everybody, i'm started in the world of the android development and I've run into a problem: I need to use node.js in the mobile device, the architecture like as P2P, I would like to know experiences of this kind, feasibility, and if possible some success or a working sample of these technologies

[android-developers] Modify inherited attribute from a style

2012-01-13 Thread Jose Antonio Gómez
Hello friends, i have defined the following style: fill_parent fill_parent @drawable/background vertical<

[android-developers] Re: obtain information from "My Profile"

2011-11-15 Thread jose
I want to get alias or name the owner of the mobile On 16 nov, 01:05, TreKing wrote: > On Tue, Nov 15, 2011 at 2:33 AM, jose wrote: > > Hello, I want to obtain information from Contacts "My Profile", to know > > the cell phone owner's name. thanks

[android-developers] Re: get the phone owner's name

2011-11-15 Thread jose
Thanks, as you get the name of one of the configured accounts? On 15 nov, 10:04, Ali Chousein wrote: > I'm not sure whether the uri "content://contacts/people/owner" even > exists. I'm not even sure if you can get "owners'" information. Maybe > you should try getting the name from one of the conf

[android-developers] obtain information from "My Profile"

2011-11-15 Thread jose
Hello, I want to obtain information from Contacts "My Profile", to know the cell phone owner's name. thanks -- 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 unsubscr

[android-developers] get the phone owner's name

2011-11-14 Thread jose
Hello, I am developing an application, to manage expenses of a group, and I get the phone owner's name, but with the examples I've found gives me error 11-12 16:01:44.480: ERROR/ AndroidRuntime(24793): Caused by: java.lang.IllegalArgumentException: URI: content://contacts/people/owner, Tengo puesto

[android-developers] Store data permanently in Android sqlit

2011-09-26 Thread jiss jose
hi, i m try to make app like note pad by phonegap database api.But it work only if we drop and create table in each time of app works.So i can't store data permentlt.I have added the code.please help / *... Contac

[android-developers] INJECT_EVENT permission while instrumenting search

2011-05-02 Thread Jose Espinosa
simulator is running on a Mac OS 1.6 and the phone is a Droid2. Can someone give me some pointers on how to solve this issue? Thanks, Jose Espinosa -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Maven and Emma

2011-04-28 Thread Jose H. Espinosa
need to stick with maven. Can anybody shade some light on how to run Emma code coverage from Maven? Thanks, Jose Espinosa -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

Re: [android-developers] Re: Overlaying points over streets

2011-01-26 Thread Jose Moreira
Em 26-01-2011 21:15, Spiral123 escreveu: Aparently it's already been done:http://androidcommunity.com/pacmap-location-based-game-updated-20101230/ It's been withdrawn, thanks to Copyright objections (extract from Android Police) http://www.androidpolice.com/2011/01/03/android-pacman-googl

[android-developers] Re: c2DM error when third-party server sends data to push

2011-01-03 Thread Jose Ignacio Gil Jaldo
ectContinue(params, false); HttpClient httpclient = new DefaultHttpClient(params); That way it worked for me... On Jan 3, 11:25 am, Jose Ignacio Gil Jaldo wrote: > Hi Nagaraj, > > could you make it work? I also tried downloading sources from google > examples (JumpNote and Google2

[android-developers] Re: c2DM error when third-party server sends data to push

2011-01-03 Thread Jose Ignacio Gil Jaldo
ent-Length is the same as the length of the POST parameters (and I have no querystring parameters). On Dec 27 2010, 6:18 pm, Jose Ignacio Gil Jaldo wrote: > I am having the same problem as you and I think it's not my mistake I > have checked the tcpdump (to do it I changed from https to

[android-developers] Re: c2DM error when third-party server sends data to push

2010-12-28 Thread Jose Ignacio Gil Jaldo
I am having the same problem as you and I think it's not my mistake I have checked the tcpdump (to do it I changed from https to http to have plain text). POST /c2dm/send HTTP/1.1 Authorization: GoogleLogin auth=SID=DQAAALw7O-9sDrg_FXztPEQ7fcfqBmPtCtIcN3gX4wTsXf7AmfQh5eetqv5jQm6FGt7QvjMJNaoZF

[android-developers] Re: c2DM error when third-party server sends data to push

2010-12-28 Thread Jose Ignacio Gil Jaldo
Hi Nagaraj, did you solve the problem? I'm having just the same problem!!! And I start to think it's not my mistake because I have changed https for http and taken tcpdump traces and I have seen that I am sending the header. I have tested it with several lower case upper case combinations. My cod

Re: [android-developers] COPY PERMISSIONS (APK)

2010-12-14 Thread Vinicius Jose Grein
What I need to change in the firmware to allow this operation? On Fri, Dec 10, 2010 at 6:13 PM, Mark Murphy wrote: > On Fri, Dec 10, 2010 at 3:05 PM, Vinicius Jose Grein > wrote: > > I'm developing an application that need to copy an apk do the folder > > /system/app &g

[android-developers] COPY PERMISSIONS (APK)

2010-12-10 Thread Vinicius Jose Grein
I'm developing an application that need to copy an apk do the folder /system/app I've already tried to use the RunTime class to access the shell,it does not work due to permissions, Is there anything I can do to copy this apk? Best Regards -- You received this message because you are subscribe

[android-developers] Re: LVL found to be easy to crack

2010-10-22 Thread Jose
lem. > Peter > > On 22 Okt., 07:50, Jose wrote: > > > I think that an easy way to tamper-proof apk would be: > > > 1) Android Market computes a checksum for the apk when the apk is > > uploaded > > 2) In the License Response (eg. in one extra), Android Market send >

[android-developers] Re: LVL found to be easy to crack

2010-10-21 Thread Jose
finis() This could be very easy to do for Android Market developers... Regards, Jose On Aug 24, 8:16 pm, Trevor Johns wrote: > FYI: We have a blog post up on this topic. It covers many of the points I > made earlier, but I figured it's worth pointing out. > > http://android-develo

[android-developers] Email Application notification sound lost after reboot

2010-10-06 Thread Jose
Greeting group. I recently replaced the SD Card in my Droid 2 with a 32 GB card. I transfered the data from the old card to the new one by taring the entire content to a host then replaced the card with the new one and untared the files. For the most part things worked fine. I had to re- configure

Re: [android-developers] Best approach for requesting data (internet connection)

2010-09-28 Thread Jose Luis Montes
Thanks a lot Mark, I will check all these things :) On Tue, Sep 28, 2010 at 1:24 PM, Mark Murphy wrote: > On Tue, Sep 28, 2010 at 7:14 AM, Jose Luis Montes > wrote: > > What I do not understand is what do you want to mean with this: > >> > >> Due to p

Re: [android-developers] Best approach for requesting data (internet connection)

2010-09-28 Thread Jose Luis Montes
are careful. Can you explain yourself a bit more?? Thanks again! Jose Luis. On Tue, Sep 28, 2010 at 12:48 PM, Mark Murphy wrote: > On Tue, Sep 28, 2010 at 4:35 AM, Jose Luis Montes > wrote: > > I have an app in which there are several requests to a server in internet > > (

[android-developers] Best approach for requesting data (internet connection)

2010-09-28 Thread Jose Luis Montes
is; what is the best approach for doing this? A service? a broadcast receiver and send intents when I need a request to be handled? Thanks in advance and sorry for my english... Jose Luis. [1] http://developer.android.com/guide/practices/design/responsiveness.html -- You received this message

Re: [android-developers] about making charts in android

2010-06-15 Thread Jose Luis Montes
Thanks, i am going to try the lib of achartengine.org Thanks again Enviado desde mi HTC Hero. El 15 de jun de 2010, 10:04 a.m., "Robert Macaulay" < robert.macau...@gmail.com> escribió: On Mon, Jun 14, 2010 at 4:06 PM, Jose Luis Montes wrote: > > I want to make so... I

[android-developers] Performance problem with large Bitmap

2010-06-15 Thread Jose
Hello, I have an weird situation, this is: -- I all cases the code is canvas.drawBitmap(mCurrentMap, mCameraRect, mSurfaceRect, null); where mCameraRect.width() == mSurfaceRect.width() and mCameraRect.height() == mSurfaceRect.height() and mCurrentMap is a RGB555 Bitm

[android-developers] Graphics performance

2010-06-15 Thread Jose
Hello, I have an weird situation, this is: a1) I have a bitmap of 640x960 pixels a2) I write a portion of 320x480 pixels to the screen canvas, and get a FPS = 58 (phone and emulation) . No problem b1) I have a bitmap of 640x1440 pixels b2) I write a portion of 320x480 pixels to the screen canvas,

[android-developers] about making charts in android

2010-06-14 Thread Jose Luis Montes
Hello, I want to make some statistical charts in my android app and I dont know how to do them or what technology or library I can use. I have seen aiCharts ( http://www.artfulbits.com/android/aicharts.aspx ) but it is not free software (it's a payment solution) so I cannot use it. My goal is mak

Re: [android-developers] problems putting a button under a ListView

2010-06-14 Thread Jose Luis Montes
that works! thanks! :) On Mon, Jun 14, 2010 at 2:04 PM, Mark Murphy wrote: > Your android:layout_height="wrap_content" on the LinearLayout will not > work, as the "content" of a ListView can grow very tall. > > Instead: > > -- get rid of the LinearLayout > -- have your ListView use android:layou

[android-developers] problems putting a button under a ListView

2010-06-14 Thread Jose Luis Montes
Hello all I am trying to set an activity with a ListView and under the ListView, a button, but when the listview grows, the button disappear (goes down and doesnt appear). this is the xml: http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_heig

[android-developers] about sqlite and sql rownum

2010-06-09 Thread Jose Luis Montes
Hello! I have been using rownum in sql to retrieve a limited set of records per query. is there a way to use something like that in sqlite? What i want is that when I do a query, only retrive 15 records of the table; the first 15 records of the query (including the sort statement). Do you have a

Re: [android-developers] how to retrieve android version

2010-06-09 Thread Jose Luis Montes
thank you so much :) On Wed, Jun 9, 2010 at 9:07 PM, Mark Murphy wrote: > Jose Luis Montes wrote: > > Hello! > > > > maybe this question is too easy but I can't find the solution :S > > > > how may I know the android version in which my app is running from

[android-developers] how to retrieve android version

2010-06-09 Thread Jose Luis Montes
Hello! maybe this question is too easy but I can't find the solution :S how may I know the android version in which my app is running from source code; i want to know if it is 1.5, 1.6, 2.1 (ecclair), 2.2 (froyo). greetings and thanks in advance! -- You received this message because you are s

Re: [android-developers] dynamic content of a ListPreference

2010-05-28 Thread Jose Luis Montes
"gcalendar_list"); retrieveUserCalendars(); calendarList.setEntryValues(calListEntryValues); calendarList.setEntries(calListEntries); > } > private void retrieveUserCalendars() { //... } } On Fri, May 28, 2010 at 6:09 PM, Jose Luis Montes wrote: >

Re: [android-developers] dynamic content of a ListPreference

2010-05-28 Thread Jose Luis Montes
Ok, that will be great! thanks! On Fri, May 28, 2010 at 5:06 PM, Brad Gies wrote: > Jose, > > I'm working on the same thing right now. I believe the answer is below :). > > public class EditPreferences extends PreferenceActivity > { >Preference.OnPreferenceChangeL

[android-developers] dynamic content of a ListPreference

2010-05-28 Thread Jose Luis Montes
Hello! I want to put a ListPreference in my preference screen. But all the examples I have found in Internet the content are loaded out of a xml and I need that de options in the ListPreference are dynamic and not previously defined (in a xml). I have mi preferences.xml in the folder xml/ of my p

Re: [android-developers] Re: how can I get the Google account or Gmail address from the phone

2010-05-27 Thread Jose Luis Montes
System.out.println("ac " + i + "=" + ac); > i++; > } >} > } > > 4. add in the AndroidManifest.xml the following permition: > > android:name="com.google.android.googleapps.permission.GOOGLE_AUT

Re: [android-developers] how can I get the Google account or Gmail address from the phone

2010-05-27 Thread Jose Luis Montes
I was looking for this issue too. The diference is that i need to get username (gmail address) and password, or google credentials. I need this to use google calendar api, but gdata lib version 1 is android not compatible and version 2 (which is android compatible) is api level 5 or higher and i a

[android-developers] Using Android Calendar ContentProvider.

2010-05-26 Thread Jose Luis Montes
I was trying to use de google calendar api (i sent a message with an error about this this afternoon, thanks to Mark Murphy again) when i realised that i can use the android own calendar content provider since it is connected with google calendar so I found this http://www.developer.com/ws/article

Re: [android-developers] Problem using Calendar api in android; VerifyError com.google.gdata.client.Service

2010-05-26 Thread Jose Luis Montes
thanks! On Wed, May 26, 2010 at 2:55 PM, Mark Murphy wrote: > Jose Luis Montes wrote: > > Hi folks, > > > > I am trying to integrate the application I am developing with google > > calendar. The code I wrote for the calendar integration works in a java > >

[android-developers] Problem using Calendar api in android; VerifyError com.google.gdata.client.Service

2010-05-26 Thread Jose Luis Montes
Hi folks, I am trying to integrate the application I am developing with google calendar. The code I wrote for the calendar integration works in a java standalone project. The problem is that I am getting an error when in my app I do the actions that uses the code that "talks" to the calendar api.

Re: [android-developers] Update view in listview

2010-05-24 Thread Jose Luis Montes
hello, i have my items (which are displayed in the listview) in a ListAdapter, which is a kind of list or arraylist. the listAdapter is attached to the ListView with .setAdapter method. there in the ListAdapter you must retrieve your items easily (its a list that you manage on your own). When yo

Re: [android-developers] WCF complex types with android

2010-05-10 Thread Jose Gomez
If you can return JSON then you should be ok THanks Sincerely Jose C Gomez http://www.josecgomez.com On Mon, May 10, 2010 at 9:38 AM, Lamia Hannoun wrote: > Hi to all! > > I made the connection between my service WCF and my app android. But i'm > wondering if u have ideas ab

Re: [android-developers] catching both click and long click on a ListView

2010-05-04 Thread Jose Gomez
Register your listview for contextMenu then use setOnItemClickListener Sincerely Jose C Gomez http://www.josecgomez.com On Tue, May 4, 2010 at 11:26 AM, TreKing wrote: > On Mon, May 3, 2010 at 6:09 PM, sdphil wrote: > >> I have a ListView in my Activity. > > > Are you

Re: [android-developers] Re: Max size of string array

2010-05-03 Thread Jose Gomez
Not quite sure how they handle regular old arrays in the implementation of android. But List has never given me any problems. Sincerely Jose C Gomez http://www.josecgomez.com On Mon, May 3, 2010 at 11:49 AM, Alain wrote: > I am using String[] > > String[] items = get

Re: [android-developers] Max size of string array

2010-05-03 Thread Jose Gomez
Are you using String[] or List ? If using List it should basically be unlimited. Sincerely Jose C Gomez http://www.josecgomez.com On Mon, May 3, 2010 at 9:47 AM, Alain wrote: > I have a string-array with 2000 items, each item can be 60 characters > long, the program crashes when it tr

Re: [android-developers] Re: Retrieving the Json data into a list view...

2010-05-03 Thread Jose Gomez
Rahul As a followup go to my site again I have posted another tutorial to do this http://www.josecgomez.com Thanks! Sincerely Jose C Gomez http://www.josecgomez.com On Mon, May 3, 2010 at 9:20 AM, Rahul wrote: > Here's the log errors i m getting... > > 04-30 13:0

Re: [android-developers] Re: Newb: Display URL Image

2010-05-02 Thread Jose Gomez
) { e.printStackTrace(); } return null; } } call the function as imgView.setImageBitmap(decodeImage("http://sss.jpg";)); Sincerely Jose C Gomez http://www.josecgomez.com On Sat, May 1, 2010 at 12:20 PM, Mark Murphy wrote: > > On Apr 29, 6:13 pm, dylanh724 wrote: > >&g

Re: [android-developers] Re: Retrieving the Json data into a list view...

2010-04-30 Thread Jose Gomez
Rahul, This should solve your problem if you get stuck let me know. I just wrote this specifically to address your problem and for my own reference http://www.josecgomez.com/2010/04/30/android-accessing-restfull-web-services-using-json/ Sincerely Jose C Gomez http://www.josecgomez.com On Fri

Re: [android-developers] Re: Android and WCF

2010-04-29 Thread Jose Gomez
I was not able to use WCF sorry Sincerely Jose C Gomez http://www.josecgomez.com On Thu, Apr 29, 2010 at 9:21 AM, Dieng wrote: > Jose C Gomez gmail.com> writes: > > > > > Hello All, > > I am faily new to android I am trying to consume a WCF web service > >

Re: [android-developers] Re: the problem about click item in listview

2010-04-25 Thread Jose Gomez
By any chance does your list item adapter have a control in it that can be focused? If so that is your problem (checkbox, edit text, button) if any of these are in your listItem you have to turn their focusability off in order for the click and hold to register with the list. Sincerely Jose C

[android-developers] ListView overlapping bottom view

2010-04-25 Thread Jose Gomez
help is greatly appreaciated http://schemas.android.com/apk/res/android"; > Sincerely Jose C Gomez http://www.josecgomez.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] Android - $50 Bounty for selection in WebView.

2010-02-22 Thread Jose
phones or emulators and the source code was verified. Please send files to jose.vigil_a_roamtouch.com. This is also and opportunity to qualify for integration into a development team for a compelling product. The code will be analyzed as well as your profile. Thanks, Jose -- You received this m

[android-developers] Android - $50 Bounty for selection in WebView.

2010-02-21 Thread Jose
nd the source code was verified. Please send files to jose.vigil_a_roamtouch.com. This is also and opportunity to qualify for integration into a development team for a compelling product. The code will be analyzed as well as your profile. Thanks, Jose -- You received this message because you are subs

[android-developers] Re: Layout Design Question

2010-02-09 Thread Jose Gomez
I forgot to mention each thing on the circle is a button Sincerely Jose C Gomez http://www.josecgomez.com Sent from Jacksonville, Florida, United States On Tue, Feb 9, 2010 at 10:45 AM, Jose Gomez wrote: > Hey all, > > I am working on a project for which I have formulated a fairl

[android-developers] Layout Design Question

2010-02-09 Thread Jose Gomez
urces they can point me to? Thank you Sincerely Jose C Gomez http://www.josecgomez.com -- 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] Play Mp3 while on Camera Vie

2010-02-02 Thread Jose Gomez
(like the augmented reality apps except instead of overlaying images and widgets I need to overlay audio) Anyone know a way to do this? Thanks! Sincerely Jose C Gomez http://www.josecgomez.com Sent from Jacksonville, Florida, United States -- You received this message because you are subscribed

Re: [android-developers] Problem in consuming/calling ASP.NET web service from the Android

2009-12-17 Thread Jose Gomez
I apologize I didn't finish my idea,go to your service and change the namespace to something other than tempuri.org chang it to CeltoF or somethign like that no .com or .org or http Should fix it Sincerely Jose C Gomez http://www.josecgomez.com Sent from Jacksonville, Florida, United State

Re: [android-developers] Problem in consuming/calling ASP.NET web service from the Android

2009-12-17 Thread Jose Gomez
Change the Tempuri to something else it will fix it :) had the same problem Sincerely Jose C Gomez http://www.josecgomez.com On Thu, Dec 17, 2009 at 9:24 AM, android09 wrote: > Hello Everyone, > > I am trying to develop an application which consume the asp.net web > service fro

Re: [android-developers] checkbox and icons in listview

2009-12-14 Thread Jose Gomez
adapter= new ShoppingListAdapter(this, R.layout.shippinglistitem, items); lv.setAdapter(adapter); } That should do it Hopefully it makes sense! Sincerely Jose C Gomez http://www.josecgomez.com On Mon, Dec 14, 2009 at 8:09 PM, Abhi wrote: > Hi, > > I am looking to create a custom ListView w

Re: [android-developers] Re: Immediate Need for Multiple Requirements

2009-12-14 Thread Jose Gomez
There is no mod in the list that can ban him? Sincerely Jose C Gomez http://www.josecgomez.com On Mon, Dec 14, 2009 at 1:24 PM, Jason Proctor < jason.android.li...@gmail.com> wrote: > i've tried a few times to get this guy to stop posting and it's > pointless. he ju

Re: [android-developers] Re: Immediate Need for Multiple Requirements

2009-12-14 Thread Jose Gomez
Thanks! Sincerely Jose C Gomez http://www.josecgomez.com Sent from Jacksonville, Florida, United States On Mon, Dec 14, 2009 at 11:13 AM, Business Talk < roman.businesst...@gmail.com> wrote: > I just did > > On Dec 14, 11:11 am, Jose Gomez wrote: > > Can someone please mar

  1   2   >