[android-developers] Re: Early Look Android 1.5 SDK

2009-04-20 Thread Andy
on the emulator, is this correct for the 1.5? Is there any plan to support it in the near future? 2. this is no way to play the video from youtube in ww.youtube.com on the emulator, is this correct for the 1.5? is there any plan for it in the near future. Thanks, Andy On Apr 13, 7:30 pm, Xavier Ducrohet

[android-developers] file upload problem

2009-02-28 Thread Andy
Hello, I'm having a strange problem with my g1. I have ssh installed. When I scp a 1MB file it takes ~3-4sec. my app takes a photo, stores it the sdcard, and then on callback uploads it to a server for processing. When I try and upload to the same server (HTTP) with my app it takes longer than

[android-developers] Camera App open source missing classes

2009-10-26 Thread Andy
I just downloaded the Camera app open source from the git repo. I’m compiling against SDK 1.6 some classes seem to be missing android.media.ExifInterface android.media.MediaMetadataRetriever is there a more recent SDK I should be compiling against?

[android-developers] How to hide framework APIs from displaying in SDK

2010-02-09 Thread andy
Hi All, I have created abc.aidl file and implemented them too. But I donot want them to be displayed in the SDK. How to do this? Will having @hide java tag above the Java Class work? Regards, Hairsh -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] how to get the thumbnail from video??

2009-07-29 Thread andy^^
i got the thumbnail from video by using MediaMetadataRetriever class but it just give me one bitmap from video file. i want to get several bitmaps from video file. example. there is one video file and its duration is 60sec. i want to get the thumbnail bitmap from this video file per 10sec

[android-developers] Re: video gallery

2009-07-29 Thread andy^^
you can make thumbnail column in mediastore. and also get thumbnail bitmap from video file by using MediaMetadataRetriever class On 7월15일, 오전6시14분, Christine christine.kar...@gmail.com wrote: I let a user pick a video with the standard video gallery. But suppose I want to create my own video

[android-developers] Re: schema site not available

2008-03-28 Thread andy
Got it, thanks. I was thinking to go through the schema file to lookup things; but it would be a huge file, better just look through the API doc. Andy On Mar 28, 10:16 am, Joe Onorato [EMAIL PROTECTED] wrote: No. It's not a joke. URIs as schema identifiers are not required to point

[android-developers] Escaping values in SQL Queries

2008-04-07 Thread Andy
values properly can result in SQL Injection Vulnerabilities is data is from untrusted sources, and we certainly would not want that! Does the whereArgs in the update method call get escaped automatically? Does this apply to Strings passed to ConentValues as well? Thanks Andy

[android-developers] Re: Flash

2008-06-06 Thread Andy
webpages which serve 3gp files over RTSP (so no flash needed). Andy --~--~-~--~~~---~--~~ 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] Audio Source Input for MIC Recording

2010-01-15 Thread Andy
I found there is a mismatch of define constant in these 2 files for the source input: AudioRecord.h and MediaRecorder.java In native code (AudioRecord.h), the values are... 44 enum input_source { 45 DEFAULT_INPUT =-1, 46 MIC_INPUT = 0, 47 VOICE_UPLINK_INPUT =

[android-developers] CPU usage stats

2010-09-06 Thread Andy
etc but no CPU usage stats. Many thanks for any help. Andy -- 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] Re: CPU usage stats

2010-09-06 Thread Andy
Thats great thanks but I want to access these stats from inside a running Activity...just wondered if there was a direct api to use. Regards, Andy On Sep 6, 5:02 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: If you want to do it from the shell, just use top. -John Coryat

[android-developers] Re: CPU usage stats

2010-09-08 Thread Andy
Hi all, Thanks for the input and I think these comments answer my question. Maybe it would be an idea to allow an SDK api to access these stats as they, in my view for applications, can be very useful due to the heavy multitasking nature of android? Regards, Andy On Sep 7, 12:30 pm, Mark

[android-developers] Android Seeding Phone Swap - Nexus One Or Android

2010-04-05 Thread Andy
I've gotten my android seeding device in the mail (DROID), but I'm on T-Mobile. I'm looking for a fellow developer who has Verizon that got a nexus one that will swap me phones. My droid never left the box... -- You received this message because you are subscribed to the Google Groups Android

[android-developers] register android.intent.action.SEND in Service

2010-04-26 Thread andy
of an Activity and not in a Service? Regards, Andy -- 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

[android-developers] Re: register android.intent.action.SEND in Service

2010-04-26 Thread andy
Can anyone clarifiy please On Mon, Apr 26, 2010 at 12:12 PM, andy developcod...@gmail.com wrote: Hi, I want to receive Intent android.intent.action.SEND in a Service. Is it possilbe to register for this Intent via registerReceiver() and get the Intent in Broadcast receiver in the Service

Re: [android-developers] Re: Sending email with attachment

2010-04-26 Thread andy
Hi, I want to receive Intent android.intent.action.SEND in a Service. Is it possilbe to register for this Intent via registerReceiver() and get the Intent in Broadcast receiver in the Service? Or is there any restrictions that android.intent.action.SEND can only be registered via Manifest.xml of

[android-developers] Id values for AlertDialog.Builder created buttons

2010-07-19 Thread Andy
: android.R.id.button1, android.R.id.button2, android.R.id.button3 with no luck. Maybe they havnt got an id at all? Many thanks for any help. Andy -- 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: Id values for AlertDialog.Builder created buttons

2010-07-21 Thread Andy
, TreKing treking...@gmail.com wrote: On Sat, Jul 17, 2010 at 6:00 AM, Andy a...@fendley.com wrote: Does anyone know how to access ( using findViewById() for example) buttons created by a Dialog Builder. Why do you need to access the buttons

[android-developers] Re: Id values for AlertDialog.Builder created buttons

2010-07-22 Thread Andy
the TreKing app by the way...very powerful. Im working with a wayfinding company looking at map creation technologies, mobile mapping apps around other cities such as London. A On Jul 22, 5:31 am, TreKing treking...@gmail.com wrote: On Wed, Jul 21, 2010 at 1:19 AM, Andy a...@fendley.com wrote: I

[android-developers] Re: Id values for AlertDialog.Builder created buttons

2010-07-23 Thread Andy
otherwise it returns null. Regards, A On Jul 22, 1:17 pm, Andy a...@fendley.com wrote: Many thanks for that. Ive already thought of those solutions but with regard to accessing via debugger inspection the id value may not be constant in future implementations of android. I was looking

[android-developers] Running OpenGL ES 2.0 application on emulator

2010-10-01 Thread Andy
Hi there, I need to work on OpenGL ES 2.0 for android. As a first step I tried compiling APIDemo application available in sample directory that comes with SDK. And my observations are as follows: 1) Android-8 SDK has extended OpenGL ES 2.0 class/APIs that are not available on earlier releases.

[android-developers] HTC auto zoom on HTML input fields

2010-10-06 Thread Andy
ability to zoom in and out (.setBuiltInZoomControls(false)), I want that they stay within the current view. How can I restrict that the HTC's are not automatically zooming into the input field and work as the other Android phones? Thanks, Andy -- You received this message because you are subscribed

[android-developers] Re: Save User Data in android

2010-10-11 Thread Andy
Or serialize your data and simply save it to a file: see www.android-factory.com for an example- On 11 Okt., 14:23, { Devdroid } webnet.andr...@gmail.com wrote: On 11 October 2010 14:19, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all, i want to know how to save user Data in

[android-developers] Re: HTC auto zoom on HTML input fields

2010-10-12 Thread Andy
Anyone an idea? -- 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: Need to optimize some graphics calls.

2010-10-14 Thread Andy
HI Joel, drawing in a Canvas can be difficult from a performance approach. You can speed things up, here are only a few sidenotes you can check: * Do you preload Images * Which format are you using (ARGB , ARGB or RGB565) : need Alpha ? * Are you allocating memory in you loop * Do you

[android-developers] handling MMS messages when received

2010-12-23 Thread Andy
to emulate mms sending within the emulator as it is not listed as a limitation within the docs but ive tried it with no success and displaying protocol errors within the DDMS? many many thanks for any response or help. Andy -- You received this message because you are subscribed to the Google

[android-developers] Storage

2010-10-18 Thread Andy
Hi, Does anyone know how to access programatically the internal(flash) and external(sd card) storage values such as space used and space available? I cant seem to find an api anywhere? Thanks for any help. Andy -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Market problems again

2010-06-15 Thread Andy
Seems to be fixed now, at least for me. -- 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] Loader files deletion

2011-01-14 Thread Andy
, but usage of webservices to load the data initially takes lot of time.So I had to put them as raw.files and load the data. So, pls let me know if any workaround. Thanks, Andy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Google Earth API on Android

2011-03-09 Thread Andy
Can anyone tell me whether the MapView java API for Android, can be used with a GEE (Google Earth Enterprise) server or GE portable server? If it can't, how would I develop a map view from connecting to one of these server types on an Android device? Thanks, Andy -- You received this message

Aw: Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-05 Thread Andy
If you have a Game / App that uses a Full Screen you might want to make sure that Tablets that only have softkeys are not running in a Dead End, because afaik softkeys are not visible on certain views. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Galaxy S2 problems / tester wanted

2011-06-13 Thread Andy
my game crashes on the galaxy s2 without any usable Stacktrace, any hint would be very helpful -- 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

[android-developers] SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-06-13 Thread Andy
I have a strange Problem in my Game. I use SoundPool for my FX Sounds and it worked fine so far. But with the new Samsung Galaxy S2 some bad reviews where incoming concerning random crashes. I narrowed it down to the SoundPool but have no idea how to prevent the random HeapDumps (not even a

[android-developers] Re: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-06-15 Thread Andy
I ruled out following things: * Mediaplayer still works (for Background Loops) * Increasing the MaxStream doesn't solve the Problem * Switching refering Context to the most actuall doesn't solve the Problem * Commenting out the AudioManager (vor current Volumes) doesn't solve the Problem So

[android-developers] Re: Writing Version-Specific Code

2011-04-13 Thread Andy
http://android-developers.blogspot.com/2010/07/how-to-have-your-cupcake-and-eat-it-too.html On Apr 12, 4:01 pm, Jake Colman col...@ppllc.com wrote: My application is targeted for v1.6 and greater.  There is, however, one feature that I'd like to implement that would work only on v2.2.  How

[android-developers] Re: How to initialize visibly gone UI elements?

2011-04-21 Thread Andy
Maybe you attach you sub-Layouts to parent Layout which refreshes all child elements when the layout changes. You can hide Elements from a parent layout programmatically - which works fine for my usecase. onCreate : Creates all Elements that may or may not be visible.(In my case is't a Dialog)

[android-developers] Determine if device has only SoftMenu Keys ?

2011-05-04 Thread Andy
Is there a possibility to determine if the device your App / Game is running has only soft-keys available ? (Like Back, Home, Menu,..) -- 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] How to bring to front stopped (background) application instead of launch new one

2012-08-22 Thread Andy
a new instance. What code should I use in order to force android to bring in front the stopped app instead of create its new instance? Andy Ps. Sorry if the question seems too stupid but I try to learn android development for 3 days yet. I have read many similar post on various forums

[android-developers] USBnet, ethernet over USB

2012-09-06 Thread Andy
Hi, I want to set up a USB connection communicating over it using tcpip I've been exploring the USBnet possibility but i cant get it to work, can someone with experience in this field please explain to me what i need to do? -- You received this message because you are subscribed to the Google

[android-developers] C2DM to android 3+ after force close of the app

2012-05-06 Thread Andy
Hi all, I have C2DM up and running and everything works great on older android devices. On newer android devices if you force close the app, then it will not wake up once it receives a C2DM message. Did something change? The same app works great on the older devices but not on the newer one.

[android-developers] Re: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-06-22 Thread Andy
I preload my Sounds via loadso that i didn't have to reload on runtime... but even then only py using .play(.) something is wrong on the S2. The SoundPool uses a native SoundPool in the Background...i expect a bug there If someone know a workaround it would be very much appreciated

[android-developers] Aw: Re: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-07-04 Thread Andy
No, only workaround in a Game is to disable all SoundPool related Sounds. MediaPlayer for Music/ Loops is still working ok. I opened a Issue for this, maybe give it a comment or some stars =) http://code.google.com/p/android/issues/detail?id=17623 -- You received this message because you are

[android-developers] Re: Odp: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-07-04 Thread Andy
* switching to mp3 96k PCM didn't help * reduce max Streams to 8 didn't help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Odp: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-07-04 Thread Andy
By setting max streams to 4-5 there isn't really the point even use Soundpool anymore. Instead you can create 16 mediaplayers and play your soundfiles there. So up to know there is no real stable workaround for me. A SoundPool with 4 max Streams isn't a Soundpool anymore. In my game there are

[android-developers] A2DP support in Android version 2.1

2011-07-19 Thread Andy
Hi, I would like to know if A2DP profile is supported by Android platform version 2.1 SDK. I would like to pair my bluetooth enabled mp3 deivce to my phone and stream audio files. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Resource not found exception

2011-08-02 Thread Andy
I am getting weird exception about resource not found crashed reported in my developer console in a activity MenuActivity. When I search for that Resource ID #0x7f030008 in my R.java it is listed as another layout identifier that is not referenced anywhere except loaded from another activity. I

[android-developers] Re: Resource not found exception

2011-08-02 Thread Andy
R.java from scratch. I delete the entire gen folder every now and then and let eclipse recreate the entire R class. Thanks On Tue, Aug 2, 2011 at 9:35 PM, Andy allway...@gmail.com wrote: I am getting weird exception about resource not found crashed reported in my developer console

[android-developers] what's the tag names android-2.1_r2.1p2 stands for ?

2011-08-14 Thread Andy
Hi all, I only know the android-2.1_r2 stands for android-2.1 release 2 Then what's these tags stands for ? android-2.1_r2.1p android-2.1_r2.1p2 android-2.1_r2.1s Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Freemium Model with In-App Purchases

2011-08-27 Thread Andy
Hi makjaveli, i recieved a Lodsys letter 2 Days ago. Same Problem here. I have a button in my app linked to the Android Market. It's simply a button with a underlaying http Link pointing to the payed app URL. I can't think of a szenario where this can be proteced by a patent, because it a

Re: [android-developers] Re: Just received Lodsys letter...

2011-08-27 Thread Andy
Question would be as super small developer whats the easiest Exit Strategy. A Patent Lawer in the US easily costs serveral hundert $/hour. Their strategy might be that this effort is too big for most of us. (Especially from Europe / laguage barrier) So after reading

Re: [android-developers] Re: Just received Lodsys letter...

2011-08-27 Thread Andy
I'm only accused for 7,222,078 (the in app billing) beside my app has no in-app purchase or upgrade. It's simply a http link to the android market.I think they are sure that their patent covers the process behind this?!?!. But if so, this would ment, that even web-Applications are not

Re: [android-developers] Re: Freemium Model with In-App Purchases

2011-08-29 Thread Andy
If you have a App in the Market it's madatory to make a adress public for billing. And yes, this aplies to links also, because my Button is simply a Link to the Android Market. In Android you can choose what to do with certain links. Like youtube links open the Youtube Browser, so Market

Re: [android-developers] AppCache not working in WebView with loadDataWithBaseURL()

2012-07-12 Thread Andy
AppCache-fetching logic. On Tuesday, July 10, 2012 3:22:47 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On Tue, Jul 10, 2012 at 1:19 PM, Andy Erickson wrote: However, specifying this base URL allows the iframed HTML to load from the AppCache, so it looks like some domain information is being

[android-developers] Re: Google has received a subpoena seeking information related to Android applications

2012-10-01 Thread Andy
I received this mail as well. But seems like not many have got this. On Tuesday, October 2, 2012 5:50:25 AM UTC+2, John Coryat wrote: I think that used to be called a SNAFU. -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Google account access with Android SDK - possible?

2012-10-03 Thread Andy
- Fetch Calendar info from said Google account I've tried Googling this but am struggling to find a definitive answer. This is for a college project. Any help/advice much appreciated. Andy -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] App fails to load due to amount of assets

2016-05-17 Thread Andy A
I've gotten to where my Construct2-made Google Play game doesn't load, but rather has a red progress loading bar, due to having and trying to load too many image and audio assets: 771 .png images at 34.3mb, and 539 .ogg sounds at 23.7mb. However, it fails so soon that it seems to simply be

[android-developers] SKIA performance

2009-01-13 Thread Andy Quan
. -- Regards, Andy Quan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Android Video Capturing

2009-03-21 Thread Andy Braun
This link appears to indicate that Video Capture is supported for both H.263 and H.264 http://developer.android.com/guide/appendix/media-formats.html Is there another source I should be using? On Fri, Mar 20, 2009 at 2:38 PM, Mark Murphy mmur...@commonsware.comwrote: I'm novice in Android

[android-developers] getting around Phoneapp activity 1.1?

2009-03-28 Thread Andy Liu
Hi, Is it possible to get around the phone app InCallScreen in Android 1.1? thanks, I greatly appreciate it! * Below is the message sent during Android 1.0 and the answer from Dianne was, Sorry, you currently can't intercept

[android-developers] View pops to the left, at the end of animation

2009-09-16 Thread Andy Droid
I have a ViewGroup, which has three children, a TextView in the middle of the screen, a TextView off-screen-right, and a TextView off-screen- left. The user can swipe left or right, to bring either of those off- screen TextViews to the on-screen position. The ViewGroup then takes care of

[android-developers] Re: Can a core class access resources at the app layer?

2009-09-24 Thread Andy Droid
to get a package's resources are the typical mechanism for this. On Tue, Sep 22, 2009 at 5:59 PM, Andy Droid andydroi...@gmail.com wrote: Can a core class such as AbsListView access resources, such as xml files, and .png's, in a 3rd party app installed in the normal way (at the app level

[android-developers] Re: Can a core class access resources at the app layer?

2009-09-24 Thread Andy Droid
do that.) On Thu, Sep 24, 2009 at 4:39 PM, Andy Droid andydroi...@gmail.com wrote: Thanks, Dianne.  I tested your suggestion with two apps, where one app gets resources from another app, and it worked.  Doing it at the framework layer is more difficult, but it may be more of a build

[android-developers] modify asset such as a .png

2009-09-25 Thread Andy Droid
Wondering if my app can modify an asset, such as myimage.png, that is in the res/drawable folder of my app? Say I want to change the color. So, perhaps I would get the bitmap, make a copy, make it mutable, modify the pixels, then save over it? Or can I just alter it directly? If so, how would

[android-developers] simple apk builder example

2009-09-30 Thread Andy Droid
There doesn't seem to be much documentation on the apkbuilder. There is, of course the command line help, but so far I'm not exactly sure how to do my task. I don't have a lot of experience building in ant or anything. I basically want to take an apk that I've made from eclipse, unzip it, swap

[android-developers] Is it possible to dynamically add standard buttons to a gridview

2009-10-04 Thread andy parry
become the buttons names ?? i.e. grid of images I can do grid of text I can do grid of buttons I fail at !! Cheers, Andy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] does linear interpolator work?

2009-10-08 Thread Andy Droid
I am creating a Translate Animation, and explicitly setting the Interpolator to LinearInterpolator (which is also the default), but it doesn't seem to be truly linear. It still accelerates and decelerates. Am I missing something? I am in Android 1.5. thanks

[android-developers] clipping in ViewGroup

2009-10-16 Thread Andy Droid
I have a ViewGroup with three children which are Views containing bitmaps. Two of the children are to the left and right (off screen) and one child is in the middle of the screen and visible. It is like a gallery, but my own flavor. When the user is dragging left or right, the ViewGroup

[android-developers] [Timing] How to measure time interval for certain process?

2008-10-20 Thread Andy Quan
appreciate if there is any comment Thanks, Andy --~--~-~--~~~---~--~~ 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

[android-developers] Re: [Timing] How to measure time interval for certain process?

2008-10-21 Thread Andy Quan
for android.os.SystemClock.currentThreadTimeMillis() - Returns milliseconds running in the current thread. (I haven't tried the last two myself) Tauno On Mon, Oct 20, 2008 at 3:53 PM, Andy Quan [EMAIL PROTECTED] wrote: Hi all, Anybody knows how to measure time interval for certain process rather than CPU elapsed time? I

[android-developers] change scroll speed in Gallery

2009-10-30 Thread Andy Droid
I made a gallery app inspired by the wallpaper chooser in the Launcher, using the Gallery class. However, one small swipe and it goes forever, can I slow it down, or add friction to my gallery object easily? thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] change scroll speed in Gallery

2009-10-30 Thread Andy Droid
I made a gallery app inspired by the wallpaper chooser in the Launcher, using the Gallery class. However, one small swipe and it goes forever, can I slow it down, or add friction to my gallery object easily? thanks - sorry if this is on here twice, i'm having trouble verifying that my posts are

[android-developers] simple twitter query

2009-07-30 Thread Andy Droid
Just trying to search for a user's latest public twitter post. I have not worked with http in java before, so I don't know how it all comes together with http gets and requests, and such. I just want to get the latest post from a user (say Fred1000), in the form of a json object. If there is a

[android-developers] Re: simple twitter query

2009-07-30 Thread Andy Droid
=fooq=twitter again, just not sure how to put this into java, thanks. On Wed, Jul 29, 2009 at 6:40 PM, Andy Droid andydroi...@gmail.com wrote: Just trying to search for a user's latest public twitter post. I have not worked with http in java before, so I don't know how it all comes together

[android-developers] simple twitter query

2009-07-30 Thread Andy Droid
Just trying to search for a user's latest public twitter post. I have not worked with http in java before, so I don't know how it all comes together with http gets and requests, and such. I just want to get the latest post from a user (say Fred1000), in the form of a json object. If there is a

[android-developers] How does app change icon of core apps?

2009-07-30 Thread Andy Droid
Some of those Home apps such as Better Home, change the graphics for some of the core apps, such as contacts? How do they do that? Are they opening up the apk, and replacing resources, and then zipping it back up again? You can always go back to the original Home though, so I don't get how

[android-developers] problem animating view objects

2009-08-28 Thread Andy Droid
Having trouble animating some view objects. My main activity creates a DrawView class, which extends View. The DrawView class creates three ColorBalls, each of which which extend View. The onDraw function in DrawView calls drawBitmap on each of the ColorBalls. This seems to be required, if I

[android-developers] problem animating a view object

2009-08-31 Thread Andy Droid
Attempting a fairly simple animation of a View. I'm trying to display a panel, and then just animate it if the user touches the screen. Code for my simplified test is below. The function animateMe() definitely gets called, but nothing happens. Any help greatly appreciated, thanks. MAIN

[android-developers] problem animating a view object

2009-09-01 Thread Andy Droid
Attempting a fairly simple animation of a View. I'm trying to display a panel, and then just animate it if the user touches the screen. Code for my simplified test is below. The function animateMe() definitely gets called, but nothing happens. Any help greatly appreciated, thanks. MAIN

[android-developers] which content providers to apps have access to?

2009-09-02 Thread Andy Droid
What content providers in the cupcake android build do apps have access to? According to this: http://developer.android.com/guide/topics/providers/content-providers.html You can see some of them listed in the android.provider package... which is listed here:

[android-developers] how do I extract an AttributeSet from an xml file

2009-09-03 Thread Andy Droid
I would like to extend ViewFlipper, so that I can override some of the functions. I borrowed some code from the Flipper Demo in Murphy's Busy Coders book. I made my own class that extends it, but I have to pass in an AttributeSet, when I instantiate it. How do I get that from my xml? Here is

[android-developers] what services are available at the API level?

2009-09-04 Thread Andy Droid
I know about LocationManagerService, AlarmManagerService, and BatteryService, from Android programming books, but is there a published list of all available services? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] dynamically add view to view flipper

2009-09-04 Thread Andy Droid
Trying to dynamically add a view to a ViewFlipper. I want to extend ViewFlipper so I can modify it. Here is the code. The child does get added, but it doesn't show up. Any ideas? thanks public class DCMFlipper extends ViewFlipper { DCMFlipper(Context context){

[android-developers] Re: what services are available at the API level?

2009-09-09 Thread Andy Droid
, 2009 at 12:51 PM, Andy Droid andydroi...@gmail.com wrote: I know about LocationManagerService, AlarmManagerService, and BatteryService, from Android programming books, but is there a published list of all available services?  thanks -- Dianne Hackborn Android framework engineer hack

[android-developers] Re: what services are available at the API level?

2009-09-09 Thread Andy Droid
Yeah, that questions too vague. The link helped, though. On Sep 9, 10:41 am, Mark Murphy mmur...@commonsware.com wrote: Andy Droid wrote: That's a good point.  In addition to what I mentioned, I guess I'm really interested in ALL the API's, regardless of how they are implemented

[android-developers] change framework assets with alternate home screen

2009-09-09 Thread Andy Droid
Could an alternate home screen app replace the assets such as s menu_item_background_pressed.9.png or list_selector_background_focus.9.png, both found in frameworks/base/ core/res/res/drawable in the open source project? I have altered those by changing out the assets and recompiling. But can

[android-developers] Re: change framework assets with alternate home screen

2009-09-09 Thread Andy Droid
, Romain Guy romain...@google.com wrote: No, it cannot do this. On Wed, Sep 9, 2009 at 3:55 PM, Andy Droidandydroi...@gmail.com wrote: Could an alternate home screen app replace the assets such as s menu_item_background_pressed.9.png or list_selector_background_focus.9.png, both found

[android-developers] Re: Any plans for another SDK update before end of challenge?

2008-04-01 Thread Andy Bryant
Thanks for the link Peli. That settles it. On Apr 1, 4:54 pm, Peli [EMAIL PROTECTED] wrote: The million dollar question - is the Android dev team shooting for one more release before April 14th? The question has been answered

[android-developers] Re: CursorTreeAdapter ?

2008-04-02 Thread Andy Bryant
Hi Mihai, I get the same stack trace intermittently when deleting a group in ExpandableListView. I think it's to do with whether your groups are expanded. There's a bug raise on this issue here... http://code.google.com/p/android/issues/detail?id=553 -Andy On Feb 18, 2:34 pm, [EMAIL PROTECTED

[android-developers] ViewFlipper.showNext() not working in timer

2009-12-19 Thread Andy Triboletti
I have some webimageviews inside a viewflipper, and I am setting a timer so that I can play a slideshow of the images. The problem is the timer function is getting called but the view is not actually advancing. If I call the viewFlipper.showNext outside of the timer, the image advances, but not

[android-developers] Html data parsing

2010-08-07 Thread Andy Best
Hi guys suddenly I have no experience with java and html parsing and I really need it...(possibly from http://www.uefa.com/teamsandplayers/teams/club=52280/domestic/index.html) I want a simple way to convert an html website to xml document(fetch,convert,parse) or an easy alternative way to do

[android-developers] Developing a project on both Android Windows

2010-08-10 Thread Andy Savage
Android does. Cheers, Andy -- 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] C2DM Tied to Market? (e.g. will it work on non-official devices)

2010-08-16 Thread Andy Savage
Hi everyone, Quick question. Just wondering if Cloud to Device Messaging (C2DM) is available for devices that use Android 2.2 but don't have the Android Market installed (because they are not an official device). Is this service tied to the Market? Kind regards, Andy Savage -- You received

[android-developers] Re: Flipping book

2010-08-26 Thread Andy Burns
Tonny wrote: I have a problem It's not a problem, it's a development opportunity ;-) i want to display animation for flipping book as http://www.youtube.com/watch?v=oknMWvRO2XE for android. The person who posted the video mentions that they implemented it for the iPhone using openGL

[android-developers] Strange error on HTC Hero running 2.1 in Turkey

2010-09-01 Thread Andy G.
A user got the following error when opening a regular old preference screen with just a single list preference. Can anyone tell what is going on with this? E/AndroidRuntime(32133): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime(32133):

Re: [android-developers] Re: Avoiding GPL

2010-06-27 Thread Andy Savage
From a technical standpoint presuming the GPL licence allows it (I'm not a lawyer and I don't pretend to be one) you might want to consider something like OpenIntents. http://code.google.com/p/openintents/ This could allow you to link two unrelated packages together in theory (I think). On Sun,

Re: [android-developers] Re: rtsp client?

2010-06-28 Thread Andy Savage
With certain types of well formed RTSP streams the mediaplayer class can play it directly. http://m.youtube.com is a great example of some well formed feeds, but most RTSP feeds from the net seem to work fine. I've also managed to get ffserver streaming fine to it using H.264. On Mon, Jun 28,

Re: [android-developers] Filter for crapps (crap apps)

2010-06-29 Thread Andy Savage
+1 for this. It's kind of ridiculous. One of Apples major arguments for moderation is that the Android App store has lots of crap in it including pornographic stuff. Whatever your view towards that kind of stuff. It would be really nice to filter it. When I search for facebook chat, or gmail I

[android-developers] Froyo for ADP2?

2010-06-29 Thread Andy Savage
Hi All, Does anybody know when the 2.2 update will come out for the ADP2 phone? I'm a bit pissed off that I recently purchased the phone only to have it come out with a version that's 3 generations old. Feeling a bit ripped off to be honest! -- You received this message because you are

[android-developers] Echo Cancellation

2010-06-29 Thread Andy Savage
Hi there, Can anybody tell me about the current state of echo cancellation in Android? Are the functions automatically applied to microphone input? Can I use it, or is it applied automatically? I presume it uses OSLEC? Is this correct? Kind regards, Andy Savage -- You received this message

  1   2   >