juan perez

Greenhorn
+ Follow
since Feb 05, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by juan perez

I'm trying to consume a rest services from android app.

I want the username and password is entered only once. Then the system can work without having to reapply username and password.

I do not know what would be the right way to do this. Save the password on the phone seems a bit insecure, maybe it's just my paranoia. applications like facebook, store the password in the phone?

What I'm trying to do is generate a token, store the token on the phone, and send the token in the header in each request. I do not know if it is the right solution. I can not find how to do this without the token lose the session.

I have also read about OAuth2, but I have not got any example of a small application That Demonstrates the use, not that of Facebook, Google, Twitter.

I used a Spring Server to communicate with my Android app.
8 years ago
I'm trying to make a gallery with swing.
I would like the user may add images by "drag and drop".
Hey found this example. but I can not make it work in windows 7
Does anyone know why?
Do they know something already done?
I been looking for examples but not e encontado none. thanks
11 years ago

thank you very much.
Randall Twede tested the code and served me served me.
instead of imageFlavor I tested with javaFileListFlavor.
Paul Clapham thank you very much for your suggestion, I'll try, I think that is what I was looking.
11 years ago
something like this


------------------------------------------------------------------------------------------------



instead of a JFileChooser

Randall Twede wrote:i am not sure what you mean by "drop the file here"
you can use jfilechooser or the system clipboard

11 years ago
I would like to make a panel, similar to "drop the file here"
Is it possible? Any suggestions?
Sorry for my English.
11 years ago