Re: [android-developers] Samsung A50 sim get undetected when making calls

2019-10-10 Thread Jeff Moonlow
its a problem in hardware , please contact samsung service center On Thu, Oct 10, 2019 at 5:58 AM Riya H wrote: > > Hi,I bought Samsung A50 recently.one month ago it fell on swimming > pool.But I removed the water from the phone and its working.But the issue > is when making phone calls sim get

[android-developers] Pega developer Norfolk, VA long term

2019-10-08 Thread Jeff Moonlow
Pega developer Norfolk, VA Open to visa’s Required Skills: 4+ years of experience as a hands on Pega developer Good Oracle/PL SQL, ETL skills Strong understanding of Pega methodologies. Experience with full lifecycle Pega implementations on Pega 7. Understanding of various Pega

[android-developers] Full stack developer Atlanta, Ga long term

2019-10-08 Thread Jeff Moonlow
Full stack developer with *strong Node js/ React js skills* - Strong CSS skills with experience in Graph QL to perform frontend development - Nice to have - Mongo experience . This one is a high priority, so hopefully you have one or more candidates available in the near term.

[android-developers] ArrayList[0] through ArrayList[n-1] element being overwritten by ArrayList[n]

2017-08-07 Thread Jeff Biss
Somehow the name in the first ArrayList position (see Line 6) was overwritten with that in the second (see Line 13). Can anyone offer a reason as to what might be happening? Refer to LogCat section for the numbers: - Lines 2 and 3 show that the cursor has accessed the DB. - Lines 4 thru 9

[android-developers] Why is only the last item in an ArrayList shown in RecyclerView?

2017-08-03 Thread Jeff Biss
I am trying to learn how to use the RecyclerView and have found that only the last item in an ArrayList are displayed in both positions (there are only two) and can't figure out why. I have used LogCat to show what is going on so look to the LogCat output below. - Lines 2 and 3 show that the

[android-developers] Re: things BSP - open source?

2017-01-11 Thread Jeff Thompson
Yes, this is, indeed, exciting. However, only 3, low-performance, devkits are supported right now. This has got to change to where anyone can develop a BSP for their peculiar hardware, and soon. Until then, Things will just be an amusing little toy. I've got clients wanting this NOW. On

Re: [android-developers] ERR_UNKNOWN_URL_SCHEME after APK download

2016-01-28 Thread Jeff
How do I do the redirect ? On Sunday, January 10, 2016, niks <niks...@gmail.com> wrote: > Have you declared the redirect uri in the manifest? > > > > Τη Παρασκευή, 8 Ιανουαρίου 2016 - 2:44:39 μ.μ. UTC+2, ο χρήστης Jeff > έγραψε: >> >> Hello, >> &

[android-developers] ERR_UNKNOWN_URL_SCHEME after APK download

2016-01-08 Thread Jeff
Hello, I'm trying to install an APk right after the download is completed. The APk gets open with the browser and throws ERR_UNKNOWN_URL_SCHEME. I'm assuming the the device thinks the downloaded file needs to be open with the browser instead of the android application installer. package

[android-developers] How to use TLS 1.1 from Android 2.2

2015-12-17 Thread Jeff Archer
My app running on Android 2.2 which cannot be updated needs to use TLS 1.1 to access a secure server. Any suggestions would be appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

[android-developers] Re: Google Play Services adds nearly 10,000 methods!

2014-03-25 Thread Jeff Campbell
The latest version and the Google Play Services (4.3) now adds about 2,500 more methods (since 4.2)!! (Adding Google Play Services to your project will add about 14,000 methods to your app) seems to be getting worse and worse! On Friday, February 7, 2014 2:14:50 PM UTC-7, Jeff Campbell

[android-developers] Google Play Services adds nearly 10,000 methods!

2014-02-07 Thread Jeff Campbell
the risk of apps hitting the 65k method limit cap (seems crazy that a Google library takes 15% of the 65k limit of any single app) Thanks, Jeff -- 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] Using ACTION_OPEN_DOCUMENT for editing files

2014-01-30 Thread Jeff Sharkey
. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Jeff Sharkey jshar...@android.com -- You received this message because you are subscribed

Re: [android-developers] Re: How to catch android.intent.action.MEDIA_MOUNTED

2013-06-09 Thread Jeff Gonzales
Could it be device dependent? Does your dynamic receiver pick it up at boot time or just later instances? On Jun 9, 2013 5:48 AM, Pent supp...@apps.dinglisch.net wrote: I tried that. It didn't seem to work. Have you ever registered for this dynamically? I only use it dynamically. If

Re: [android-developers] Re: How to catch android.intent.action.MEDIA_MOUNTED

2013-06-08 Thread Jeff Gonzales
I tried that. It didn't seem to work. Have you ever registered for this dynamically? If it works for you, what other problem do you think it could be? I am registering from a Service so perhaps it doesn't work the same as registering from within an Activity? On Sat, Jun 8, 2013 at 2:02 AM,

Re: [android-developers] Re: MediaPlayer suddenly stopped working in Android 4.2

2013-02-20 Thread Jeff Sharkey
. For more options, visit https://groups.google.com/groups/opt_out. -- Jeff Sharkey jshar...@android.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

[android-developers] Tomcat creating new HTTP jsessionid for each page on Android browser for Android versions 3.x and lower after switching from HTTPS to HTTP

2012-12-10 Thread jeff
Platform: Windows 2008 R2 Web Servers: IIS 7.5, Tomcat 5.5 I have a JSP website which uses login-form authentication, via a custom servlet. Below is the order of how login proceeds: Login (SSL) - Auth (SSL) - Intermediary Page 1 (SSL) - Intermediary Page 2 (non-SSL) - Intermediary Page 3

[android-developers] Error replacing two fragments with scrollviews

2012-11-08 Thread Jeff Tycz
I have 2 fragments and both have`Scrollviews in them, I make a selection from a ListView and that replaces the first fragment with the other fragment that has the scrollview. The problem is that when I try to replace the fragment with the new one I get an error saying ScrollView can only

Re: [android-developers] Tabbed Menu with Gallery-like Menu in one of the tab

2012-08-18 Thread Jeff Huang
, 2012 6:50:23 AM UTC+3, Jeff Huang wrote: the problem should be coming from. public void setViewImage(ImageView v, String value) { super.setViewImage(v, value); try { v.setImageBitmap(BitmapFactory.decodeStream(new URL(value).openConnection

Re: [android-developers] Tabbed Menu with Gallery-like Menu in one of the tab

2012-08-18 Thread Jeff Huang
a thread and once they are downloaded you will add them in your image view. The solution is here: http://developer.android.com/training/displaying-bitmaps/index.html On Tuesday, August 14, 2012 6:50:23 AM UTC+3, Jeff Huang wrote: the problem should be coming from. public void setViewImage

Re: [android-developers] Tabbed Menu with Gallery-like Menu in one of the tab

2012-08-13 Thread Jeff Huang
someone to help. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 9:23 AM, Jeff Huang jeff...@gmail.comjavascript: wrote: First thing first I've attached all my code Design: Interface with 4 Tabs Under one of the tab

Re: [android-developers] Re: Goiogle Play - Dev Console not updating since July 25

2012-07-29 Thread Jeff Davies
Are you deliberately mischaracterizing my comment? I posted the date. Since I've been following my apps on GPlay I have never seen it miss a single day. The fact that it did miss 2 full days is remarkable. On Sat, Jul 28, 2012 at 11:29 PM, Zsolt Vasvari zvasv...@gmail.com wrote: It skipped one

[android-developers] Android app using webview causing The page cannot be displayed because an internal server error has occurred(Win/Tomcat)

2012-06-18 Thread jeff
We have an android app using webview to display a page called login.jsp. This same page authenticates a user, via a servlet, and forwards them to another page called index.jsp. It is in the index.jsp page where we get an error message that reads: The page cannot be displayed because an internal

[android-developers] Is there way of using NFC without Secure Element?

2012-03-20 Thread Jeff Wang
I am a NFC starter, and just want to know what is the role of Secure Element in NFC development for Android, and is there any other way of using NFC but without Secure Element? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Connect MediaRecorder to MediaPlayer

2012-03-14 Thread Jeff
I want to test running both the hardware video encoder and decoder simultaneously. To that end I'm trying to figure out how to connect the output of a MediaRecorder as the input to a MediaPlayer. The only way I could figure out to do this was through DatagramSockets connected through the

[android-developers] Re: able to select 2 RadioButton in a RadioGroup ??!??!

2012-02-23 Thread Jeff
I know Im too late to reply to this, but for anyone who comes through here looking for a solution... You must register an id for each RadioButton in the RadioGroup. The RadioGroup will clear RadioButton selection based on their resource id. RadioGroup group = new RadioGroup(this.

[android-developers] Re: How to implement multiple Android versions to use different libraries?

2012-01-11 Thread Jeff A Knaggs
Similar to Kostya's suggestion, but requires less knowledge of eclipse/ ant/java; however, it doesn't meet your criteria of I prefer to keep my app in one single project. This is what I came-up with before libraries were available; it's not fully automated. But, if you're old-school like me and

[android-developers] Re: Mac phone

2011-10-18 Thread Jeff S
I have an HTC EVO and a Macbook running Mac OS X 10.6.8. I have been trying for a while now to get adb or Eclipse or anything else to recognize my phone on this computer. I can completely rule out any hardware issues because I can run the same computer with the same phone and the same cable

[android-developers] How does WebView handle content:// urls internally?

2011-09-19 Thread Jeff Thorn
? Jeff -- 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, visit

[android-developers] Changing the calendar for an existing event (Issue #10486)

2011-06-27 Thread Jeff Vincent
no activity from any developers regarding this issue and will gladly offer any help I can provide. I'd try to fix it myself but haven't had the bandwidth to get bootstrapped to even know where the problem is. http://code.google.com/p/android/issues/detail?id=10486 Thanks!! Jeff -- You received

[android-developers] Re: Activity Lifecycle Documentation Question

2011-05-02 Thread Jeff A Knaggs
Yes! Having mostly lurked over this list for the last year and half, I see this thread come-up too frequently, and this area caused me a lot of confusion. I don't want to change the thread, but want to emphasize that to make intelligent suggestions, one has to understand the process. These

[android-developers] Problems with View.startAnimation()

2011-03-09 Thread Jeff Meyerhoff
I am trying to start an animation after a delay from a Timer. However, calling startAnimation() does not, well, start the animation. The animation that I set up with View.startAnimation() only happens once I either touch the screen or scroll the scroll ball. I have tried using a Handler, using

[android-developers] Re: Problems with View.startAnimation()

2011-03-09 Thread Jeff Meyerhoff
to be what you are describing that you do, but there must be something different.  Try reducing your code to that and seeing where it starts working. On Wed, Mar 9, 2011 at 3:09 PM, Jeff Meyerhoff j...@jdmlabs.org wrote: I am trying to start an animation after a delay from a Timer

[android-developers] Re: Problems with View.startAnimation()

2011-03-09 Thread Jeff Meyerhoff
/samples/ApiDemos/src/com/examp... That seems to be what you are describing that you do, but there must be something different.  Try reducing your code to that and seeing where it starts working. On Wed, Mar 9, 2011 at 3:09 PM, Jeff Meyerhoff j...@jdmlabs.org wrote: I am trying to start

[android-developers] Re: Problems with View.startAnimation()

2011-03-09 Thread Jeff Meyerhoff
, 7:28 pm, Mark Murphy mmur...@commonsware.com wrote: That's odd. Another thing you can try is getting rid of the timer/runnable stuff and use android:startOffset to provide your delay. On Wed, Mar 9, 2011 at 8:22 PM, Jeff Meyerhoff j...@jdmlabs.org wrote: The problem persists

[android-developers] Re: Problems with View.startAnimation()

2011-03-09 Thread Jeff Meyerhoff
That's only available on API level 8+ (2.2). I would like at least a 1.6+ solution and most of this stuff is API level 1. On Mar 9, 7:45 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Mar 9, 2011 at 8:42 PM, Jeff Meyerhoff j...@jdmlabs.org wrote: @Mark Murphy That's a good idea

[android-developers] Re: NFC default app - thoughts?

2011-03-07 Thread Jeff Hamilton
that contain only data they're interested in. Also, NDEF can be stored on many types of tags so you don't have to worry about custom tag protocols when writing apps. -Jeff On Feb 8, 12:51 am, andrew and...@mackenzie-serres.net wrote: TopTunniste for tags for example On Feb 7, 10:09 pm, Mark

[android-developers] Re: Android Market having trouble authorizing anyone today?

2011-02-23 Thread Jeff
? Probably. Jeff ___ Trackmaster - Motorsports Lap Timer Dynomaster - Performance Dyno www.trackaroo.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

[android-developers] Change Resolution Policy when screen orientation changes

2011-01-26 Thread Jeff
I have a Live Wallpaper using AndEngine which has several small images floating around the screen. I can set the initial screen orientation and RatioResolutionPolicy without any problems, but if I rotate the screen (or slide the the keyboard on some devices) and trigger a ScreenOrientation change,

[android-developers] Re: App disappeared from Market Home

2010-12-20 Thread Jeff
My app came back. I tried to update and fix the category bug. And then it disappeared again. So the lesson here is don't update your app or save any changes to the console for awhile. Jeff --- www.trackaroo.com Trackmaster - Motorsports Lap Timer Dynomaster - Performance Dyno

[android-developers] Re: App disappeared from Market Home

2010-12-20 Thread Jeff
a resolution soon, and will contact you when we have an update or if we need further information. Thank you for your patience. If we can assist you further, please let us know. Jeff --- www.trackaroo.com Trackmaster - Motorsports Lap Timer Dynomaster - Performance Dyno On Dec 20, 3:14 pm

[android-developers] Re: App disappeared from Market Home

2010-12-19 Thread Jeff
How were you able to get your app to re-appear in the console? I suffered the same issue when I submitted my update. My app is incorrectly in the Games category and don't have a way to fix this category bug. Jeff --- www.trackaroo.com Trackmaster - Motorsports Lap Timer Dynomaster

[android-developers] Re: What's the best way to have your app 'sleep' for N milliseconds?

2010-12-06 Thread Jeff M.
Inside your MyActivity.onCreate method: Handler timeoutHandler = new Handler() { //@Override public void handleMessage( Message msg ) { // after receiving the timeout message, start the next activity Intent intent = new Intent( MyActivity.this, MyOtherActivity.class );

[android-developers] Re: How to create a tablet App with direct FULLSCREEN?

2010-12-06 Thread Jeff M.
android:largeScreens=true android:anyDensity=true android:normalScreens=true /supports-screens Cheers, Jeff On Dec 2, 12:03 pm, Foolx foo...@gmail.com wrote: Hi there! I just got my Android Tablet (Archos 10.1 IT) and want to programm some little Tools for it. I already

[android-developers] Re: adb can't find my Verizon Samsung Galaxy Tab ...

2010-11-29 Thread Jeff M.
Anyone know how to get the Tab recognized on a Mac? I have USB debugging turned on, installed the latest Android SDK, installed the Galaxy Tab add-on in Eclipse, rebooted the Mac and the Tab, but adb still doesn't see it. I probably need a driver, right? I don't see one anywhere for the Mac. --

[android-developers] Re: How to handle major revisions to OpenGL game in Android Market

2010-11-14 Thread Jeff Boody
What version of Android guarantees a hardware accelerated OpenGL ES 2.0 context? If your app specifies that it uses OpenGL ES 2.0 in the Android manifest then it will only show up on the Market for devices which support it. For example: uses-feature android:glEsVersion=0x0002/ I

[android-developers] Re: OpenGL glScissor not working on HTC phones

2010-11-14 Thread Jeff Boody
I do not do a gl.glClear(GL10.GL_COLOR_BUFFER_BIT); so the bits that were drawn previously should remain. Actually this isn't the default behavior. I think you need to request EGL_BUFFER_PRESERVED for the EGL_SWAP_BEHAVIOR. Unfortunately this currently (froyo) isn't possible because Android

[android-developers] Just wondering that can I use C2DM service without uploading App to Android Market?

2010-10-21 Thread Jeff
In case of using C2DM service, it is necessary to uploading App to Android Market? Is it impossible that I upload App using C2DM service to another market? (not Android Market) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Google Market cancelling orders

2010-10-05 Thread Jeff A Knaggs
All of a sudden, since the Market underwent it's recent multiple country expansion, I'm seeing, on a fairly regular basis, cancellations with a subject: Order XYZZY has been cancelled by Google With an explanation that boils down to: ...because we were unable to verify that buyer's account

[android-developers] How to create custom controls that mimic real device's UI?

2010-08-16 Thread Jeff Gross
to size my control -- android.R.dimen.default_checkbox_size seems like a good place, but it doesn't exist :-). What do others do to make custom controls that integrate well with any device's UI? Thanks, Jeff -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Record audio problem on the LG Ally

2010-08-12 Thread Jeff Knaggs
it over. thanks jeff knaggs -- 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

[android-developers] android sdk emulator question: how can I replace framework-res.apk?

2010-07-19 Thread Jeff
I made some changes to the framework-res.apk. However, I don't know if it is possible to push it to the emulator without having to rebuild the entire system image. Can someone help me here? Thanks! Jeff -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Rapid Android Development with AML, looking for feedback

2010-07-14 Thread Jeff Rowberg
don't see why it couldn't be done. I'll keep it in mind and try to do some research in that direction. Thanks for your input! Jeff -- 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: Rapid Android Development with AML, looking for feedback

2010-07-13 Thread Jeff Rowberg
, criticism, anything at all, I'm wide open to what you have to say. Specifically, here's what I'm trying to find out: 1. Would you use this for your own app? 2. What would it need to do in order to be most useful? Jeff -- You received this message because you are subscribed to the Google

[android-developers] Rapid Android Development with AML, looking for feedback

2010-07-12 Thread Jeff Rowberg
Hey everyone, I'm pretty new to Android development, but I'm experienced with Java, C ++, and PHP, so I've been able to pick up a working knowledge pretty quickly. I'm looking for feedback on something I've begun to create, specifically for my needs but definitely with potential for the general

Re: [android-developers] AIDL, Binder, ResultReceiver, and Performance

2010-06-26 Thread Jeff Sharkey
to pass back success/failure along with any Exception text for Toast'ing to the user. Not my team's app...  I've not looked at the code, either. :} The app was written by two engineers on the Android team, but not anyone specifically working on the framework. -- Jeff Sharkey jshar

[android-developers] Android emulator problems

2010-06-15 Thread Jeff Colapietro
So, I've been doing the android tutorials and every time I try to load the emulator it gets to the waiting for HOME step and then cancels. It will load the emulator, but it will only get to the screen with ANDROID across. I rebooted my computer redid the tutorials and cleaned the projects and

[android-developers] stop/prepare MediaPlayer issues

2010-06-15 Thread Jeff B.
Hello, I have an ImageButton that plays a sound whenever it is held down and stops as soon as you let up. To do this I register an onTouch handler and operate on ACTION_DOWN and ACTION_UP MotionEvents. The code is below. The idea is that when the ACTION_UP comes in I first call stop() and then

[android-developers] Change Default Package Name of R.java

2010-06-15 Thread Jeff
to the resources constants in my common code base to throw an error. It would be great if I could specify the package name I want aapt to use when generating R.java. Does anyone know if this is possible? Any other suggestions? Thanks, Jeff -- You received this message because you are subscribed to the Google

[android-developers] Re: stop/prepare MediaPlayer issues

2010-06-15 Thread Jeff B.
To avoid any confusion, I don't know if I made it clear that the code I have listed is currently working. I'm just not sure of why I am needing the IllegalStateException logic. Thanks, Jeff On Jun 12, 12:39 am, Jeff B. jeffbromber...@gmail.com wrote: Hello, I have an ImageButton that plays

Re: [android-developers] Change Default Package Name of R.java

2010-06-15 Thread Jeff Thorn
overlooking something? Can this be accomplished with libraries? On Tue, Jun 15, 2010 at 10:00 AM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Jun 15, 2010 at 9:47 AM, Jeff jeff.th...@gmail.com wrote: Any other suggestions? Try the new library project featured added in the latest edition

[android-developers] Re: Change Default Package Name of R.java

2010-06-15 Thread Jeff
. On Tue, Jun 15, 2010 at 7:50 PM, Jeff Thorn jeff.th...@gmail.com wrote: I looked into Library Projects, but I am not sure if that helps me. I assume I would put the Activity in the library, since it is what is used by each app. However, that Activity relies on String values from res/values

Re: [android-developers] Re: Change Default Package Name of R.java

2010-06-15 Thread Jeff Thorn
Alsoif the Froyo aapt has this feature, does that mean I will only be able to target 2.2 devices? I don't think that will be an option. On Tue, Jun 15, 2010 at 11:15 PM, Jeff jeff.th...@gmail.com wrote: That sounds exactly like what I need. When will the Froyo aapt be available? On Jun

Re: [android-developers] Change Default Package Name of R.java

2010-06-15 Thread Jeff Thorn
source, manifest, or resources. On Tue, Jun 15, 2010 at 7:50 PM, Jeff Thorn jeff.th...@gmail.com wrote: I looked into Library Projects, but I am not sure if that helps me. I assume I would put the Activity in the library, since it is what is used by each app. However, that Activity relies

Re: [android-developers] Change Default Package Name of R.java

2010-06-15 Thread Jeff Thorn
Looks like I need to use the --custom-package parameter. Hope this helps someone else out there. On Tue, Jun 15, 2010 at 11:55 PM, Jeff Thorn jeff.th...@gmail.com wrote: Hi Dianne, Can you clarify what that mechanism is? I tried adding the last to lines to the and target that generates

[android-developers] How to test onCreate with saved Bundle?

2010-06-10 Thread Jeff
in the code that restores the state. Is there anyway that I can simulate or test this case to make sure I am restoring correctly now? It seems I am having trouble making this happen when I want to test it. Thanks, Jeff -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Handling Orientation Changes that occur in another Activity

2010-06-03 Thread Jeff
what looks good on my device may not be the same for another. Thanks, Jeff -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

Re: [android-developers] Handling Orientation Changes that occur in another Activity

2010-06-03 Thread Jeff Thorn
Hi Rajiv, What changes should I make? I am saving the state in onSaveInstanceState and I am restoring the state in onCreate. I would think that the Bundle I saved the state to should preserve all the WebView settings, but that does not appear to be the case. Jeff On Thu, Jun 3, 2010 at 9:19 AM

Re: [android-developers] Handling Orientation Changes that occur in another Activity

2010-06-03 Thread Jeff Thorn
...@gmail.com wrote: Hi Jeff, When you change the Phones orientations Activity onConfigurationChanged method got called, so you need to make changes in there. for ex. public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); //get Instance

Re: [android-developers] Re: Handling Orientation Changes that occur in another Activity

2010-06-03 Thread Jeff Thorn
to hard code anything so I am not sure of the best way to change it back. On Thu, Jun 3, 2010 at 9:51 AM, greg sep...@eduneer.com wrote: You didn't mention if you've defined separate layout-land and layout- port for your activity. On Jun 3, 9:11 am, Jeff jeff.th...@gmail.com wrote: I am having

[android-developers] We need developer feedback, STOP rating when customer has canceled order

2010-05-28 Thread Jeff
that the interface was complicated. thanks, Jeff -- 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

[android-developers] Re: Participate in app promotion experiment

2010-05-25 Thread Jeff Knaggs
Here's another number my app, punch, is not free. At the beginning of John's advertising experiment, the price was $1.69. I showed no change in order rates after the first ~5000 impressions, and subsequently lowered the price after ~1 to $0.99. At that point there was a consistent daily

[android-developers] Re: android tablet emulator creation

2010-05-21 Thread Jeff
In Eclipse, select Window menu, launch Android SDK and AVD manager. Create a new AVD with target Android 2.2 and set the resolution you need. On May 21, 2:23 pm, Nikhil Patil nikhilpatil2...@gmail.com wrote: Hi Jeff, Does Froyo SDK provides a skin for 1024X600? Or you created it? Can you

[android-developers] Handling Unsupported Content Types in WebView

2010-05-21 Thread Jeff
unsupported content types so I can at least display an error or do something? Right now the app just does nothing, which is not acceptable. Thanks! Jeff -- 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] Re: Avoid restarting background threads on orientation change

2010-05-20 Thread Jeff
of the Activity lifecycle in relation to background threads. Any advice would be greatly appreciated. On May 19, 5:45 pm, Jeff jeff.th...@gmail.com wrote: I start a number of background threads in my Activity onCreate that do work to keep the UI free. I was originally destroying these threads

Re: [android-developers] Re: Avoid restarting background threads on orientation change

2010-05-20 Thread Jeff Thorn
As always, thanks Mark! I definitely see your point - its better to do short chunks of work in an AsyncTask than creating long running background threads. My app makes a lot of http requests. After the download is complete, it updates a database. I thought it would be better to create a single

Re: [android-developers] Re: Avoid restarting background threads on orientation change

2010-05-20 Thread Jeff Thorn
I took your advice and refactored my code to replace any long living background threads with AsyncTasks. Wow!!! I cannot begin to tell you how much it simplified my code. Thank you so much for the very valuable advice. On Thu, May 20, 2010 at 10:17 AM, Mark Murphy mmur...@commonsware.comwrote:

[android-developers] Re: android tablet emulator creation

2010-05-20 Thread Jeff
Froyo SDK now allows to emulate tablet devices! Just tried with 1024x600 screen size. -- 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,

[android-developers] Avoid restarting background threads on orientation change

2010-05-19 Thread Jeff
overlooking? Thanks, Jeff -- 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

[android-developers] Re: Clarification on loading local images with WebView

2010-05-13 Thread Jeff
? Any advice on which of these approaches makes the most sense? Or is there another approach that I am overlooking all together? thanks, Jeff On May 12, 8:45 am, Mark Murphy mmur...@commonsware.com wrote: Jeff wrote: Hello all, I apologize if this is beating a dead horse, but I have been

Re: [android-developers] Re: Clarification on loading local images with WebView

2010-05-13 Thread Jeff Thorn
wrote: Jeff wrote: 1. Should I load it with my WebView? I thought I could use img tags with urls like f... As I wrote in my previous reply: Try creating a ContentProvider to serve the image, and see if you have better luck with a content:/... 2. Can I start a new Activity with an Intent

Re: [android-developers] Re: Clarification on loading local images with WebView

2010-05-13 Thread Jeff Thorn
. On May 13, 2010 6:51 PM, Mark Murphy mmur...@commonsware.com wrote: Jeff Thorn wrote: Regarding option 1 - if I create a content provider it appears I need to imple... Perhaps use openAssetFile() instead? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Re: Clarification on loading local images with WebView

2010-05-13 Thread Jeff Thorn
PS - meant something OTHER than. Droid autospell. :) On May 13, 2010 7:18 PM, Jeff Thorn jeff.th...@gmail.com wrote: You would think huh? But I got the impression for the docs that that method just allows you return a file segment using an offset and length. Can you do something like: File f

Re: [android-developers] Re: Clarification on loading local images with WebView

2010-05-13 Thread Jeff Thorn
I appreciate your help. I think I will just open the large image in a new custom Activity. On May 13, 2010 7:38 PM, Mark Murphy mmur...@commonsware.com wrote: Jeff Thorn wrote: PS - meant something OTHER than. Droid autospell. :) On May 13, 2010 7:18 P... mailto:jeff.th...@gmail.com wrote

[android-developers] Clarification on loading local images with WebView

2010-05-12 Thread Jeff
Thanks, Jeff -- 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

[android-developers] Re: HTC Incredible - images not showing up in Gallery

2010-05-12 Thread Jeff
I have heard of some issues with the sdcard storage on the incredible. It's has the 8gb internal and the optional external. This has caused some other applications problems because they look for the sdcard (specifically the ny subway map app which stores the files there). I am not sure if the

[android-developers] Re: PNG quality in WebView based app

2010-05-11 Thread Jeff
. When I tried over wifi everything came back to normal. In the end I implemented a regular binary file download from my server, and then displayed that image. Yahel On 10 mai, 22:20, Jeff jeff.th...@gmail.com wrote: I am using WebView to display html content in an app. One of the pages

[android-developers] shouldOverrideUrlLoading not getting called for file:///android_asset links

2010-05-11 Thread Jeff
I am using WebView to display web content in my app. Since I want to keep all content in my webview and not launch the browser, I override shouldOverrideUrlLoading and call loadUrl(). One of the pages has an image that is very large, so I want to put it in the assets directory. When the user

[android-developers] PNG quality in WebView based app

2010-05-10 Thread Jeff
is horrific. I am assuming that WebView is attempting to do some image optimization to reduce the size of the graphic. Is there anyway to prevent it from doing this? I don't want the image to lose any of its quality. Thanks, Jeff -- You received this message because you are subscribed

[android-developers] Re: Stopping or Killing a Thread

2010-05-03 Thread Jeff
because thrown exception cleared interrupt and hope it's handled elsewhere } } hope it helps -Jeff On Apr 30, 3:39 pm, Cameron.M.Johnson cameron.m.john...@gmail.com wrote: The problem I am continuing to have is that SurfaceCreated gets called instead of onCreate when

[android-developers] force WebView to wait for images

2010-04-23 Thread Jeff
displaying the entire page? Thanks, Jeff -- 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] force WebView to wait for images

2010-04-23 Thread Jeff Thorn
Thanks Mark. Strange - I didn't get your response yesterday. I also didn't see the post ever appear on the discussion list. Thanks for answering it twice! On Fri, Apr 23, 2010 at 12:10 PM, Mark Murphy mmur...@commonsware.comwrote: Jeff wrote: When loading a page with WebView, images seem

[android-developers] WebView wait for images

2010-04-22 Thread Jeff
When using WebView to load a page that has a number of images, the images seem to appear one a time as they are available. This happens even if the images are cached. This tends to give the user more of a browser type of experience rather than an app type of experience. Does anyone know if there

[android-developers] Re: android tablet emulator creation

2010-04-20 Thread Jeff
You can use image from androidx86 project in VirtualBox, but of course I'd prefer working emulator from Google. -- 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

[android-developers] BUG in SQLite? Cannot use Long Integers in Cache Database

2010-04-13 Thread Jeff
). Anything higher than this, and the value is always 0. The cache database uses Date.getTime() to populate this field. Since this is a long, the value is always 0. Is this a bug in the Cache Database or the SQLite implementation? Jeff -- You received this message because you are subscribed

Re: [android-developers] BUG in SQLite? Cannot use Long Integers in Cache Database

2010-04-13 Thread Jeff Thorn
will chime in with a better explanation. Justin On Tue, Apr 13, 2010 at 9:18 AM, Jeff jeff.th...@gmail.com wrote: Has anyone been able to get Long Integers to work with a SQLite DB on Android? In particular, I am noticing some odd behavior with Webkit's Cache Database. The expires column

[android-developers] Contacts is missing a very important function

2010-03-26 Thread Jeff
On 1.5 at least, which I have not confirmed on subsequent releases, it is not possible to search or see company name. This doesn't seem to be available via gmail on the web either. I don't understand why contacts should only be viewable and searchable by first and last name, ONLY. This is a

[android-developers] WebView HTML5 Cache Manifest

2010-03-26 Thread Jeff
Unless I am doing something wrong, it does not appear that WebView supports the HTML5 cache manifest. Does anyone know if there are plans to implement this in the SDK anytime soon? Thanks, Jeff -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Can we write android Junit testcases even we dont have source files?

2010-02-16 Thread Jeff
You should take a look at http://groups.csail.mit.edu/uid/sikuli/ Its a pretty cool project for testing. Not quite JUnit but the learning curve is pretty quick. On Feb 15, 5:26 pm, pradeep gan@gmail.com wrote: Hi Can any one please help with answers for the below questions. 1. Can

[android-developers] adp1 doesn't connect via usb

2010-01-02 Thread Jeff Caldwell
I have an ADP1. When I connect it via a USB cable to either a Debian or an Ubuntu machine, there is no allow notification icon nor does lsusb show the ADP1 as a connected device. I tried a factory reset, which did not alter the behavior. Any ideas? Jeff -- You received this message because

[android-developers] Re: CONTEXT_LOST GLSurfaceView

2009-12-22 Thread Jeff Boody
application starts rendering again when comming out of stand- by then I think it is ok. --Jeff -- 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

  1   2   3   4   5   >