java - Android app to upload to Flickr - Flickrj? -


good afternoon everybody,

i'm trying android app upload images flickr. far i'm attempting work these examples:

https://github.com/luminousman/flickr

https://github.com/yuyang226/flickrjapi4android

based on not having gradle files , both being @ least few years old, i'm under impression these both done in eclipse. i'm attempting things working within android studio.

both have many imports this:

import com.googlecode.flickrjandroid.xxx;

is there way import https://github.com/yuyang226/flickrjapi4android library or similar within android studio, or necessary copy/paste every java file? work? i'm having hard time getting started here, if has had success working above in android studio , can provide direction helpful.


Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -