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.
Related
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
Most of the tutorials i see available in the net is a twitter alike listview. Need help thanks.
I want to make my app similar to facebook newsfeed. wherein the text is above and image is below. Each post will also be putted in a box. Thanks.
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
Hey friends,i am doing one android application:
-in that i want to read value from the users during an installation of application.
if any code for that please share a code and steps
Thank you.
in that i want to read value from the users during an installation of application.
This is not possible. Your app will not run at all until the user runs it from the home screen's launcher. At that point, you are welcome to prompt the user to supply you with information.
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 do I automatically categorise an android application ? I need to write a code to do it.
There exists an api & android application CatApplus http://forum.xda-developers.com/showthread.php?t=1419810.
But it is not freely available.
Can anyone suggest any alternative or any other way to solve this problem ?
You can use this api to get apps category then you categorize them the way you like.
Android-market-api
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
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 just received a mobile app requirement storyboard where there is written pull down search on top of each screen with a dotted horizontal line at the top. Could anyone tell me what this means and help out?
You can use sliding drawer but if u want to use it from top to bottom. than you can use this library https://github.com/chemalarrea/DemoSlidingDrawer