5,031 Posted Topics
Re: @evstevemd just Chinese spammer that got banned for posting rubbish while promoting signature links that are now disabled. | |
Re: @Sadun89 forum rules require you use proper English. Either start typing properly or find some to teach you @anand01 you can find working example of mapping in this [URL="http://www.daniweb.com/web-development/jsp/threads/141776"]post[/URL] | |
Re: Not sure what books you been looking at (everyone has his own reading style), but I'm reading at the moment [URL="http://www.apress.com/9781590599211"]Pro Spring 2.5[/URL] and it is reasonably well written (beside expect that most of them will have upfront lot of theory as they will be trying to explain main principles … | |
Re: Thread closed thank to stupidity of @zaidrziad and @stevanity. Take it as warning to read our rules or next time you get [B]Keep It Legal[/B] one for sharing such materials [quote]Do not post copyright-infringing material[/quote] and other for requesting [quote]Do not ask for help to pursue any illegal activity including, … | |
Re: If you say that MVC is not part of your requirement , would you be able to explain me principles of DAO? | |
Re: I didn't try it yet, but your generate command seems to be different from what I seen in [URL="http://books.google.com/books?id=RuN0jb4YASwC&lpg=PP1&dq=pro%20android%203&pg=PA289#v=onepage&q&f=false"]Pro Android 3 book[/URL] and more from [URL="http://developer.android.com/guide/publishing/app-signing.html#cert"]Android docs[/URL] [code] keytool -genkey -v -keystore "c:\android\release\release.keystore" -alias androidbook -storepass paxxword -keypass paxxword -keyalg RSA[/code] | |
Sometimes one line of tool tip is not enough. You may want to try and play around with JToolTip, but if you in hurry this "little hack" can be handy. With little of HTML plus CSS code you can work out various formats (font, colour, alignment, size etc.). | |
Re: There is no DataBaseHelper constructor, therefore error. PS: As Taywin pointed out assignment part of line 9 [icode]new DataBaseHelper(null)[/icode] should be replaced by [icode]new DataBaseHelper(CONTEXT);[/icode]. PS2: You can have look at this sample I put on [URL="https://github.com/peter-budo/pro-androidbook-code"]github[/URL] few weeks back. It is from Pro Android 3 book | |
Re: Put it in XML as it gives you easy way parsing it as whole blocks. Example: [code=xml] <question> <answerOne/> <answerTwo/> <answerThree/> <correctAnswer/> </question>[/code] | |
Re: If you are fresh in Java then [URL="http://books.google.com/books?id=Eh5NcvegzMkC&dq=sun+certified+java+programmer&hl=en&ei=GURuTryhGsqp8APB7IXlCA&sa=X&oi=book_result&ct=result&resnum=1&ved=0CDoQ6AEwAA"]SCJP Sun Certified Programmer for Java 6 Study Guide[/URL] is best thing. Books is little expensive, but worth it( you can find plenty of second hands also) | |
Re: @charlesying 1. Do not post if you have no idea what is answer or better if you have no experiences in the area. 2. Do not post just to show off your signature (that can be easily disabled by admin) | |
Re: 1) Please follow naming conventions of class name starting with capital and every new word is also capitalized, method names and variables starts wit lower case letter and every new word is capitalized. Constants are all capitals 2)Your if statement will be always ignored because you never change boolean value … | |
Re: Is there any reason why you use JOptionPane instead of simple print method? Also you did not translate last part of Account For the second part [code] Account ac1 = new Account("User1", 123456, 5678.99); Account ac2 = new Account("User2", 234567, 10.99); //if you had print method you would do ac1.print(); … | |
Re: [QUOTE=jack2012;1596169]How about promote this great website on the social network, like Facebook, as you said, advertising it.Then Facebook FriendAdder Pro can do you great favor, because this program enables you to get quality targeted traffic.[/QUOTE] Daniweb is already on Facebook, just search for it. Nevertheless from that side I would … | |
Re: @jingda also it would be good idea to come up with your own logo and not nick it form somewhere | |
Re: Did you added it to Software Development drop down? I can only see this forum once I open Software Development that will list all sections there. | |
Re: [QUOTE=MooGeek;1638285]Woow dude, what programming language do you use then?[/QUOTE] Do not expect to much from him, 1/3 of total post are in Geek's Lounge, another 1/3 in C++ where he either advice to use code tags or telling people that he doesn't understand what they want to do and doesn't … | |
Re: Good review. Maybe next time you may want to make your own photos instead of manufacturer provided (it does make extra impression for me :P ) | |
Re: James I suspect that OP is more of signature spammer, given the "brainac" question | |
Re: Short answer, read [URL="http://www.daniweb.com/web-development/jsp/threads/141776"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL] | |
Re: Andrew this is software development forum, not bug tracking or issue solving on existing devices. I would recommend you get in touch either with device manufacturer, or mobile provider from whom you bought this device (or any seller from whom you got this device) | |
Re: I'm not gone rant on about how I hate when people post give me project topic/idea. Have look at sourceforge.net or github.com for open source projects, and maybe some idea will catch your attention | |
Re: Both classes have main method. How could you have written above code if you do not know that application has only one main (desktop app, not talking code as library inside another project or other possible variations of Java developed applications)??? To compile from command line [URL="http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javac.html"]read this[/URL] | |
Re: You cannot use primitive type like int, double, float etc with Collection, you need to to use wrapper classes like Integer, Double etc | |
Re: [QUOTE=stultuske;1638862]sorry, ment to 'up' your answer by one[/QUOTE] Equalized :icon_wink: @Duki the "==" is for primitive types, for anything else either you will use provided equal method as NormR1 mentioned or you will write your own one including the hash method | |
Re: Thread closed, please follow discussion [URL="http://www.daniweb.com/software-development/java/threads/380602/1638746"]here[/URL] | |
Re: [URL="http://www.jetbrains.com/youtrack/download/"]YouTrack[/URL] by jetbrains (free upto 10 users) [URL="http://www.atlassian.com/software/jira/"]Jira[/URL] from Atlassian (we are one of their partners, only commercial version) [URL="http://www.jtrac.info/"]JTrac[/URL] (open source) [URL="http://www.redmine.org/"]Redmine[/URL] (used for last project with a big news aggregator in UK) | |
Re: I used [URL="http://itextpdf.com/"]iText[/URL] for my final year project few years back. They documentation is very good | |
Re: You can use [URL="http://java.sun.com/products/java-media/jai/forDevelopers/jai-imageio-1_0-rc-docs/index.html"]Java Advanced Imaging Image I/O Tools[/URL] PS: PPM stands for portable pixmap format | |
Re: You failed to elaborate on the problem. How do you know that is not giving you correct coordinates? How did you check it? | |
Re: You can try to use [URL="http://seleniumhq.org/"]Selenium[/URL] | |
Re: @john_beginner database does normally reside in /data/data directory. You can access it either from connected device or emulator by use of [URL="http://developer.android.com/guide/developing/tools/adb.html"]adb tool[/URL]. Simple example of usage can be found here [url]http://books.google.com/books?id=RuN0jb4YASwC&lpg=PP1&dq=pro%20android%203&pg=PA92#v=onepage&q&f=false[/url] (link is from book Pro Android 3 - Chapter 4: Understanding Content providers pg.92-96) | |
Re: @Anuradha Mandal then do not reply or use Google search to come up with some reasonable answer. @newbie14 sound like you are relaying on open connection that on MySQL in ideal situation will be open for up to 8 hours but then it is closed. You can amend that with … | |
Re: Alex you will need to post code | |
Re: Ajax and asynchronous calls to database | |
Re: Record it in external file, associate player name with score and update score for "the" player | |
Re: @Majestics man when will you learn that proper problem description is like 75% probability of someone answering your question quickly and with explanation you looking for. As for your question, yes there is way to control Android application life cycle, and it does depend on [URL="http://developer.android.com/guide/topics/intents/intents-filters.html"]Intent[/URL] (there is/was very good … | |
Re: @sawmya Stop multiposting same question just because you did not get fast reply as you would like to have! This is not 24/7 "give me solution" service | |
Re: @lena1990 if you can instead of passing objects between different frames why don't you just change panels and pass around data object that populate these panels? | |
Re: Why don't you get count at the beginning, store it in a variable and then simple refer to it instead of running query every time you refresh view. | |
Re: [QUOTE=Majestics;1628280][url]http://www.java2s.com/Code/Java/Swing-Components/AutocompleteComboBox.htm[/url] I have used the example listed here. It work fine upto 100 items. but when i increase items to 1000 or above it speed get super slow, even my processor is 2.66 C2Q , so what i will expect from pentium 4 having 512 ram ... Major issue is … | |
Re: 1. Move DB connectivity to servlet where it belongs, not page view as you have it ([URL="http://www.daniweb.com/web-development/jsp/threads/141776"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL]) 2. Use try/catch there are provided for a reason 3. Query for a user name not whole list of users, you just slowing … | |
Re: You can found answer [URL="http://lmgtfy.com/?q=java+1.4+1.5+differences"]here[/URL] | |
Re: AD you should be able zoom in and out of the login form (just presumption on my side as I only used HTC Desire HD for browsing daniweb when "on the move") | |
Re: Official Java tutorial - [URL="http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/index.html"]Modifying the Look and Feel[/URL] | |
Re: [QUOTE=smishra1985;627377]hi can u tell me how to provide connectiviity between Servlet and database[/QUOTE] Sun's [URL="http://java.sun.com/docs/books/tutorial/jdbc/index.html"]tutorials[/URL] on Java spell it all for you | |
Re: I want to be a millionaire, and these are thing I try and do: 1. Work more then 14hours a day 2. Work every day of week 3. Take off only last Sunday of month 4. Study and practice a lot So what did you do @chandru7 to try and … | |
Re: [QUOTE=singh_soorma94;1629731]Hi, I made this thread for our groups assignment. We are suppose to get 3 program codes, at least 250 lines each, from anyone that created one. As soon as we retrieve them, we are supposed to evaluate them and find out what type of things they used and how … | |
Re: Exact error that you get would be nice. Without it it is just guess work |
The End.