Android :: Way To Grab A Piece Of An ImageView?

May 10, 2010

I have an ImageView from which I want to copy a piece of it in the shape of a circle that I can then re-display to the user at a larger than original size to simulate a zoom effect. Would I use bitmaps for that?

Android :: Way to grab a piece of an ImageView?


Android :: Grab Motion Key Events

Mar 30, 2009

suppose i have two 'main' subtrees ov Views in my Activity View. now under some circumstances i want only one subtree to receive touch/ key events. is it possible with one/two calls or i have to recursively disable every View in subtree which is to be disabled from getting touch/key events?

View 3 Replies View Related

Android :: Where To Place Grab GPS Data?

Aug 27, 2010

I in my android application I want to track GPS information and use this information in all activity. Is it a good way to use onLocationChanged, in the Application class? I also want to have a timer that will measure the elapsed time, and use in all applications not only in one Activity. The information onLocationChanged and timer and want to use in all activities in my application.

View 2 Replies View Related

Android :: How To Grab Random Videos To Play?

Jul 6, 2010

My goal is to have multiple mp4's stores in different folders on a server. I want to grab one of the videos from the folder when a certain condition is met. How would I grab a random video file from a particular folder?

View 3 Replies View Related

Android :: Color Picker Widget That Grab To Use In My App?

Mar 14, 2010

Does anyone know of a quick color picker widget that I could grab to use in my application? I've seen one in a few different applications that has a wheel with colors, and that you tap in the center to select, but I'm not sure where to find it. Google brings up nothing. Any color picker would be fine though.

View 3 Replies View Related

Android :: Imageview Ontop Of Another Imageview

Jun 15, 2010

I have a listlayout with items in it that looks like this:

There is first an ImageView (the light) and then two textViews. All of this inside a TableLayout. (source here: http://code.google.com/p/switchctrl/source/browse/trunk/android/res/layout/device_switch.xml)

I want to have a rotating animation of a loading indicator Ontop of this light when this particular device (light) performs an action or an action is performed on it.

How do I put an animation ontop of this light imageview?

View 1 Replies View Related

Android :: Grab Current Alert Dialog On The Screen?

Jun 9, 2010

as part of automating tests on android app. I am trying to grab current alert dialog on the screen. Does anyone know how can I do that?

View 2 Replies View Related

Android :: Grab Web Content Based On Spinner Selection?

Jun 3, 2010

I am trying to have my program grab web content based on "Spinner" selection. I have a "Spinner" and a "button" to execute selected item.

View 1 Replies View Related

Android :: Alternative Way To Grab Progress On Multipart/form Upload

Jul 14, 2010

As described in this answer you cannot grab a progress of a multipart/form POST upload in Android using only the Android SDK, because there is an issue with the stream buffering when using HttpURLConnection which will be fixed post Froyo (see http://code.google.com/p/android/issues/detail?id=3164#c6).

Since the Apache HttpClient 3.1 was removed from the SDK quite early and the new HttpClient, which is now part of the SDK, wasn't adopted completely (it misses multipart capabilities) you can add the missing parts (specifically apache-mime4j-0.6.jar and httpmime-4.0.1.jar) to perform a multipart/form-data upload AND grab the progress of the upload (also described in the answer mentioned above).

Now, the reason why I open a new question is, that doing as described leads to an enormous growth of the installed app size (in my case from 170kb to 732kb).

So, the question is: Is there any other way to perform a multipart/form-data upload and grab the upload progress without increasing the app size that much? Are there any other libraries one can use or is there any other alternative way, not mentioned here?

View 1 Replies View Related

Android :: Can't Grab Progress On Http POST File Upload / Way To Fix?

Jul 9, 2010

I am developing an Android app which enables the user to upload a file to services like Twitpic and others.
The POST upload is done without any external libraries and works just fine. My only problem is, that I can't grab any progress because all the uploading is done when I receive the response, not while writing the bytes into the outputstream.

View 2 Replies View Related

HTC Desire :: Need Screen Grab App

May 3, 2010

Does anyone know of a screen grab app that can be used on non rooted handsets?

View 6 Replies View Related

HTC Hero :: How To Take A Screen Grab?

May 6, 2010

This morning I opened the 'Albums' app on my Hero, and along with; 'Camera shots All photos All Videos' etc. etc., there was a new group called 'Catch'. This new group seems to be a series of screen grabs, but I've no idea how I took them? I can imagine it'd be a useful feature at some point, but wouldn't know how I managed it

View 3 Replies View Related

HTC Incredible :: Grab The Top And Slide Applications Drawer Down

Jun 24, 2010

Did anyone else realize that after hitting the up arrow to view applications you can grab the top and slide it down (opposite of the notifications drawer) Just found that out today

View 11 Replies View Related

Android :: How To Test Ear Piece?

Mar 9, 2009

For the OEM, on the product line,we need to test the earpieces whether it works well. so I want to write a application which will play sounds through the earpieces. i want to know how can i play a sound through the earpieces? or if there is a better way to test the earpieces?

View 3 Replies View Related

Motorola CLIQ :: How To Grab Leaked 2.1w / Blur For Phone?

Jul 24, 2010

Saw a few days ago that leaked 2.1w/Blur was floating around the web and failed to grab it right away. Searching today has found that it has disappeared almost as though it was not real? or someone had it removed. Does anyone know more about this or where to find it if it really exist?

View 30 Replies View Related

Media :: Possible To Grab YouTube Video For Offline Viewing

Jun 23, 2010

On Ubnuntu it is possible to grab the raw flv file from /tmp after the browser has fully cached it. I want to take this file and drop it onto the phone (HTC Desire in my case) to watch offline. But the video format is not supported. Using ffmpeg I tried to convert it to different supported types (wmv, mp4), but it still does not play. Is there any prescribed way of doing this?

View 6 Replies View Related

General :: ISMS Grab / Now Can't Delete Text Threads

Jan 18, 2013

Just switched from the iPhone 4S to the Galaxy S3. I wanted to transfer my small handful of text messages from the iPhone to the S3. I found an app called iSMS Grab, and was able to accomplish this pretty easily. However, now the stock messaging app seems sluggish and, when I try to delete older threads, they just won't delete. I've tried doing so with a long press and thru the Menu button. I then uninstalled the iSMS Grab app, cleared data thru Settings > Apps > Messaging > Clear Data, formatted the microSD card, and even removed the SD card - and they still won't delete!

I know the ultimate fix is a factory reset, but I have over 1100 contacts that I've spent a full day configuring ringtones and Caller ID photos. I'll reset if I must, but hopefully I can get some feedback from experienced users here. This is my first day with an Android phone.

View 7 Replies View Related

Android :: Draw A Piece Of Bitmap

Mar 9, 2009

I'm creating a simple game for Android and faced with a problem: Idea is to have a huge "map" image file and re-draw only small part of it (320*480) depending on user actions.

I didn't find a better solution than using "public static Bitmap createBitmap (Bitmap source, int x, int y, int width, int height)" method and decided to try it (expected huge performance degradation), but actually it's appeared that this method changes source bitmap and when i call it second time source size is significantly reduced. For instance this code:

CODE:.................

View 4 Replies View Related

Motorola Droid :: Steps To Grab OTA File After Download Before Update?

Sep 16, 2010

Couldn't find this info...where are OTA files stored on the phone/SD card when they are downloaded? I have D2 and we may be expecting an update, and I'd like to be able to grab the file after the download. I know I'm in the D1 forum but I expect the storage location is the same, and all the smart people are still over here.

View 3 Replies View Related

Android :: How To Play Music In Ear Piece Instead Of Speaker?

Oct 19, 2009

In my app, I use the MediaPlayer, the sound comes from the speaker. I just want to know how to play the music in the earpiece. The dev guide says that "You can play back the audio data only to the standard output device; currently, that is the mobile device speaker or Bluetooth headset. You cannot play sound files in the conversation audio." But actually I have seen some apps that can play sound in the channel which conversation audio comes from.
Did I miss anything?

View 3 Replies View Related

Android :: Detect Language Of A Particular Piece Of Text

Nov 11, 2010

Is there any function/library/API which can detect the language of a particular piece of text (no internet connection)? i.e. for an input text "This is a sentence", it should detect the language as "English". Or for "Esto es una sentencia" it should detect the language as "Spanish".

View 4 Replies View Related

Android : Lock Screen With A Puzzle Piece

Jul 30, 2010

I was watching some You Tube phone reviews the other day and saw one from I believe PhoneDog and had a lock screen where you moved a puzzle piece into place to unlock the screen. Is this a download or native to a certain phone?

View 5 Replies View Related

Android :: Building Specific Piece Of Software Platform?

Jun 17, 2010

I have been trying to build only the "/libcore" directory of the Android platform. Does anyone have any suggestions on what Error 127 is, or another method I can go about building "libcore" without having to build the entire platform again?

View 1 Replies View Related

HTC Desire HD :: Second Red LED On Ear Piece / Why Is This?

Nov 19, 2010

For some reason a dim red LED light has appeared on the opposite side of the ear piece to the notification LED and is constantly on.

View 1 Replies View Related

Android :: How To Setup / Implement Two Working Piece Of Software / Can Work Together Different Apps

Mar 21, 2010

I have tried to figure out a way of exposing(sharing) data between a master application and slave application in a secure way (not world readable), but couldn't find clues on how to do that practically. Of course, reading articles outline that ContentProviders are for sharing persistent data, but I can't find a working example, nor the information how to setup/implement two working piece of software that can work together as different apps.The data I share is simple - ID & Data.If there's anyone that already achieved this already,

View 3 Replies View Related

HTC Incredible :: Ear Piece Not Working?

Jul 1, 2010

All of a sudden, I can't hear anyone when on a call using the ear piece. Speaker phone works fine, but when I toggle back - nothing. The other party can hear me just fine. I've tried rebooting, removing the battery and even plugging in and unplugging a pair of headphones (that I never use with the phone, anyway), but to no avail. It's dead to my ear - no "open air" sound - as if it's not even on.

View 6 Replies View Related

Samsung Fascinate :: Led Lights Near Ear Piece

Nov 5, 2010

i have 2 small what should be LED lights near the ear piece however they have never lit up shouldn't they?

View 14 Replies View Related

Samsung Epic 4G :: How To Get Ear Piece Clarity?

Sep 1, 2010

Anybody else having weird ear pice clarity?. mine is not as clear as all my other phones I've had before.

View 7 Replies View Related

HTC Droid Eris :: Green Led In Ear Piece

May 28, 2010

So I went from leak 2.1 v2 to v3 last night and then did a factory reset. And this morning I've noticed a green LED that is now on inside the ear piece. This is not the LED notification light. This is underneath the ear piece mesh. I've never noticed that before. Has it always been there, and I was just not observant enough? Anyone know what it's purpose is? I couldn't find anything on it elsewhere in the forum.

View 7 Replies View Related

HTC Droid Eris :: Ear Piece Paint

Feb 3, 2010

Anyone else notice the black paint,on the earpiece, starting to wear off?

View 49 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved