Tagged Questions

3
votes
3answers
609 views

Client details in webservice

How can i access client details like IP,Browser etc in a web service in java?
2
votes
2answers
465 views

Android launch applications detail page

I'm working on an application where I list the installed applications with the package manager. I can get the package name of the item clicked, but I'd like to then launch the details screen based on ...
0
votes
0answers
121 views

how to fetch user details from facebook using java

I have got success in fetching up user's first name and last name. But I cant fetch user's email and date of birth and other details from facebook. How to do that. Anybody? Please Help..