Is the better solution create classes for each file xml? [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 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.

Related

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.

Can I create a plugin for whatsapp [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 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

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

Android documentation [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 want to do a documentation for an Android application. There's no problem with the java files but what about the xml-s? I think they are needed to understand some of the functionalities the application provides.
What is the proper way to visualize the xml files in the documentation or is it necessary to do it?
Only the layout files need some explanation . The rest are pretty much self explanatory. You can probably use XML comments to explain a few things. You don't really need to document an XML file as its not exactly an API.

Categories

Resources