[android-developers] Where to put code to test if activity has online access?

2016-10-03 Thread Aaron D
Hi, I want to test if my activity has online access. I click a button to execute an activity (downloads a list of people from a database and populates it within the app) but I don't know where to put it? When online activity is not detected I want the user to get a popup dialog box which say

[android-developers] weird java.lang.StringIndexOutOfBoundsException error

2016-06-16 Thread Aaron Shavolian
Disclaimer: I'm a beginner straight out of AP Computer Science. I'm trying to make an app that converts text input from the user into pig latin... For practice. Here's my code: package com.example.ashavolian.piglatin2; import android.content.DialogInterface; import android.support.v7.app.AppC

[android-developers] Building Multiple Apps From The Same Codebase

2016-04-25 Thread Aaron Grider
We have a rather unique situation with our Android project, in that we use the same code base to build literally thousands of different apps, each with a different package name. For the most part this hasn't been a problem. Recently I migrated our build system to Gradle and it is certainly func

[android-developers] Re: High speed camera capture

2016-03-01 Thread Aaron Wetzler
Joshua, did you find a solution to this? We also need it. On Sunday, January 31, 2016 at 10:02:46 PM UTC+2, Joshua Parrish wrote: > > Hello all, > > I'm doing my best to develop an app for high-speed camera capture. > Unfortunately, it's difficult to work with > createConstrainedHighSpeedCaptu

[android-developers] Re: Scrolling like a spreadsheet

2013-04-29 Thread Aaron Smentkowski
Brilliant work! Exactly what I was looking for! On Monday, August 30, 2010 3:43:10 PM UTC-7, Ed wrote: > > Ok... so I was bored so > > Uses spreadsheet.xml which contains a LinearLayout with the id > layout_spreadsheet. There are some tweaks that could be made like > making the top left cel

[android-developers] Re: How to detect tablet devices

2012-10-24 Thread Aaron
to landscape forcing a specific layout (of course you still have to make sure you are picking up the correct layout resources). It is an imperfect solution but there is such a variance between devices and manufacturers there really isn't a perfect solution. -Aaron On Monday, March 28, 2011 11:38:3

[android-developers] Is Chrome in android simulator supported?

2012-08-11 Thread Aaron Labiaga
Is chrome in the android simulator supported? I've looked in other forums and no one seemed to have been successful in doing 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@goo

Re: [android-developers] Get scroll position in a list activity

2012-08-07 Thread Aaron Pride
There is a great use for the y scroll position if you are making your own creative animated layouts; please expose the scroll position as it is exposed in scrollview. On Monday, March 23, 2009 9:38:59 PM UTC-4, Romain Guy wrote: > > ListView does not use scrollY. There's no need to save the scro

[android-developers] setTimeout during sleep mode causing frozen/hung WebView temporarily?

2012-06-17 Thread Aaron Pfeifer
Hey guys - I've encountered a bit of a strange WebView interaction that I can't seem to find reported anywhere either in this group or other help forums. I have a basic WebView loaded within an Android app that contains a call to setTimeout. This code looks something like: setTimeout(functio

[android-developers] Re: animation becomes choppy or appears to not work when placed on top of LayerDrawable

2012-02-21 Thread Aaron
PLY ) ); bitmap = BitmapFactory.decodeResource( this.getResources(), this.houseMatrix[i][0], opt ); canvas.drawBitmap( bitmap, 0, 0, paint ); bitmap.recycle(); } this.house.setImageBitmap( result ); On Feb 21, 8:22 am, Aaron wrote: > I have a LayerDrawable that I am creating i

[android-developers] animation becomes choppy or appears to not work when placed on top of LayerDrawable

2012-02-21 Thread Aaron
I have a LayerDrawable that I am creating in code because I have to do some color filtering to individual components of the layered image. On top of the layered image I have 2 ImageViews on top of one another and one is set to invisible. When the visible ImageView is clicked it rotates to 90 and ma

[android-developers] Re: ant build not detecting changes

2012-02-02 Thread aaron
On Feb 2, 10:21 am, Kostya Vasilyev wrote: > Yep, same here, on Linux. > > http://code.google.com/p/android/issues/detail?id=22948 > > Looks like it's scheduled for ADT 17 (?) > > -- K Thanks. I guess no one on the SDK team builds with ant.. Aaron -- You received th

[android-developers] ant build not detecting changes

2012-02-02 Thread aaron
newer timestamps than the bin/classes.dex file, what method does the dex step of the build use to determine if there's new compiled code? This is happening on multiple projects.. Thanks, Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Ice Cream Sandwich networking problems

2012-01-09 Thread Aaron
Thans for the reply. I guess all go ahead file a bug report then. -Aaron On Jan 9, 3:47 pm, Kostya Vasilyev wrote: > And so it does: > > > > kman@minty ~/Android/proj-new/AquaMail $ wget -S > --post-data="hello=there"http://www.google.com > --2012-01-10 01

[android-developers] Ice Cream Sandwich networking problems

2012-01-09 Thread Aaron
sers a bad experience when upgrading their phone or experiencing apps for the first time, if they're coming from a different platform. Is this a known issue intended to force app developers to use a specific API or should I log this as a bug report? Thanks, -Aaron -- You received this message

[android-developers] How can I capture and write my findings in txt file.

2011-12-01 Thread Aaron Chung
Hi, I am new to android developers. Please do help me with some questions I have. I had successfully display the values of the built-in sensors on my android phone. As the value kept changing, how can I capture the values and save it inside a txt file so that I can open it up with my computer? Hop

[android-developers] Saving Findings to a Txt file

2011-12-01 Thread Aaron Chung
Hello, this is my first time using android developers. Hope you people can help me out with Questions. Thanks a million. I had successfully wrote a programme that can display the built-in sensors (accelerometer and gyroscope) values on my phone. How can I create a button that allow me to capture

[android-developers] MHL HDMI Supported Resolutions

2011-11-28 Thread Wieger Aaron Visser
All that I can find is that it supports up to 1080p. But what about the lowest resolution. The only hint I could find is from this site...http://www.microvision.com/showwx/hdmi/compatibility which shows like 720p might be the lowest? Thanks Aaron -- You received this message because you

[android-developers] Re: Interfacing a touch screen and android phone

2011-11-28 Thread Wieger Aaron Visser
did you get anywhere on this? I'm about to do the same thing. -- 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-dev

[android-developers] Re: getFragmentManager undefined

2011-08-24 Thread Wieger Aaron Visser
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 unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more opti

[android-developers] getFragmentManager undefined

2011-08-24 Thread Wieger Aaron Visser
I need to get the viewpager up and running for a project I'm working on. SDK 2.2, compatibility v4. It's all working, except... getFragmentManager() is undefined. I can't seem to see it explicitly defined anywhere in code examples. Help? Thanks! -- You received this message because you a

Re: [android-developers] Re: New email received intent

2011-08-11 Thread Wieger Aaron Visser
Thanks Kostya! I'll check it all out! -- 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...@goog

Re: [android-developers] Re: New email received intent

2011-08-11 Thread Wieger Aaron Visser
Ok. Then what would you suggest. I need to start work on a unified messaging system. I know there's 3rd party ones out there, but I need it in my app. Any open source ones? I've probably just been doing the wrong searches. Of course I can do facebook and twitter (just write with their api's), bu

Re: [android-developers] Re: New email received intent

2011-08-10 Thread Wieger Aaron Visser
s not in there for email, that it just isn't. Yah. I could write a new email client Probably will have to. Thanks for your reply. Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

Re: [android-developers] Re: New email received intent

2011-08-10 Thread Wieger Aaron Visser
Why is this? Is Google intentionally trying to make email go away? -- 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 androi

[android-developers] VideoView - Animate Size and Position

2011-07-21 Thread Wieger Aaron Visser
I'm trying to animate the size and position of a video. Currently I'm using a videoview. I am using a surfaceview to do all my drawing, and I have the videoview underneath it. I cutout/draw transparent regions in the surfaceview to show the video view. This all works great if the position of t

[android-developers] Re: Overlay in Views. Please suggest

2011-07-21 Thread Wieger Aaron Visser
The other thing you can do is cut out regions of transparency in your surfaceview... -- 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, s

[android-developers] Re: Zoom on VideoView

2011-07-21 Thread Wieger Aaron Visser
Did you get any further with this? currently I'm just resizing the size of the videoview... Here's what I have so far. But I have a problem, in that when I call this too often, nothing happens. I want to use it to "animate" the videoview growing and shrinking... public class MyVideoView

Re: [android-developers] Android findViewById() problem

2011-07-17 Thread Aaron Mulhall
-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 > -- Aaron Mulhall APPIDAE Developer Interaction Des

Re: [android-developers] Android findViewById() problem

2011-07-17 Thread Aaron Mulhall
is 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 t

[android-developers] Re: wireless screenshots

2011-07-11 Thread Aaron Swafford
I don't think you can. As far as I'm aware of, the only way to do so is using the emulator included with the SDK - but I could be wrong. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

Re: [android-developers] Android Library Activity and startActivity

2011-05-03 Thread Aaron
Either A) Your customer list activity remains in the library, handling differences via some other mechanism. I can't do A because my clients are competitors to each other and therefore I can't allow one competitor to see any custom work by another client who doesn't own a source license. B)

[android-developers] Android Library Activity and startActivity

2011-05-03 Thread Aaron
I need some way to refer the activity other than by class name. Thank you for any and all help! Aaron -- 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 u

[android-developers] HTTP request with Kerberos Authentication. Ideas?

2011-04-01 Thread Aaron Lauterer
n how to get HTTP requests with Kerberos Authentication working on Android? In case you do, some sample code would be highly appreciated. Thanks in advance! Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Known apps supporting ACTION_EDIT on image/*?

2011-03-31 Thread Aaron Windsor
Does anyone know of any apps that support the ACTION_EDIT intent on image/*? A little googling shows that this question has been asked a few years back with no response, so I'm wondering if anyone is aware of anything new. Thanks, Aaron -- You received this message because you are subsc

[android-developers] Launching another app and measuring FPS?

2011-03-23 Thread Aaron
Hi all, Is it possible to launch a game and measure its FPS? Particularly, I want to measure FPS in similar manner to what FRAPS does on the desktop for DX and OpenGL. Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] What happended backend on Android system when an application was launched?

2011-03-11 Thread Aaron
When an application was launched from application launcher, how the system instantiates the main activity? Could you please let me know the progress? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] What happended backend on Android system when an application was launched?

2011-03-11 Thread Aaron
When an application was launched from application launcher, how the system instantiates the main activity? Could you please let me know the progress? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: game source code

2011-03-11 Thread 9:30 Aaron R.
As Robin Talwar said, you won't be able to get the source code for Angry Birds; it's just not possible. However, there are some open source Android games out there. You can search github (http:// www.github.com) for android games. There is also the open source Replica Island made by a Googler (http

[android-developers] Error when adding Action Bar ["No resource identifier found for attribute 'showAsAction' in package 'android'"]

2011-03-11 Thread 9:30 Aaron R.
7;android" Not sure if this is relevant or not, but my minSdkVersion is 4 (I tried putting 11 in there, still had the same error). Any help would be appreciated. Thanks. Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Publishing App to Android Market

2011-03-11 Thread 9:30 Aaron R.
It really is that simple. Although, you may want to take a look at these pages from the Android Dev Guide: Preparing to Publish: http://developer.android.com/guide/publishing/preparing.html Publishing Your Applications: http://developer.android.com/guide/publishing/publishing.html On Mar 10, 8:

[android-developers] Re: Are you submitting your app to more than just the Android Market?

2011-03-02 Thread Aaron Buckner
GetJar is very developer friendly, and not that its open yet but the gang at BloomWorlds is going to open a Family Friendly market with a Parental Advisory board etc which will vet apps etc this of course isn't for everyone but will provide some nice features hopefully (not affiliated with Bloo

Re: [android-developers] Creating a class and migrating causes NullPointerException

2011-03-02 Thread Aaron Buckner
OMG I hate it when I miss something that simple... thanks I can't believe I forgot to move the "client = new DefaultHttpClient();" Thanks again for taking the time too look that over! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Creating a class and migrating causes NullPointerException

2011-03-02 Thread Aaron Buckner
I'm working on an app that uses a Web API via HttpGet and it works fine when part of the onCreate section. In order to make the code more portable and visible to all the activities I thought it would be wise to create a helper class. I copied the code to a new class and now I seem to be getting a

Re: [android-developers] Re: Alert Dialog - Specified child already has a parent - on 2nd attempt

2011-02-21 Thread Aaron Buckner
I follow the concept but I always have problems converting dev.android.com documentation to real world use... can you show me some code to create an activity managed dialog or point me to an online example. I'm looking around and not finding very many examples (none that seem to work)... Thanks

Re: [android-developers] Re: Alert Dialog - Specified child already has a parent - on 2nd attempt

2011-02-21 Thread Aaron Buckner
Ok, well those helped out to a point... they helped me narrow down the line of code that is causing the problem... "alert.setView(input);" If I comment it out the dialog opens as much as I need it to, of course that also prevents the user from being able to enter any input in... which is calle

Re: [android-developers] Re: Alert Dialog - Specified child already has a parent - on 2nd attempt

2011-02-21 Thread Aaron Buckner
Its all in the main method I have, part of the onCreate. Should I put it outside the onCreate section? -- 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] Re: Alert Dialog - Specified child already has a parent - on 2nd attempt

2011-02-21 Thread Aaron Buckner
Can anyone give me any ideas here this is really frustrating I can't think of any other way to implement this and I have to assume the user would mess up and need to reach this dialog again. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Alert Dialog - Specified child already has a parent - on 2nd attempt

2011-02-17 Thread Aaron Buckner
The following code seems to work just fine the first time its used in the app but when the user goes to hit the button that calls this Alert Dialog a second time it creates a Force Close with this as the gist of the logcat (full at the bottom): "The specified child already has a parent. You must

[android-developers] Sliding Drawer or Translate Animation?

2011-02-11 Thread Aaron Buckner
Ok I have an app requirement that seems to be a little off the beaten path, My app needs to have a button on the bottom of the screen when a user clicks on it the "drawer" should open to a specified position revealing a horizontal listview, when the user clicks on one of those items it opens anothe

[android-developers] Re: Adding a new View causing Force Close

2011-02-10 Thread Aaron Buckner
For those that may stumble upon this later I neglected to literally "include" the xml in the main views xml On Feb 10, 8:59 pm, Aaron Buckner wrote: > Nope!!! I knew I was missing something simple THANK YOU for your time! > Thats what I get for taking a couple days off

[android-developers] Re: Adding a new View causing Force Close

2011-02-10 Thread Aaron Buckner
Nope!!! I knew I was missing something simple THANK YOU for your time! Thats what I get for taking a couple days off and getting out of town... you forget the simple stuff On Feb 10, 8:49 pm, TreKing wrote: > On Thu, Feb 10, 2011 at 7:45 PM, Aaron Buckner wrote: > > The layout is con

[android-developers] Re: Adding a new View causing Force Close

2011-02-10 Thread Aaron Buckner
); final View OwnerScreen = (View) findViewById(R.id.owners_screen); HomeScreen.setVisibility(View.INVISIBLE); MyRideScreen.setVisibility(View.INVISIBLE); //OwnerScreen.setVisibility(View.INVISIBLE); On Feb 10, 8:41 pm, TreKing wrote: > On Thu, Feb 10, 2011 a

[android-developers] Re: Adding a new View causing Force Close

2011-02-10 Thread Aaron Buckner
Also when I check my R.java.id section under "gen" it shows the owners_screen id I'm not sure if that helps... it links to public static final int owners_screen=0x7f070016; in the R.java file On Feb 10, 12:50 am, TreKing wrote: > On Wed, Feb 9, 2011 at 11:42 PM, Aaron Buc

[android-developers] Re: Adding a new View causing Force Close

2011-02-10 Thread Aaron Buckner
Thanks for taking the time to look at this and help me. 1. I'm not sure what you mean/how to "step through the debugger" 2. I figured you meant that my view was not defined 3. Here is the XML layout: I've tried something as simple as this: http://schemas.android.com/apk/res/ android"

[android-developers] Re: Adding a new View causing Force Close

2011-02-09 Thread Aaron Buckner
gt; On Wed, Feb 9, 2011 at 9:44 PM, Aaron Buckner wrote: > > When adding the OwnerScreen the OwnerScreen.setVisibility(VIS/INVIS); > > causes a force close > > where the MyRideScreen setup the same does not > > OwnerScreen is null, which means it does not exist in your main

[android-developers] Adding a new View causing Force Close

2011-02-09 Thread Aaron Buckner
I basically copied an existing view part of the Java Code: ... final View MyRideScreen = (View) findViewById(R.id.myride_screen); final View OwnerScreen = (View) findViewById(R.id.owners_screen); ... When adding the OwnerScreen the OwnerScreen.setVisibility(VIS/INVIS); causes a force close where

[android-developers] Odd Animation/Layout Button "Hit Area" Problem

2011-01-24 Thread Aaron Buckner
Ok so here is the deal... I have a menu at the bottom of my apps screen that works normally hits/clicks register fine. When you select the "hide menu" button which is an arrow image the animation works fine and the menu and the hide menu button move down as they should, here is where it gets weird

[android-developers] [HELP/URGENT] Odd Animation/Layout Button "Hit Area" Problem

2011-01-24 Thread Aaron Buckner
.requestLayout(); navState = 1; return; } Which had no effect, any help would be greatly appreciated I'm lost here... Thanks Aaron Buckner -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] is there a native (NDK/C++) way to check if a library is on the phone?

2011-01-13 Thread Aaron L.
t would be enough) thanks, Aaron Lieber -- 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

[android-developers] Network connection with libcurl/ping

2010-11-11 Thread Aaron Griffin
So I'm sitting here with a 3rd party project that happens to use link to libcurl for network access. libcurl is built like so: export CPP="arm-eabi-cpp" #libcurl doesn't prefix this automatically export CPPFLAGS="-pipe -fPIC -I/opt/android-ndk-r4/build/platforms/ android-5/arch-arm/usr/include" ex

[android-developers] Eclipse is only building the debug version

2010-11-09 Thread Aaron
I'm not sure what I did buy my application is always starting in debug mode now. I always see "waiting for debugger to settle" in the logcat as my application and the app runs slower now. After detaching the cable from my phone and launching the app I try to launch the application and it says wai

Re: [android-developers] Lazy load images into listview

2010-11-08 Thread Aaron Windsor
t will allow it to be used as a drop-in replacement for ImageViews within ListViews, so you may be able to use it and not even fool with a custom adapter at all. -Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Putting Database Connection in android.app.Application.onCreate

2010-10-27 Thread Aaron
Does anyone think it would be bad to keep a reference to the Database the android.app.Application object? Creating it in onCreate and closing it in onTerminate? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: How to take a picture using the Camera App and have it NOT appear in the Gallery?

2010-10-26 Thread Aaron
Just for additional clarification I want to able to take photos and store them on the sd card and not pollute the users camera folder with these images. On Oct 26, 1:53 pm, Aaron wrote: > Hi All, > > Thanks for all your help on my past questions.  I have another one for > you: >

[android-developers] Re: java.util.Date vs android.text.format.Time

2010-10-26 Thread Aaron
gt; deprecated). > > 2010/10/26 TreKing > > > > > On Tue, Oct 26, 2010 at 10:37 AM, Aaron wrote: > > >> Which one should I use java.util.Date or android.text.format.Time? > > > Looking at the docs, the Date class is pretty much obsolete (nearly >

[android-developers] How to take a picture using the Camera App and have it NOT appear in the Gallery?

2010-10-26 Thread Aaron
Hi All, Thanks for all your help on my past questions. I have another one for you: How to take a picture using the Camera App and have it NOT appear in the Gallery? Here is what I have so far: Time time = new Time(); time.setToNo

[android-developers] java.util.Date vs android.text.format.Time

2010-10-26 Thread Aaron
Which one should I use java.util.Date or android.text.format.Time? It seems you can accomplish what one needs to do with either. What I need to do is at times get the current date and time and sometimes set a date and time specified by the user. -- You received this message because you are subs

[android-developers] Android ListView Large Number Of Items Best Practices

2010-10-21 Thread Aaron
I am working with a ListView, custom adapter and a large number of items. I read in a book for Android that is was more efficient to use what it called the holder pattern. That is to create a wrapper class for each view in the list view that cached the objects in the view so as to avoid calls to

[android-developers] 3D Model Loader using NDK

2010-10-07 Thread Aaron Rudolph
model loaders on the internet are written in Java. I wrote my app C+ + using the JNI/NDK thingie. Can anyone give me code that will load a .obj model and render it that will run through the JNI? Thanks. Aaron. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Android, OpenGL, and EGL woes

2010-08-17 Thread Aaron Rudolph
I'm looking at OpenGL 1.1, I believe. On Aug 16, 5:38 pm, RichardC wrote: > What vesion of OpenGL ES is your app expecting? Older devices only > have 1.1 available and some very old devices only have OpenGL > emulated. > > On Aug 16, 8:00 pm, Aaron Rudolph wrote: > > &

[android-developers] Android, OpenGL, and EGL woes

2010-08-16 Thread Aaron Rudolph
++ to do all my rendering work, and (2) I may be having issues with their OpenGL Drivers. Now. What I want to know is this: What is the point of using EGL and EGL configs in Android? What do they do and how might they help? I'd appreciate an answer before my ratings dip any lower :-) Thanks

[android-developers] Re: Functional testing multiple activities (ActivityInstrumentationTestCase2)

2010-06-15 Thread Aaron VonderHaar
s for you. Cheers, --Aaron V. On May 25, 6:16 pm, Streets Of Boston wrote: > I guess nobody can help me with this question... :( > > On May 20, 10:13 am, Streets Of Boston > wrote: > > > > > Buehler, anyone? Buehler...? :-) > > > On May 18, 11:33 pm,

[android-developers] Re: ProgressDialog Problem with Rotation

2010-05-10 Thread Aaron
ndroid.com/reference/android/app/Activity.html#ConfigurationChanges but basically instead of destroying the activity the method onConfigurationChanged method is called. I'm not sure what other problems this creates but this seems to be better default behavior than destroying and recreating e

[android-developers] Re: ProgressDialog Problem with Rotation

2010-05-10 Thread Aaron
ng-async-tasks/ > > -Mike dg > > On May 10, 12:37 am, Aaron wrote: > > > > > > > I have a managed ProgressDialog that show the status as tasks are > > moving along.  The Activity.show is kicked off by an AsyncTask > > progressUpdates and the final Activ

[android-developers] ProgressDialog Problem with Rotation

2010-05-09 Thread Aaron
sStyle(ProgressDialog.STYLE_HORIZONTAL); progressDialog.setTitle("Pleae Wait"); progressDialog.setMessage("Running a long process..."); progressDialog.setCancelable(true); dialog = progressDialog; } return dialog; } Thanks! -Aaron -- You rece

[android-developers] Camera taking upside down pictures

2010-04-07 Thread Aaron
d then get one upside down... Is there some way I can force the camera to not rotate the image? Similar to forcing the image to have a SCREEN_ORIENTATION_PORTRAIT ? I'm working on a Nexus One but I believe that the ION has the same behavior... Thanks in advance! -Aaron -- You received this

[android-developers] Re: Stream Sound Delay

2010-03-22 Thread Aaron
I'm seeing this behavior as well. On Feb 20, 11:43 am, r01carlsonr wrote: > Yes it's coming from a custom hardware appliance, actually a HAVA > which is very similar to a Slingbox.  It allows you to watch your TV > remotely.  However, it also puts out an RTSP stream which you can tap > into.  I'm

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Thanks. Sorry for bothering you. I think it was an XML error. D'oh. -- 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 andro

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Yeah...that's the problem... I'm accessing my equivalent of 'et' from another function. It works fine when I access the variable from the function in which the EditText was created, but when I access it from a button callback, it gives me an error. Don't know how to get the debug info. -- You re

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Can that value 'et' be stored in a global array and referenced later? -- 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 and

[android-developers] Re: EditTexts and Handles

2010-01-27 Thread Aaron Rudolph
Okay, I understand that, but in order to use that function, I need a handle to the dynamically created EditText. How do I get that handle? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] EditTexts and Handles

2010-01-26 Thread Aaron Rudolph
nformation from them to a server via an HTTP connection. How do I get the user-inputted data out of these EditText's after they have been created? (I guess what I'm asking is how exactly do I use the setId() method, because it doesn't seem to be working for me). Thanks. Aaron. -- You

[android-developers] Re: Android 2.0.1 emulator: Not able to get Proxy settings to work (tried -http-proxy and APN proxy)

2010-01-03 Thread Aaron Li
oxyservice", //"com.android.masfproxyservice.MasfProxyService")); //startService(proxyServiceIntent, null); Does that imply the browser won't consider proxy anymore? Best regards, Aaron On 2009年12月28日, 下午4時56分, Aaron Li wrote: > Hello, is it possible to set http proxy on real device with Android >

[android-developers] Re: Android 2.0.1 emulator: Not able to get Proxy settings to work (tried -http-proxy and APN proxy)

2009-12-28 Thread Aaron Li
Hello, is it possible to set http proxy on real device with Android 2.0.1? -http-proxy only available for emulator :( Best regards, Aaron On 12月16日, 下午3時33分, WebUX1 wrote: > Hi, I am also experiencing this same issue where G1.6 emulatorproxy > works withAPNsettings but trying to use G2.0

[android-developers] Re: Android 2.0.1 emulator: APN proxy setting is unable to function as before?

2009-12-28 Thread Aaron Li
about real device? Where to set -http-proxy on real device? Thanks very much. Best regards, Aaron On 12月24日, 下午1時20分, Aaron Li wrote: > Hello all, > > I wrote a http proxy on Android 1.5 four months ago. > It can work properly on both 1.5 and 1.6 emulator, with APN proxy > setti

[android-developers] Android 2.0.1 emulator: APN proxy setting is unable to function as before?

2009-12-23 Thread Aaron Li
er no longer consider APN proxy as http proxy anymore. Or it's simply a bug on emulator? Any feedback is highly appreciated, thanks. Best regards, Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Looking to network to find an Android Developer for a project in San Jose, CA

2009-10-15 Thread Aaron Schneickert
additional details. Regards, *Aaron Schneickert** **Resource Development Manager** **Modis** **226 Airport Parkway, Suite 600 **§** San Jose, CA 95110** **Phone: 408.367.2566 | Fax: 408.441.7177* *www.modis.com* <http://www.modis.com/> --~--~-~--~~~---~--~---

[android-developers] ScrollView child layout

2009-10-05 Thread aaron
show correctly, taking the amount of space required by the number of entries in each list. I tried calling requestLayout() on the ScrollView after the adapters fill out the views, but that didn't seem to affect the layout. Any ideas? Thanks,

[android-developers] Spinners not displaying selected item

2009-08-04 Thread Aaron
shows that it is. It just isn't showing in the spinner correctly. If I leave the Activity and re-enter it then the spinners behave correctly. Do I need to rebuild them even when I navigate back into the Activity? Thanks! -Aaron --~--~-~--~~~---~--~~ You received

[android-developers] Is Settings.Secure.HTTP_PROXY the same as APN on proxy?

2009-07-30 Thread Aaron Li
Hello all, I'm just curious about the proxy setting in APN, it seems that this setting will lead default browser traffic to pass through it. Is this APN proxy setting the same as HTTP proxy ? Any feedback will be highly appreciated. Best regards,

[android-developers] How to modify HTTP PROXY by using Android API?

2009-07-28 Thread Aaron Li
be highly appreciated. Best regards, Aaron --~--~-~--~~~---~--~~ 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] URL interception in browser

2009-06-30 Thread Aaron Li
possible to implement this at SDK level? Or should I try NDK? Any suggestions will be highly appreciated. Best regards, Aaron --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] URL interception in android browser

2009-06-30 Thread Aaron Li
possible to implement this at SDK level? Or should I try NDK? Any suggestions will be highly appreciated. Best regards, Aaron --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Update widget from code

2009-06-29 Thread Aaron
anyone? On Jun 28, 6:05 pm, Aaron wrote: > Is there a way to push anupdateto awidgetfrom another activity? > It seems like in order to use the AppWidgetManager.updateAppWidget > method, it has to be within thewidgetcode itself?  Can i push anupdateto > thewidgetfrom the app pe

[android-developers] Re: Update widget from code

2009-06-28 Thread Aaron
Is there a way to push an update to a widget from another activity? It seems like in order to use the AppWidgetManager.updateAppWidget method, it has to be within the widget code itself? Can i push an update to the widget from the app personally? I tried this and it didn't do anything // Pu

[android-developers] Re: Problem with getChildCount method???

2009-06-02 Thread Aaron D'Souza
figure out whether checkbox in the view should be rendered as checked. - In onOptionsItemSelected(), if you want to check every item, go to the *backing array*, and set the isChecked field for all items to "true". Then call notifyDataSetChanged() on your ListAdapter. Aaron On Jun 2, 12:12 am,

[android-developers] Refreshing a specific list-item in ListView

2009-05-25 Thread Aaron D'Souza
ying a specific list-item to update itself. Searching for [refresh specific list item] brings up this bug: http://code.google.com/p/android/issues/detail?id=227, but I don't know if there's been any progress on that. Any ideas? Let me know if there's any

[android-developers] Re: How to track Android PIM changes?

2009-04-23 Thread Aaron
The Google sync framework is not ready for multiple sources sync... I saw in HTC G2, some extra tables are inserted into Contacts and Calendar database for EAS change tracking. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[android-developers] How to load content in WebView asynchronously

2009-04-23 Thread Aaron
Hi I use WebView::loadData to display something. But sometimes the data may be very big, say, more than 200K. I hope the WebView can display the content asynchronously to improve the UI response. Any one knows about this? Thanks Aaron --~--~-~--~~~---~--~~ You

  1   2   >