[android-developers] Ab Initio Developer//Northbrook, IL & Charlotte, NCc

2019-08-30 Thread ritu walter
itio.* · Hands on experience in *AbInitio involving GDE, EME, Unix, SQL/PL-SQL*. · Working experience in Unix, RDBMS · Knowledge on Bigdata, Spark, Scala, Python is preferred. Regards *Ritu Walter* *InfiCare* *Technologies* | 22375 Broderick Drive #225 Dulles VA 20166 |

[android-developers] Two Requirements:: PEGA LSA (Lead System Architect) & PEGA Senior Developer - Norfolk, VA

2019-08-30 Thread ritu walter
ting.* *· Participates in daily agile scrum standup meeting and reports the daily status to scrum master and team. * Regards *Ritu Walter* *InfiCare* *Technologies* | 22375 Broderick Drive #225 Dulles VA 20166 | 703-652-4313 Direct | r...@inficaretech.com www.infiCareTech.com &

[android-developers] Java and J2EE Developer/Tampa, FL

2019-08-29 Thread ritu walter
Regards *Ritu Walter* *InfiCare* *Technologies* | 22375 Broderick Drive #225 Dulles VA 20166 | 703-652-4313 Direct | r...@inficaretech.com www.infiCareTech.com <http://www.inficaretech.com/> Servicing our clients since 2001MBE/ DBE Certified in VA, MD, PA, NJ, NC, CA IT Se

[android-developers] Ab Initio Developer/ Northbrook, IL & Charlotte, NC

2019-08-26 Thread ritu walter
edge on Bigdata, Spark, Scala, Python is preferred. Regards *Ritu Walter* *InfiCare* *Technologies* | 22375 Broderick Drive #225 Dulles VA 20166 | 703-652-4313 Direct | r...@inficaretech.com www.infiCareTech.com <http://www.inficaretech.com/> Servicing our clients since 2001

[android-developers] React JS Developer

2019-08-23 Thread ritu walter
*· *Experience writing test automation using WebDriverIO and Jest is a plus Regards *Ritu Walter* *InfiCare* *Technologies* | 22375 Broderick Drive #225 Dulles VA 20166 | 703-652-4313 Direct | r...@inficaretech.com www.infiCareTech.com <http://www.inficaretech.com/> Servicing our clients

[android-developers] Re: Purchase an app item But show another app's purchasing item.

2016-09-22 Thread Walter Shih
i also encounter this problem. Does anyone have solution? -- 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.

[android-developers] Detach an App from Google Play

2012-08-16 Thread franc walter
Hello I tried to ask this first in a Android forum for consumer with maybe only few developers, but I didn't get a qualified answer. My question: I want to detach an OpenSource app from Google Play so that I won't get any updates anymore. Reason is, the app changed to an newer version which I

[android-developers] Layouts not clicking for me

2012-08-07 Thread Anthony Walter
Hello, I am coming to Android development with many years of Windows UI developer experience and am having problems getting my head around laying out UI elements. Could someone show me how a layout like this might be declared: |[ EditText Filling Available Space][Button]| Where a Button is

[android-developers] App Android Architecture

2012-06-19 Thread Walter Bishop
in advance, Walter -- 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.com For more options

Re: [android-developers] Image scaled, scroll, zoom, without margin

2012-05-13 Thread [Perso]Svend WALTER
Sorry, zoom is not in imageview implemented as I red. I will pass this feature on my app, it's not so important... Le 13 mai 2012 02:06, huberte svend.wal...@gmail.com a écrit : Hi, A very easy thing, I thought. Have an image : exp1.png, which I want to fit the screen in landscape or

[android-developers] setTranslationX() and getX() on previous API

2012-03-02 Thread Walter Bishop
Howdy, I've developed an application that uses setTranslationX() and getX() methods that are only available after API 11. However, I discovered that my app must support android 2.1 that is way back API 11. Is there any chance that I can achieve the same result? How? Thanks in advance, Walter

[android-developers] Re: Android can't read wave files

2010-07-06 Thread Walter
Hi, Please send me a sample file if it can not be played. We always give user refund if the app doesn't work, even it's over 24 hours. Regards, Walter On Jun 24, 7:43 am, KISSandroid accessibili...@gmail.com wrote: I am a new Android user, Verizon Droid and I love the product and I don’t

[android-developers] Re: Database insertion timings

2010-04-14 Thread Walter
Could you post your code here. compileStatement is usually for batch reusable SQL statement, It's kind of best practice to use this in this case. no reason that it's slower than normal SQL. On Apr 14, 1:17 am, Alok Kulkarni kulsu...@gmail.com wrote: @Walter, i tried that out. Instead

[android-developers] Re: Database insertion timings

2010-04-13 Thread Walter
Use SQLiteStatement.compileStatement, I do believe it should be faster with my 10 years database programming experience, though I didn't test, Let me know if you have a result. Here is some code from my Remote RDP program for importing data to the table: SQLiteStatement

[android-developers] Re: Generating a static HashMap from resources?

2010-04-13 Thread Walter
Why not just use two arrays and put them in your hashmap. There is no hashmap definition in resouce as I know. Sometimes, simple way is the best way. On Apr 12, 7:55 pm, HippoMan hippo.mail...@gmail.com wrote: My main reason is that I want to have public static final mapped values available to

[android-developers] Re: AudioRecord fails on Android 2.1

2010-04-13 Thread Walter
I think emulator is ok for developing. One thing you need to pay attention for using AudioRecord is: you'd better use AudioRecord.getMinBufferSize() * X to set up the buffer size, otherwise it may not always work properly. I'm not sure that can resolve your problem, hope it helps. On Apr 12, 1:47 

[android-developers] Re: unable to open database file after OS upgrade

2010-04-09 Thread Walter
database and file corruption issues. Walter On Apr 9, 12:46 pm, Mariano Kamp mariano.k...@gmail.com wrote: Mariano Kamp wrote: I could ask the people with custom ROMs to check if the db-file is still there. Or add your own exception handler for this, do some experiments, and then send

[android-developers] Re: removing all items of a listview

2010-03-23 Thread Walter
As my experience. if you operate the listAdapter, like .clear, .add, .remove, you don't need call invalidata() or notifyDataSetChanges(), the result will be applied to the view automatically. On Mar 23, 5:19 am, Kantesh kantesh@gmail.com wrote: mListAdapter.remove(x); // to remove an item

[android-developers] Re: RESTful application with Protobufs

2010-03-16 Thread Walter
You may want to look at Restlet. They provide libraries and examples for both Android and Google App Engine. http://www.restlet.org/ Walter On Mar 16, 12:34 am, Ingmar ingmar.heinr...@gmail.com wrote: Hi, I need some hints about how to design an Android app that uses Protobufs and RESTful

[android-developers] Motorola Cliq Parsing Problem

2010-02-02 Thread Walter Huf
Two of my friends have Motorola Cliqs, and their phones do not want to install my application. The emulator works, the G1 works, the Droid works, but the Motorola Cliq does not. I found a post about the same problem, http://www.mail-archive.com/android-developers@googlegroups.com/msg66144.html,

[android-developers] Slow Translate and Alpha Animations

2010-02-02 Thread Walter Huf
I have two animations in my project. One is a Translate animation, which bounces a small picture up and down while an Internet resource is loading. It is applied to two ImageViews, and they bounce up and down together slowly. While these is happening, the Android's CPU is completely pegged for

[android-developers] Re: Retrieving the phone maker and phone model

2010-01-10 Thread Walter
You can try this: DisplayMetrics dm = new DisplayMetrics(); WindowManager wm = (WindowManager)this.getContext().getSystemService (Context.WINDOW_SERVICE); wm.getDefaultDisplay().getMetrics(dm); dm.widthPixels,dm.heightPixels;

[android-developers] Re: Launching an external activity from a widget

2009-12-23 Thread Walter
I'm using the following code and it works fine, don't need to add external activities in you Manifest.xml. Not sure if it's a recommended way. Intent intent = new Intent(Intent.ACTION_VIEW); // intent.setData(m_uri); intent.setComponent(new

[android-developers] Re: Sales from android market

2009-12-23 Thread Walter
If there is a chargeback(like user is using a stolen credit card), you'll lose all you money and google will also charge you $3.0 for chargeback fee. Google check out only charge 30%, the %0.3 transaction fee doesn't apply to app sales. Walter On Dec 23, 8:33 am, karthikr karthik.scintill

[android-developers] GMail and some email clients always open the built-in media player for wave file attachments

2009-11-24 Thread Walter
on the file, Open with will show and user can choose Remote Wave to play wave, gsm files. But native GMail client and some email clients always open the built- in media player and GMail client event doesn't allow you to download. Did I do something wrong? Please help. Walter Wang -- You received

[android-developers] Re: GMail and some email clients always open the built-in media player for wave file attachments

2009-11-24 Thread Walter
Thanks to Travis found why: need add this: data android:scheme=content / On Nov 24, 8:27 pm, Walter androidremotecont...@gmail.com wrote: In my Remote Wave application, I configured the intent filter as this: intent-filter                 action android:name=android.intent.action.VIEW

[android-developers] Re: Person using Sprint Hero can't see application?

2009-11-14 Thread Walter
I had the same problem, here is the solution from one user: I found that the fault was caused by modifying the build.trout.prop to enable Google Maps Navigation, this in turn broke protected apps in the 1.6 marketplace.apk Just letting you know incase anyone else has the same issue, they need to

[android-developers] Re: Emulator won't finish booting...

2009-09-16 Thread Walter
I have the same problem too. Usually It will be fine after I closed Pidgin, Google Talk and restart the emulator. if not, restart the computer and try again. On Sep 16, 7:03 am, furby wookie...@gmail.com wrote: I had the 1.5 android emulator starting from Eclipse perfectly nicely until

[android-developers] Re: How to write async socket with Android?

2009-07-14 Thread Walter
You usually need different threads to read and write, prevent blocking the UI thread. On Jul 14, 12:49 am, Victor Lin borns...@gmail.com wrote: Well, but will the read of InputStream blocked when there is no incoming data? I mean... for example: I run the sock in specific thread, because

[android-developers] Re: Sortable ListView

2009-06-22 Thread Walter
Thanks a million Jeff. I did noticed a while ago that I could re-order items in the music player, but I never bothered to look at the source code because I didn't think it was done using the android framework API, I thought it was just custom java code like the core OS. I will definitely look

[android-developers] Sortable ListView

2009-06-16 Thread Walter
Has anyone been able to create a sortable ListView (one where you can drag items around to change their order)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Sortable ListView

2009-06-16 Thread Walter
Has anyone been able to create a sortable ListView (one where you can drag list items around to change their order)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Remove screen lock like the MENU key do?

2009-05-28 Thread Walter
I'v been looking for this too, seems no way to do it for now On May 27, 10:42 am, andrew andrewhun...@126.com wrote: Oh,my God,nobody give me a help. Maybe it is not possible to do this?? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Remove screen lock like the MENU key do?

2009-05-28 Thread Walter
I've been looking for this, as my research, no way to do it for now. On May 27, 10:42 am, andrew andrewhun...@126.com wrote: Oh,my God,nobody give me a help. Maybe it is not possible to do this?? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Android Dev Phone 1 + Shipping to Germany

2008-12-13 Thread Walter Chang
well, i ordered mine the very first day and it arrived at tao yuan, taiwan on friday night(12/12). so i should be able to play with it on monday. can't wait! On Sat, Dec 13, 2008 at 7:45 PM, Christine christine.kar...@gmail.comwrote: On Dec 13, 11:35 am, patte ehrl...@infosion.de wrote: