9
5 handy tips with GIMP everybody should knowview story

http://www.linuxandlife.com – Adobe Photoshop is undoubtedly the most powerful tool for graphic works. However, if you dont need to make something serious, Good Guy Gimp is already really enough for most of the basic tasks ( and you can use Gimp for serious graphic works too). In this article, I will show you several tips with GIMP that are very handy. 1  - Crop an image The Crop tool is located near the Text tool. (Distributions)

8
Android not properly updating width of custom viewview story

http://stackoverflow.com – I have this container class that is used to make one of the dimensions, either the width or height, a ratio of the other dimension. For instance, I want a 16:9 layout container where the width is "match_parent". However, when using the height as "match_parent", Android does not seem to properly relayout itself. When I set the height to be a ratio of the width everything is fine! (HowTos)

8
What is size of thumbnail returned by ACTION_IMAGE_CAPTURE intentview story

http://stackoverflow.com – I'm using the standard camera intent to take a photo: Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(takePictureIntent, actionCode); And then in onActivityResult() Bundle extras = intent.getExtras(); Bitmap imageBitmap = (Bitmap) extras.get("data"); mImageView.setImageBitmap(imageBitmap); Bitmap is a thumbnail. (HowTos)

8
How to plot a GPS location on an image being used as a map?view story

http://stackoverflow.com – I have images of malls that I need to use as maps for an app I am making. I have the GPS lat/long of the bottom corners of the map and I figured out the distance from the bottom GPS coordinates to what would be the top of the map image. How ever these are not straight up and down linear maps meaning I can't just plot my lat and long all nice and neat. (HowTos)

8
how to add downloaded image to listview?view story

http://stackoverflow.com – I am trying to add downloaded images to a list view. I start out by getting the names of the image files from my server and then I do an asynctask of building the bitmaps and storing them in a Bitmap array. Then I use a HashMap to add the data using the SimpleAdapter shown below. I want to know how to add the bitmap images to the listview. (HowTos)

8
Image Recognition - Binary Descriptor representation in Mat - OpenCV Androidview story

http://stackoverflow.com – I am just curious. I am new here so be please considerate to my somewhat noobish question. Let's say I am doing android application with image recognition, where all processes even computationally intensive have to happen on the mobile device cpu. I am at the stage where I have already processed images extracted some features from the image. (HowTos)

8
call to finish() causes startActivity() AndroidRuntimeExceptionview story

http://stackoverflow.com – Sometimes, when I close a particular activity with the finish() method, I get the error: AndroidRuntimeException “Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag” This seems to only happen if I close the activity (by clicking a back button) quickly after it is started. It doesn't happen all of the time however. (HowTos)

8
How can I set this image to activity in Androidview story

http://stackoverflow.com – I'm downloading file using Async on android, Now i want this files to display on activity. How can I do this inside onSucess method? I tried below method but image is not showing! (HowTos)

8
Best way to download files (pdf, images) in android application and store files in application folderview story

http://stackoverflow.com – I tryied many things to download files in app but looks like not working for me, please advice me on how to get files download from server and show into android activity? or install it in DB inside app. This is im using to download files from DownloadManager in android, But i like to have better way of doing it. (HowTos)

8
The Google Reader Shutdown Is Yet Another Nail In Feedburner's Coffinview story

http://techcrunch.com – How long until Google shuts down Feedburner? The company just announced that it is shutting down Google Reader on July 1. That’s a sad day for all of us who still regularly use it, but its demise was probably inevitable. (IT news)