- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 4
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
22 Posted Topics
Re: Hello, you say you are a newbie, so I recommend to use Ubuntu and Unity or Gnome Desktop environment for it's easy and very UX oriented. Web Dev (.NET, PHP) -> Apache or Nginx as server and PHPStorm, Android Dev -> Android Studio DataBase Managing (MySQL & SQL Server) -> … | |
Re: Hello, you are closing the connection on line 11 which is not correct because you did that at the end of showOrder method. With DB connection you must pay attention to details and posible scenarios because you must close on each, so I recommend to use try...catch and close it … | |
Re: There are good libraries provider such as Telerik. | |
Re: Hi, to achieve the desire result you must split the "line" (using this: string[] arr = line.Split();) a then pass "arr" as parameter of the Datasets contructor or by setting the internal property that holds those values. Regards | |
Re: That could happen in any OS. The best solution is to install a plugin (a download manager) to the browser I recommend **DownThemAll** | |
Re: As said before there a many remote desktop apps but the are also web-based services that can be useful such as teamviewer or zoho meeting. | |
Re: I thought this web was about programming. Your question is more about mathematics. | |
Re: That's easy: 1. Create a new instance of button 2. Set proper name and perhaps other properties 3. Add it to the corresponding container. | |
Re: As far as is understandable you want the third field of a new row to be the sum of the previous values (namely you want it to be accumulative). If it's that you dont the need the third field to be present in the GUI because that should be done … | |
Re: iText and Jasperreports are the best for this. I have been using them for years and I could tell you they are the best. | |
Re: Tell how to contact you and have a look a that code. | |
Re: Goto sounds to an old way to do jumps in the code. This was substitute a long time ago for conditionals (if). | |
Re: I would like to help you out with this. First, the best way to face this kind of issue is in the website. You should use a framework like bootstrap that will help you avoid to reinvent the wheel and keep the coding at the minimum. | |
Re: I think your teacher said that way for you to understand but the thing is that's no correct because notepad is a program. **Take it this way:** Build a java desktop application that lets you save to file (in txt format) the content of one input field. The GUI will … | |
![]() | Re: I think you are not trying to build an OS but a distribution. As said before a linux-based one would be by far the best choice. Check about Phoenix OS and Remix OS they are android-based OS's that are you used in PC. I think you can achieve something like … |
Re: What have you done so far ? Any analysis or way to go around the problem? have you do any Object Oriented modeling ? | |
Re: A software will never be perfect but today it could be acceptable. For tomorrow we must check it again. | |
Re: Yes, it can be done. You want a generic ListAdapter. This will be useful if the data to show is the same or the change between them is not much. I could suggest how if I knew the data to show. A solution to the in-Activity showing is to use … | |
Re: The information you provide that's not help me to understand the why but the problem. So I recommend to debug your app before the load of the images and you most probably will find the issue by yourself. The application stop error is because of not catching the exception. | |
Re: Engage with me in a chat to help you solve this error. I suppose you have entered that layout as a dependency, right ? |
The End.