Android :: Image Editing / Viewing Application?
Aug 8, 2010
I'm looking for a decent image editing, viewing, and organizing app. Something thats better than the default that comes with the htc EVO, but nothing over-kill. I'm not looking for CS5 for my phone.
View 5 Replies
May 2, 2014
After I take a lens blur photo using the Google Camera app, I can swipe to the right to view the photo and adjust the blur. After I select "done," the photo updates with my blur options. However, when I exit the camera and view this photo using Google Photos, the lens blur options I chose are not there and it's not possible to edit the lens blur. It seems I have to open the camera and swipe right in order to see the lens blur effects.
-Can I only adjust lens blur options within the camera app itself?
-Can I only view the lens blur effects within the camera app?
if seems this is a waste of the lens blur feature. After I make adjustments to the blur and select done, that's the image that should be saved and viewable by Google Photos, Gallery, and backed up to Google+.
View 3 Replies
View Related
Mar 2, 2010
I'am starting with Android SDK. I want to develop a image editing software but I don't find any computer vision library to Android SDK. I see that I can use C/C++ code with Android NDK and I can use OpenCv library.
View 2 Replies
View Related
Feb 26, 2010
Is there a built-in intent which will let you pass it the path of an image (png or jpg) and show it full-screen with panning / zooming controls? Basically the same controls WebView has, but only for a single image. I saw that iPhone has something like this, just wondering if there's already something like this on android before writing a new one.
View 11 Replies
View Related
Jul 3, 2010
I am sorry if this has already been asked but I have not found a solution yet, I am hoping someone can help. When viewing photos they show in the oldest first, How do you reverse that so that you can see the most recent pictures first? It is a pain to have to scroll all the way to then end of over 200 pictures to see the latest.
View 12 Replies
View Related
Oct 16, 2010
If I go to AndroidForums on my phone, and I long-press on the logo, I have the option to save it.However, if I go to a direct link like http://imgur.com/OLnXZ.jpg and it just loads the image, how do I save it now? I long-press on the image and it doesn't do anything. I am rooted and running a custom ROM, but I don't remember being able to do this on stock.
View 2 Replies
View Related
Mar 2, 2010
What app can I get to edit pictures? I want to be able to zoom and blur/go over/erase stuff over like licesnse plates etc.
View 5 Replies
View Related
Nov 17, 2009
I know the iPhone has one built in but has anyone found anything for the Droid? I wanted to upload some videos but I'd first need to trim off the first two seconds. I've searched around here on the forums but sadly I couldn't find anything.
View 16 Replies
View Related
Sep 23, 2010
Just wondering if anyone knows of a good stock app. Where you can view your portfolio etc.
View 1 Replies
View Related
May 2, 2010
Are there any good apps or any apps at all in the marketplace that allow you to edit your pictures you take on your phone by like adding words to the pics or anything like that?
View 5 Replies
View Related
Apr 24, 2010
i recently edited the advanced launcher apk to theme the app drawer and a few other small things. the edits worked prefectly and i'm loving the new look except for one thing...the scrollbar in the app drawer! it is grey (of course) and i would like to change it to blue. i have looked and looked and can't find the file to change. is it even in the apk or does advanced laucher get the scrollbar from framework-res.apk?
View 5 Replies
View Related
Jun 30, 2010
i just saw this and got jealous since the dx will be my first android is there a video editing app available? or are any devs planning on one?? "Apple of My Eye" - an iPhone 4 film - UPDATE: Behind the scenes footage included on Vimeo
View 12 Replies
View Related
Feb 21, 2010
Does anayone have a good photo viewer other than Photo Viewer and Photo Gallery? I would like to have my photos listed in their prospective folders but the 2 I have don't do that. I switched from the Samsung Moment to the Hero and I know I had a program on the moment that did that but I evidently forgot to backup that program so now I can't remember the name and haven't found anything in the Market that does that.
View 1 Replies
View Related
Mar 29, 2009
Eldev LLC is looking for android developer familiar with google image search API to write a new application.
View 4 Replies
View Related
Jul 21, 2010
I use http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012 to load images in a ListView and a GridView. It works but the images are loaded form bpttom to top. How to fix that?
Bonus Question: Can I use a loading animation in a image view while the real image is loaded? Right now it's just a default image.
View 1 Replies
View Related
Jan 11, 2010
Last year, I implemented a web application specifically designed to display large jpgs (approx 950px x 1000+px) in a magazine style format on WebKit for the iPhone. It works great there, as well as any other WebKit-enabled device - until Android.
On other devices, tapping zooms the image, then there is a momentary pause while the image is rendered and sharpened - so text retains clarity. The pause/render/sharpen never takes place on the Motorola phone or the AVD I'm running though Eclipse. Even taking the web app out the equation, going directly to the image in Android's flavor of WebKit shows the same issue.
I've tried outputting jpgs with a much higher density: 165dpi, up to 600dpi - there is some clarity increase, but not enough.
Are large jpgs just a lost cause w/Android? Is the render/sharpen on zoom something that just hasn't made it's way into Android's version of WebKit?
View 2 Replies
View Related
Sep 11, 2009
We have had a couple users on the myTouch phone have issues in our application. It apparently is force closing on them. I am not sure of why it is, and the 1.6 SDK is not out yet. Has 1.6 been released into the wild? If so, do you know where I can download the image for my G1 dev phone to test w/?
View 7 Replies
View Related
Apr 19, 2010
I am devoloping an application of image editor. I always do it by using the resources in the drawable carpet. Now I changed it to use the resources in the SD card. I don't change the code of the image access but the program always produce an error if I intent to set the value of a pixel. The program works correctly if I try to read the pixel but if I try to modify it fails. I think this is a permissions error but I added the following: <uses-permission android:name="com.android.editorImagenes.permission.WRITE_EXTERNAL_STORAGE"></ uses-permission> <uses-permission android:name="com.android.editorImagenes.permission.WRITE_OWNER_DATA"></ uses-permission> And everything remains exactly the same. I'm desperate. A thing happens is that if I try to do the scaling or rotating the image using a matrix postrotate, etc, the program works correctly and as of this moment I can use the SetPixel without causing error.
View 2 Replies
View Related
Jan 9, 2010
hi, i run my application in an emulator/device automatically one drawable image other than default image i used my image coming for my application as background.how can avoid it?
View 1 Replies
View Related
Mar 31, 2010
I am trying to display the image on the ImageView object. But the setImageResource fails to display the image. Here is my XML file looks like:
<?xml version=*"1.0"* encoding=*"utf-8"*?>
<LinearLayout xmlns:android=*"http://schemas.android.com/apk/res/android" *
android:orientation=*"vertical" *
android:layout_width=*"fill_parent" *
android:layout_height=*"fill_parent"*>
<FrameLayout
android:orientation=*"vertical" *
android:layout_width=*"fill_parent" *
android:layout_height=*"fill_parent" *
android:layout_weight=*"1"*>
<ImageView
id=*"@+id/batteryLevelview"*
android:layout_width=*"wrap_content"*
android:layout_height=*"wrap_content"*
android:layout_gravity=*"center"*/>
</FrameLayout>
</LinearLayout>
Here is my code:
@Override
*public* *void* onCreate(Bundle savedInstanceState) {
*super*.onCreate(savedInstanceState);
setContentView(R.layout.*main*);
ImageView batteryLevelImage = (ImageView) findViewById(R.id.* batteryLevelview*);
batteryLevelImage.setImageResource(R.drawable.*notconnected*);
}
View 7 Replies
View Related
Mar 6, 2009
Eldev LLC is looking for android developer familiar with flickr / google image search API to write a new exciting application for us. Possibility of long term relationship and full time work is high if the job is done right.
View 2 Replies
View Related
Oct 29, 2010
I have run into an requirement of my application that i cant find a way to do this.
I need my application to be fullscreen and no title bar (done), and this application will have a background image. However, all the activities/views of my application must be transparent/translucent so the application background will be visible all the time behind the information i am displaying.
Basically i would like to have this behavior
http://www.geeky-gadgets.com/wp-content/uploads/2010/05/amazon-kindle-android-app.jpg
supousing that the image you see is not the phone wallpaper, but the application background image. What would be the application configuration in the manifest file and what would be the configuration for eacy activity/view?
I also noticed that, i need to setup each activity to be fullscreen without title bar. Is there a way to do this globaly in the application so all activities will behave this way?
View 1 Replies
View Related
Mar 26, 2009
I worked on N95 mobile, my goal is to capture image for every 2 min and send the image data to server without user help. I am done with image capturing manually but I am unable to capture image automatically could you please suggest me. I am getting certification message pop up. Is there any way to start my application automatically. I am messed with code signature and manufacturer agreement with Nokia. So I have decided to change the platform to Android mobiles. Could you please let me can I able to implement the above application in android mobiles android platform.
View 9 Replies
View Related
Mar 2, 2010
I have compiled Android source code already (which I downloaded using GIT), and I am being editing the source code of an Application for testing on Emulator, each time I wanna see results I have to re-Compile the source code again using 'make' I am pretty sure that there is a way to partly-compile the image.
View 1 Replies
View Related
Aug 20, 2009
I am trying to implement Camera application in android,and i got some code from net to create a Live Camera through WebCam.Upto this no problem.Now i have to capture the images when click the button, and i displayed the captured images in the Dialog window.Without any exception the program is running but the captured image is not displayed,some default image is displayed.
My code is.
CODE:.........
I have no idea from where this default image is coming.
View 3 Replies
View Related
Oct 21, 2012
I need to access image file stored in mysql through android application. I stored data in blob format mysql. I have a REST web service to access data from mysql db, after retrieving that the response in JSON format, i am trying to convert it into bitmap, but it is giving null.
View 2 Replies
View Related
Jan 18, 2010
I am developing one application which fetches the list of data/images from the server and shows on to the device. When I change the orientation, press Back button after doing it for 4-5 times app gets crashed. I am handling orientation change within activity itself and not setting the new view.
[Code]
View 8 Replies
View Related
Mar 9, 2010
The Android documentation says that best practices are to make two drawable directories - one for HDPI and one for MDPI. It also says that if the MDPI directory doesn't exist and a MDPI device is running the app, it will scale down the HDPI ones so everything looks good. Is there any reason not to just make one high resolution set of graphics? One con that I can think of is performance issues and one pro I can think of is only having one set of images for your app.
View 1 Replies
View Related
Jun 22, 2009
I want user to take picture using camera application. Then send the image to my application through "share". Does anyone knows how to do that?
View 2 Replies
View Related
Sep 29, 2010
File is present in sdcard/image.jpg I would like to create my own application (activity). On a button press, the image stored in the sdcard needs to be displayed using the built-in image viewer. On pressing the back button from the Image viewer, it should go back to my running application.
View 2 Replies
View Related