Share Button in My image application [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How to make a share button in my image application so that when we press share button it share the current image to different option like whats app,facebook etc.Plz Answer That

See the tutorial in the Android docs on Adding an Easy Share Action. It tells you exactly what you are asking.
That tutorial uses a ShareActionProvider, which is only since API 14. To support earlier versions of Android, take a look at the accepted answer in this thread. This third-party tutorial also provides lots of good info.

Related

How to create a simple Chat App in android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I wanna create a simple chat app in android but really I don't how to start
I really searched in google but really I didn't find any helpful link or code
so guys please I need your help how Can I start any video link or any simple code
In case you have some experience in Java I can recommend this book:
Professional Android 4 Application Development (Wrox)
It really helped me to get started with Android development. Otherwise the best start is probably a quick introduction to Java. In German there's also a book called Java for Android, not sure if it exists in English, too.
Also for inspiration you can have a look at this:
https://code.google.com/p/simple-android-instant-messaging-application/

Implement captcha in android? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Hello every I am working on android application where i need to implement captcha with my android application I want to create captcha which we are using in web applications. I found some answer about simple-captcha and j-captcha, but how to use it with android applications, I not find any tutorial which is use full for in this case.
Any idea or solution for this?
thanks in advance

How to make gallery as like turn paper in book? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am new to Android. I am trying to make gallery view just like turning pages in a book. So kindly give me some suggestions.
What you are looking for is called a page curl or flip animation. There are plenty of open source libraries to implement this. You can try any of these:
android-page-curl
Android-Flip
page-curl-harism
3d-flip
Good luck !

How create a graph of battery? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I wish create a graph of battery usage in my application..How can i do it? I only want a simple graph not a complicated thing. I've seen about this site http://www.achartengine.org/ but i don't understand how use it.
The last time I needed to draw a graph, I used the GraphView library:
https://github.com/jjoe64/GraphView
It's easy to use and you have a demo application here:
https://github.com/jjoe64/GraphView-Demos
Try it out and report.

How to get the other application data in android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
In my application i have a share option. when i clicked on that will show a list of applications, If i selected on of the application then that application will be stated.
Now from that application if user select share and touch my app icon then that shared information needs to be shown in my activity is this scenario possible in android? if possible what is the best of doing this.
Here are three easy lessons: Sharing Content.

Categories

Resources