Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm making an android database application where I want the user to be able to customize the form layout, really, I'm just trying to make fields hidden at the launch of the application and by user input, changing the layout xml to make fields appear.
The best I can do with this question is to indicate the developer android site :/
https://developer.android.com/training/basics/fragments/index.html
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to use TexturePaint.java class in my codenameone project is there any implementation for this class by codenameone?
Thanks in advance.
Not at the moment.
Codename One has a new Shape API which includes strokes, fills but not paints (gradient or texture based). Both of these are under consideration for a future update so if you have common use cases and an enterprise/pro account you should probably write to support about that.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to manage my users login in my own database. Now we use liferay embedded database and we want to change and customize it.
Is there any document explaining how to do this?
You can do it. Just check this.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am autogenerating HTML-Strings in Java. Unfortunately in the output everything appears in a long row. It's too much effort to put \n or \t before the Output-String due to sometimes I'm containing several objects in each other (Like Divs and Tables).
Are there some frameworks available which support HTML-Autoformat in Java?
Thanks
Check this answer for pretty printing of XML (it should also work for HTML): How to pretty print XML from Java?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any API in java to access hardware resources like volume controls?
i want to access volume controls of my laptop using java.i have tried java media framework to access controls but it is giving only basic information.
You may want to have a look at Oracle's Java SOund API
http://www.oracle.com/technetwork/java/index-139508.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a widget that would look like a needle that would move against a customisable arc background. Something along the lines of a VU meter as seen below:
Does anyone know of any non-commercial (aka $-free) SWING widget available like this?