5,031 Posted Topics

Member Avatar for wlayy999

@evstevemd just Chinese spammer that got banned for posting rubbish while promoting signature links that are now disabled.

Member Avatar for peter_budo
0
73
Member Avatar for anand01

@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]

Member Avatar for anand01
0
3K
Member Avatar for Abdel_eid

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 …

Member Avatar for Abdel_eid
0
146
Member Avatar for stevanity

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, …

Member Avatar for peter_budo
0
132
Member Avatar for SagarSe7en
Member Avatar for SagarSe7en
0
6K
Member Avatar for caierhui

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]

Member Avatar for peter_budo
0
137
Member Avatar for peter_budo

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.).

Member Avatar for peter_budo
2
508
Member Avatar for daneuchar

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

Member Avatar for peter_budo
-1
490
Member Avatar for rickster11

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]

Member Avatar for jwenting
0
95
Member Avatar for anand01

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)

Member Avatar for anand01
0
97
Member Avatar for kunnu

@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)

Member Avatar for Drycola
0
496
Member Avatar for asdftrew

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 …

Member Avatar for JamesCherrill
0
143
Member Avatar for hackit
Member Avatar for hackit
0
183
Member Avatar for Stjerne

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(); …

Member Avatar for peter_budo
0
112
Member Avatar for jingda

[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 …

Member Avatar for ggeoff
0
555
Member Avatar for jingda

@jingda also it would be good idea to come up with your own logo and not nick it form somewhere

Member Avatar for peter_budo
0
189
Member Avatar for Dani

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.

Member Avatar for Netcode
0
169
Member Avatar for esdel

[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 …

Member Avatar for jwenting
0
200
Member Avatar for Sariscos

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 )

Member Avatar for AndrewH
2
721
Member Avatar for dahan

James I suspect that OP is more of signature spammer, given the "brainac" question

Member Avatar for peter_budo
-1
116
Member Avatar for kostas_213

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]

Member Avatar for anand01
0
152
Member Avatar for AndrewH

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)

Member Avatar for peter_budo
0
51
Member Avatar for kush tomar

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

Member Avatar for Netcode
0
163
Member Avatar for PHkiDz

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]

Member Avatar for peter_budo
0
188
Member Avatar for nickliutw

You cannot use primitive type like int, double, float etc with Collection, you need to to use wrapper classes like Integer, Double etc

Member Avatar for nickliutw
0
201
Member Avatar for Duki

[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

Member Avatar for peter_budo
0
197
Member Avatar for harsimran05

Thread closed, please follow discussion [URL="http://www.daniweb.com/software-development/java/threads/380602/1638746"]here[/URL]

Member Avatar for peter_budo
0
161
Member Avatar for jbennet

[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)

Member Avatar for peter_budo
0
208
Member Avatar for sim_pack

I used [URL="http://itextpdf.com/"]iText[/URL] for my final year project few years back. They documentation is very good

Member Avatar for peter_budo
0
108
Member Avatar for ogollah

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

Member Avatar for peter_budo
0
34
Member Avatar for maninaction

You failed to elaborate on the problem. How do you know that is not giving you correct coordinates? How did you check it?

Member Avatar for peter_budo
0
70
Member Avatar for warlord902
Member Avatar for john_beginner

@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)

Member Avatar for john_beginner
0
90
Member Avatar for newbie14

@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 …

Member Avatar for JamesCherrill
0
154
Member Avatar for Alex_
Member Avatar for durrat
Member Avatar for -acir-

Record it in external file, associate player name with score and update score for "the" player

Member Avatar for -acir-
0
217
Member Avatar for Majestics

@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 …

Member Avatar for Majestics
0
147
Member Avatar for sawmya

@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

Member Avatar for peter_budo
0
191
Member Avatar for lena1990

@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?

Member Avatar for mKorbel
0
98
Member Avatar for SagarSe7en

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.

Member Avatar for SagarSe7en
0
3K
Member Avatar for Majestics

[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 …

Member Avatar for Majestics
0
1K
Member Avatar for deba0011

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 …

Member Avatar for peter_budo
0
102
Member Avatar for krovi
Member Avatar for JamesCherrill
-1
140
Member Avatar for Ancient Dragon

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")

Member Avatar for peter_budo
0
201
Member Avatar for maxypro

Official Java tutorial - [URL="http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/index.html"]Modifying the Look and Feel[/URL]

Member Avatar for peter_budo
0
34
Member Avatar for Mahesh59

[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

Member Avatar for cuddlefish
0
2K
Member Avatar for chandru7

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 …

Member Avatar for peter_budo
0
113
Member Avatar for singh_soorma94

[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 …

Member Avatar for sirlink99
0
161
Member Avatar for nerdy9000
Member Avatar for nerdy9000
0
1K

The End.