Can I create a plugin for whatsapp [closed] - android

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am have an idea and I want to create a plugin for whatsapp on android lets say by installing my application will add more emoticons to whatsapp. I have been searching about it but I have add no luck, can anyone tell me is this possible if yes then any help will be much appreciated.
How can I add the button of my app on top like this one
I want to create something like this https://play.google.com/store/apps/details?id=com.androidsx.smileys
Thanks

Related

Is the better solution create classes for each file xml? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I create a simple app with a start menu and an other page.
I have connected them with a button and i have write the function in the same file java. I would know if It is the right solution or not.
You can find the answer in the oficial documentation : https://developer.android.com/guide/topics/ui/declaring-layout.html.
According the best practices, you have to declare one xml layout for each activity or fragment.

Is XML necessary for developing android apps? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I know how to code in Java but I heard that XML is also needed for developing android apps. My problem is that I don't know XML at all. So is XML necessary for developing android apps?
Yes. Certain files, such as AndroidManifest.xml, must exist and must be in XML.

Most common platform for Monetizing android App [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
wanted to know which are the most common options for monetizing an App on adriod. I'm a newbie in the field and I'm doing research before I put out my first app.
Thanks
Alex
Take a look at this:
http://developer.android.com/training/monetization/index.html
And do some research next time before asking opinion based questions on Stack Overflow.

Android best method for a pop up form [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm making an Android app and I need a form to pop up when a buttons pressed.
What would be the best method of doing this? Would it be some form of Dialog?
Also I want it to have no shadow around it and I don't want it to dim the background. I don't know if that makes any difference or not.
I chose Vamsi Pavan Mahesh's suggestion of using a dialog

Integrate Robolectric and JDave [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I would like to know if there is an easy way to have these two frameworks work together, really like the JDave BDD syntax and the Robolectric framework to do test outside android environment.
Is this possible, each have their custom TestRunner, have anyone else tried to do this? Is it doable in a simple way?

Categories

Resources