5,031 Posted Topics
Re: @SimonIoa can we please keep discussion to single thread??? As I said in other thread I would not recommend Flash based appplication as it is not supported by Android neither iPhone. However you can do HTML 5, CSS and JavaScript and use stuff like [cordova](http://cordova.apache.org/) which should help you to … | |
Re: You aware that Android and iPhones ditched support for Adobe Flash | |
Re: >[Path to my cobertura\cobertura-2.0.3-sources.jar] Shouldn't that be cobertura/cobertura-2.0.3-sources.jar Slash between Windows and Linux are not the same BTW, why aren't you using Gradle or even Maven. Ant is horrible (in my opinion) | |
Re: https://github.com/cobertura/cobertura/wiki/Ant-Task-Reference | |
Re: >"App has stopped working" That message is what Androd OS throws at user so he knows something went wrong instead of application disapearing without any apparent reason. You should as developer know there is [logcat](http://developer.android.com/tools/help/logcat.html) that gives actual reason with details of what happend. | |
Re: Do provide evidence of having done some work yourself if posting questions from school or work assignments I suggest you read forum rules, [here](https://www.daniweb.com/community/rules). We are not here to do your job or homework. You did not provide proper problem description just few random words that hardly make any sense. … | |
Re: Do you have this in your pom file? <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc14</artifactId> <version>10.2.0.4.0</version> </dependency> If yes, then run your build with `-e` flag to get more info and post it back | |
Re: > if anyone could help me to solve the issue here What issue? You just uploaded large chunk of code that cannot be compiled because resources are missing and you did not mentioned any errors or problems that you are having | |
Re: [QUOTE=antakos;596265]please help![/QUOTE] Post your code, we are not mind readers to find out where is problem in code you writing | |
Re: Free library as [URL="http://itextsharp.sourceforge.net/"]iText[/URL] is another option | |
Re: To add up on previous replies, you may want to check if they have resources for developers or API that is publicly accessible. example this forum has API https://www.daniweb.com/api/documentation#fetch-articles where you can get JSON of all forums https://www.daniweb.com/api/forums If not check also loading of resources from browser consoleoften if you … | |
Re: [QUOTE=prem2;1599107] Step 2: vi .bash_profile export JAVA_HOME=/usr/bin/java export PATH=$PATH:/usr/bin/java [/QUOTE] [code] export JAVA_HOME=/usr/lib/java export PATH=$JAVA_HOME/bin:$PATH[/code] BTW are you sure about that java directory, don't know how fedora but ubuntu comes with version number | |
Re: Without seing actual code it is hard to advice in order to avoid duplication | |
Re: Android app > send HTTP request (GET/POST/PUT/DELETE) > server listen for REST request > server ask DB for data > server sends reply. Do not try to do direct connect to DB as it is bad practice because it is data and time consuming | |
Re: Project > Clean but I have no idea where R class will be stored. (1. I hate Eclipse, 2. no need to know where is R located only that my refrences to R class are resolved fine) | |
Re: Generate you need to build Build > Rebuild Project You will then find R class under your project module (most often called app), build > generated > source > r > debug > YOUR_PACKAGE_NAME > R.java | |
Re: I think your command is in wrong order. Following works for me [code]mysql -u username DB_NAME < mysql_fix_privilege_tables.sql -p[/code] Once I execute command I'm asked for password which I type in and job is done. | |
Re: You better to check out some other projects because above code is just very small portion of big idea, google [URL="http://www.google.co.uk/#hl=en&source=hp&biw=1776&bih=875&q=java+html+parser&aq=0&aqi=g10&aql=&oq=java+html+&gs_rfai=&fp=2681f0dd6d9da3e6"]results here[/URL] | |
Re: You need to run your music as servive, you can see example here http://developer.android.com/guide/topics/media/mediaplayer.html#mpandservices | |
Re: @elsunhoty you better read [forum rules](http://www.daniweb.com/community/rules) specially > Do not ask about obtaining pirated software, nor link to it @dany12 [Starting "Java" ](http://www.daniweb.com/software-development/java/threads/99132/starting-java-java-tutorials-resources-faq) on top this section is full of valuable input | |
Re: [URL="http://www.jdbc-tutorial.com/index.htm"]JDBC tutorial[/URL] that can help to start | |
Re: Welcome to daniweb divs.cse! There are many links you can find on google if you can make time to search for them. For example [URL="http://webdev.sis.pitt.edu/st/crypto_libs/crypto3.htm"]webdev.sis.pitt.edu[/URL], [URL="http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html"]Java Cryptography Extension (JCE)[/URL] or bouncy castle on [URL="http://www.mobilefish.com/developer/bouncycastle/bouncycastle.html"]mobilefish.com[/URL] and many other rest of [URL="http://www.google.co.uk/search?hl=en&q=java+AES+Shared+secret+tutorial&btnG=Google+Search&meta="]google search[/URL]. These should get you some start... Also for the … | |
Re: Daniweb rules says > Do provide evidence of having done some work yourself if posting questions from school or work assignments So post what you wrote so far and maybe will help you | |
Re: Daniweb rules says > Do provide evidence of having done some work yourself if posting questions from school or work assignments So post what you wrote so far and maybe will help you | |
Re: JavaScript is disabled by default on devices for last 2 years(you can enable it, but you will get warning that it is not advicable to do so). Therefore web site developers are adviced to avoid it in mobile sites as they loose functionality/features if they | |
Re: Get game developers to provide support for latest games on Unix and you will gain even greater numbers | |
Re: * Create custom listener * Register listener with component to receive update info * Call listener on touch and pass data to be received by listeneing component | |
Re: Or even better learn Wicket framework | |
Re: [SharedPreferences](http://developer.android.com/guide/topics/data/data-storage.html#pref) is the simplest way to persist your app changes | |
Re: Just checkout [Starting "Java" [Java tutorials / resources / faq]](https://www.daniweb.com/software-development/java/threads/99132/starting-java-java-tutorials-resources-faq) | |
Re: Without seeing actual poms it is hard to advice. Nevertheless Maven shoul dbe warning you about double imports of same package, given that project A needs B and C you should not be adding these again. | |
Re: You searching wrong name it is DCentral 1 by John McAfee. Secondly your question is very generic... | |
Re: Never heard of such think. You can map JSON to Java class with GSON or Jackson, but these are mapped to specific parameter of JSON | |
Re: Android documentation is your friend http://developer.android.com/training/implementing-navigation/nav-drawer.html besides code snippets you can also download whole working sample and examinate it in your own time | |
Re: Google Play Console - https://play.google.com/apps/publish/ App Store - https://developer.apple.com/app-store/ | |
Re: Emulator is notoriously slow and developers avoid it and use real device. Your machine should have more 8GB of RAM so you can assign extra memory for emulator when you create/edit it so it has at least 2GB. You should also make sure that you are using Intel images for … | |
Re: This is not Android/iOS/Windows phone with regular operating system update. You should check LG site for [updates](http://www.lg.com/uk/support-mobile/lg-U900), but there is no guaranty it will lead to Java update since device is using Java Microedition which is sort of dead since 2008/2009 | |
Re: Sorry I would suggest to ask directly on cordova mailing list, because as far I'm aware there is nobody here with interest of Android apps through 3rd party libraries | |
Re: Did you read this yet? [URL="http://www.excelsior-usa.com/articles/java-to-exe.html"]Convert Java to EXE - Why, When, When Not and How[/URL] PS: If you so "hot" to get your application in EXE format, why don't you pay for the software. Then you will not deal with trial version and people that spent their time to … | |
Re: Obviously start with reconding, decide on encryption and how each side will verify the other side, encrypt data and send chunks of it | |
Re: Who ever designed your design has no idea about design for mobile devices. To have tabs inside tabs would be just stupid. Instead you should use navigational drawer to show set of options (first set of tabs) and on selection from here you show in main view appropriate set of … | |
Re: @donnasander you been close it is Java however it is manipulating AWT that is not part of Android framework @Stefan_1 have look on this article from stackoverflow should help you http://stackoverflow.com/questions/17826358/drag-and-move-a-circle-drawn-on-canvas | |
Re: [Here](http://lmgtfy.com/?q=monodroid&l=1) are all anwerd you need | |
Re: **Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments | |
Re: **Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments | |
Re: **Keep It Organized** >Do provide evidence of having done some work yourself if posting questions from school or work assignments | |
Re: Without any actual error people are not gone be able to help you. Also please make sure you folleoded instructions how to deploy to device and that device is registered http://goo.gl/TPK2uU (I had to use google url shortener as daniweb formatting did not liked msdn url format) | |
Re: Have look at this blog http://mobiarch.wordpress.com/2012/07/20/pausing-and-resuming-background-work-in-android/ | |
Re: try adb devices adb shell pm set-install-location 2 adb shell pm get-install-location | |
Re: Well either you posted wrong code piece or you did not implemented this yet and trying to trick us in doing your work. Either way there is no send button and no action associated with it to do what you ask to do |
The End.