5,031 Posted Topics
Re: If I as your employer found such thing in your code I would fire you. You should be communicating your difficulties to your team and supperiors and not create extra work for others | |
Re: You do not install it, you place JAR in project appropriate location. In most caes `lib` directory on same level as your `src` should be fine. You will need to however tell your IDE where to find it, and same goes for building from command line | |
Re: Because you cannot connect to localhost, do it in proper server | |
Re: Android [Download section](http://developer.android.com/sdk/index.html) Best resource Reto Meier [Professional Android 4](http://www.amazon.co.uk/gp/product/1118102274/ref=s9_simh_gw_p14_d14_i1?pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=center-2&pf_rd_r=0ZKKTPS1TDX297C88PRD&pf_rd_t=101&pf_rd_p=358549767&pf_rd_i=468294) | |
Re: Read provided API or any documentation. Like Facebook has their developer section that explains all, all big net contributors have it | |
Re: What to do? Post exception that you are getting, we do not see on your screen so we wouldn't know what eclipse is complaining about... | |
Re: @cybrix101 word of advice do not use GUI, brings too much unnecesary code and you will never learn... | |
Re: Could be simplier then that. Let server gather resources and store it in database. From device execute URL with some search parameters myurl.com/search?city=london&eventtype=android. Server queries DB, DB produces results, server convert it to JSON object and send it back. Android device process JSON and show result to user | |
Re: All you want to know directly from [NetBeans tutorials section](http://netbeans.org/kb/index.html) Was that hard? | |
Re: Starting [new activity](http://developer.android.com/training/basics/firstapp/starting-activity.html) all you need to know | |
Re: Why don't you use [JSON.net library](http://james.newtonking.com/pages/json-net.aspx). No need for creating ugly XMLs and parsing these again ![]() | |
Re: >i know these 2 technologies and i send files but i have problem in sending html files thank you for replay if you can help me with any thing i will be greatful Then you should have posted your code instead of other second guessing what you know and did. … | |
Re: Java and Maven installation + configuration can be found [here](http://www.daniweb.com/web-development/jsp/threads/249070/java-web-development-starting-tutorials-resources-faq). However I do not have good experiences with Maven under Windows 7. Last time I tried to use it build process couldn't download project dependencies to my local .m2 directory because of permission issues | |
Re: Let be little fair and ask, how many of the companies develop security apps for iPhone/iPad? Is Apple open about their security issues as Android community? | |
Re: Working in Android dev company, none of us have any certification. Our learning came purely from books, hacking on pet or open souerce projects. There seem to be some wave of hype in Asia, more specifically Bangladesh, India, Pakistan that some companies are offering Android certification which in reality is … | |
Re: Thread closed doplicate of [this](http://www.daniweb.com/software-development/vbnet/threads/448269/how-to-make-encrypt-and-decrypt-with-vigenere-cipher-method-in-vb.net) @all please follow discussion there @tafarie do not create duplicate posts and read forum [rules ](http://www.daniweb.com/community/rules) | |
Re: It sort become a standard in idustry to read Reto Meier [Professional Android 4 Application Development](http://www.amazon.co.uk/Professional-Android-Application-Development-Guides/dp/1118102274/ref=sr_1_1?s=books&ie=UTF8&qid=1361427566&sr=1-1) not even new boston can explain as much as this book | |
Re: >can someone show me how to view html code inside pdfptable using itext Sorry but that question doesn't makes sense to me. If you want to add some HTML to PDF you should look at iText book chapter 9 which has plenty of examples how to manipulate HTML have look … | |
Re: Please search the forum, this question been asked too many times to care to answer... | |
Re: Isn't daniweb using vBulletin or some other forum framework (something nagging me)? These framework usually have some API... | |
Re: Little old but still usefull [free book](http://www.cafeconleche.org/books/xmljava/) on XML processing | |
Re: He can install Ubuntu or simlar free to use unix based OS. These days you do not have to be PC geek to install Unix, and besides they more and more look like hybrid between Windows and Mac OS user interface | |
Re: Forum rules: > Do provide evidence of having done some work yourself if posting questions from school or work assignments Every idiot can copy and past to present other people work as their own. Make difference and do it yourself, if you get stuck then you are more then welcome … | |
Re: Did you checked that other server has mysql jdbc driver? | |
Re: Double post. Post close. Please follow furter discusion [here](http://www.daniweb.com/software-development/mobile-development/threads/447497/android-devlopment-in-java) | |
Re: @ddbot101 that standard documentation LOL, but there are online courses or 2-3 days trainings like for example skillsmatter does in London, and I'm sure there are some in San Francisco | |
Re: From what I see you have two RadioGroups named **radioGroup** (one dynamically created) and then second that you created somewhere at the top of class **radio_group**. Not sure if that is mistake in naming or you really want to use two... If you want to use both groups you need … | |
Re: @VEL Hassan beside stultuske link you can also download NetBeans with Java ME SDK 3 already included if you download full version of [NetBeans](http://netbeans.org/downloads/) and then through installation process exclude stuff that you do not need @remunance neither of your links is relevant. Question is where to get Java Microedition … | |
Re: You will have to provide more code, none will be wiser from above... | |
Re: Please do not double post! Thread closed. If you wish to contribute please do so at http://www.daniweb.com/web-development/databases/threads/447005/normal-forms- | |
Re: Learn Java so you can develop Android applications, JME/J2ME development is sort of dead... | |
Re: Uhmmm portrait photography... What gear do you use Brain? I'm not much into to portrait, prefer to do landscape and wild animals mostly hence my gear Canon 7d wirh 70-200mm and 100-400mm lenses. Just gave away my 500d with two smaller lenses to my cousin as she was really looking … | |
Re: Guess you already solve it since post is marked as solved, but for others never do compare strings as numeric values with `==` or `!=` always use `strin1.equals(string2)` | |
Re: http://www.microsoft.com/design/toolbox/tutorials/windows-phone-7/starting/ | |
Re: There are multiple ways of doig, simple example you can find in [MVC2](http://www.daniweb.com/web-development/jsp/threads/141776/jsp-database-connectivity-according-to-model-view-controller-mvc-model-2) at the top of this forum section or you can have look on number of Java webframeworks Spring, Wicket etc | |
Re: In Android you cannot test against localhost (127.0.0.1). However you can test against IP address of your local wifi at home. So find out what is IP of your PC (mostlikely something like 192.168.0.1) make sure you can communicate with port 2001 | |
Re: Address edited ;) | |
Re: More of no to this question then yes. Many companies o for this option as you can eaily build mobile web and also app capable to run on mobile device. However These mobile apps will be always behind the latest operating systems because they have to wait for new release … | |
Re: @missc why trying to reinvent the wheel when there are tons of hit counters, beside they are obsolete and misleading. Secondly I want to cry any time I see anyone writing snipets in JSP... | |
Re: In most cases server is run on Apache Httpd server, but there must similar stuff on IIS for Microsoft too. In Apache server you will have to setup/configure your subdomains [example](http://httpd.apache.org/docs/2.2/vhosts/examples.html). As pritaes mention m or mobile or any other designation is just different folder/directory that is used, and it … | |
Re: As pritaeas said it is always about good habbits of your developers. It is always responsibility of each developer to keep up with latest code. Whenever you merging staging to production there should not be any conflicts (there is off chance of it, but should be too often). There are … | |
Re: >Actually I have just started using JAVA but as always techers give us the hardest things as a homework! I found hard to believe that, databases are taken normally after 4-5 months that mean at minimum 12 weeks Secondly forum rules are clear >Do provide evidence of having done some … | |
Re: I see no problems there... 1. Get hold of date 2. Use SimpleDateFormat to create order date 3. Use second SimpleDateFormat to create estimated shipment date Can you explain where are you having dificulties??? | |
Re: Do the encryption inside your application before insertion. ![]() | |
Re: Forum rules clearly states >Do provide evidence of having done some work yourself if posting questions from school or work assignments So quit dudeeing around and show some code! | |
Re: I was really tempted to delete this and another post given the content and user signatures. SEO is always risky poster | |
| |
Re: ibatis is [closed](http://ibatis.apache.org/) as project by apache foundation, however you can get lot of help at [mybatis](http://code.google.com/p/mybatis/wiki/Migration) |
The End.