I would like to show Picasa/Instagram
images in my Android app. how to get picasa/Instagram
Album images and show my application i'am not geting any example.Picasa/Instagram How to get Images.
Has anyone found some good library/example?
I would like to show Picasa/Instagram
images in my Android app. how to get picasa/Instagram
Album images and show my application i'am not geting any example.Picasa/Instagram How to get Images.
Has anyone found some good library/example?
I'm currently using PhotoPickerPlus which has a good tutorial and allows for connectivity to facebook, flickr, instagram, and picasa as well as native photos.
more info @: http://picture.io/photopickerplus
source @: https://github.com/chute/photo-picker-plus
Here is a complete article by Romian Guy and android image downloader complete source code
Romain Guy Article
Android Image Downloader Source Code
Snap shot Image Downloader
Just for you to view I am pasting code here, you can browser or download code from the URL given above.
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */
package com.example.android.imagedownloader;
import android.app.ListActivity; import android.os.Bundle; import android.widget.RadioGroup;
public class ImageListActivity extends ListActivity implements RadioGroup.OnCheckedChangeListener {
}