-
Began Watching Saving text after app is closed
Im designing a app that after press a button textblock1.text goes with "YES" if press an other it goes "NO" how to make it save that text when close the … -
Replied To a Post in Saving text after app is closed
Visual Basic???? Please specify what you doing because this does not sound like mobile development at all basid on used language -
Began Watching Android Game Freeze
Im trying to develop a Android game, the problem is that after like 2 min of playing my game start to lag until it freeze forever I wont put my … -
Replied To a Post in Android Game Freeze
Sorry, but it is unlikely to workout anything from that log. However any of these values un Tag column are part of your app? If so you should check call … -
Edited Android Game Freeze
Im trying to develop a Android game, the problem is that after like 2 min of playing my game start to lag until it freeze forever I wont put my … -
Began Watching Emulator Won't Start
Hello all: I'm teaching myself Android, using Android Studio, and when I try to run the emulator, it doesn't start up. In otherwords I see the mock device, but the … -
Replied To a Post in Emulator Won't Start
1. Increase allocated memory to device (You should have minimum 8gb ram on your pc/laptop or emulator will be always slow). Secondary you may want to install HAXM (you do … -
Began Watching java micro controller bluetooth programming
i need to connect my PC to Micro controller through Bluetooth,to make it simple my PC will continuously send string to Micro controller depending upon string micro controller performs task … -
Replied To a Post in java micro controller bluetooth programming
You need to be more precise in where is your issue, because we do not see what have you done so far, where are you stuck at. Here are few … -
Edited Print all elements in ArrayList
how do I print all elements in an ArrayList?? this my code below. import java.util.ArrayList; /** * Write a description of class PetDatabase here. * * @author (your name) * … -
Edited please help me. can you suggest the easiest system.
please help me. can you suggest the easiest system. loaning,inventory, etc i have to do the system asap. for my finals. if do you have a system using JFrame pls … -
Edited How do I create a SQL database & table in Java?
can someone show me how to do this please? I am new to programming languge? here is the requirement? Thanks. Create a database table with 10 records with the following … -
Edited pattrens
To print this pattren using c++ code 123417181920 --567141516 ----891213 ------1011 -
Began Watching Convert ".csv file" to ".arff file"
I want convert the .csv file to .arff file can someone suggest what to do? my code is: package csvtoarff; import java.io.File; import weka.core.Instances; import weka.core.converters.ArffSaver; import weka.core.converters.CSVLoader; public class … -
Replied To a Post in Convert ".csv file" to ".arff file"
Quick example http://weka.wikispaces.com/Converting+CSV+to+ARFF -
Edited java servlet
how do i create a servlet -
Began Watching Calculator
help please PART 1: Quiz Version 1, simple quiz [100 marks] a) Your Quiz class will need the following additional methods as shown in the instructions in Quiz.java (See sections … -
Replied To a Post in Calculator
@Dave he did but post it as code instead of simple text @sabata mmoledi forum rules clear state **Do provide evidence of having done some work yourself if posting questions … -
Edited Calculator
help please PART 1: Quiz Version 1, simple quiz [100 marks] a) Your Quiz class will need the following additional methods as shown in the instructions in Quiz.java (See sections … -
Edited Airport weighing system
I have a class project i am working on that is aimed at creating an airport weighing system. The program inputs the weight of the passenger and the weight of … -
Replied To a Post in How to start making an app
Yes, but that post was **Modified 19 June 2011** Also check this recent discussion on Reddit http://www.reddit.com/r/androiddev/comments/2wf2ge/android_sdk_vs_flash_builder_thoughts/ -
Began Watching How to start making an app
Hello i have a website and i want to make it an app. I use php and mysql. What is the best way to start? -
Replied To a Post in How to start making an app
@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 … -
Replied To a Post in Abode Flash builder
I do only native Android development so I will not be able to help you with this. Have look at http://www.adobe.com/devnet/air/air_for_android.html for articles in regards of this. Also they do … -
Began Watching Abode Flash builder
Hello i have a problem. I am trying to make my website an application. I am having problem on the login page. I made the connection with the database but … -
Replied To a Post in Abode Flash builder
You aware that Android and iPhones ditched support for Adobe Flash -
Began Watching Windows ant could not found Cobertura.jar
I run build.xml file in linux is fine but not in windows ant: build.xml:14 taskdef class net.sourceforge.cobertura.ant.InstrumentTask cannot be found using the class loader AntClassLoader [Path to my cobertura\cobertura-2.0.3-sources.jar] -
Replied To a Post in Windows ant could not found Cobertura.jar
>[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 … -
Began Watching Setting Up Netbeans - Tomcat Server
Who can help me and guide me through the setting up the server using Netbeans/ Tomcat. It is necessary and I have tried it many times, but not able to … -
Replied To a Post in Setting Up Netbeans - Tomcat Server
Here is one more http://javapointers.com/tutorial/add-tomcat-server-netbeans/ -
Edited Jsp and servlet Dynamic chart using jqplot
I am new to java. I am doing small project on Jsp and servlet.backend database is MySQL.I am just trying dynamic charts using Jqplot with Jsp and Servlet. I searched … -
Began Watching scan through API there should be a option for scan with OCR
scan through this API there should be a option for scan with OCR, means all content will save in database as a txt Once scanning done that become a image -
Replied To a Post in scan through API there should be a option for scan with OCR
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 … -
Replied To a Post in ojdbc14.10.2.0.4.0.jar not found
That would be if you are executing your build from the line. Have you actually tried to build from command line? Or you just relay on IDE to do the … -
Began Watching heart rate zephyr
hi i'm a new android app beginner.i was wondering if anyone could help me to solve the issue here: public class MainActivity extends Activity { BluetoothAdapter adapter = null; BTClient … -
Replied To a Post in heart rate zephyr
> 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 … -
Replied To a Post in ojdbc14.10.2.0.4.0.jar not found
Above error is often caused by unitentional spaces in executed command Example `-Dfile = C:\app\Oracle11g\product\11.2.0\dbhome_1\owb\wf\lib\ojdbc14.jar` should be (extra spcates between equals `=` sign) `-Dfile=C:\app\Oracle11g\product\11.2.0\dbhome_1\owb\wf\lib\ojdbc14.jar` -
Replied To a Post in ojdbc14.10.2.0.4.0.jar not found
Error is rather explicit `org.apache.maven.plugins:maven-compiler-plugin`is missing. Does your pom.xml on the line 17 looks something like <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> </dependency> -
Edited After Selectbox Populate with Ajax not Work Validade Form
Friends! I Have this JavaScript and the Validade Form not Work After I Select a Ajax Populate SelectBox. If not Select and Populate with Ajax, Validade Form Work. When Try … -
Replied To a Post in ojdbc14.10.2.0.4.0.jar not found
What you mean "transfer"? Copy amd paste from one machine to other? Downloading from github/svn or similar? Whatever you do, you will need to to execute again `mvn clean install` … -
Edited Addition of two numbers using servlets
My servlet is not working even though the code seems to be correct. where have I gone wrong? First.java import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import … -
Replied To a Post in ojdbc14.10.2.0.4.0.jar not found
I'm getting confused by your reply. Purpose of Maven is to solve dependencies and fetch stuff eaither from dedicated company Nexus server or from publicly available repos. What you mean … -
Began Watching Extract Data from a webpage
I'm new with java programming so I'm sorry if my question is a lazy one. I'm working on a project that consists on collecting job offers from the web. So … -
Replied To a Post in Extract Data from a webpage
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 … -
Began Watching ojdbc14.10.2.0.4.0.jar not found
hi programmers i have a seriuos problem when i run and clean my codes there was a error. and the problem is maven Dependencies which is ojdbc14.10.2.0.4.0.jar was not in … -
Replied To a Post in ojdbc14.10.2.0.4.0.jar not found
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 -
Edited An Android Application
Hello I had put a question before about the editions of Java and the difference between them and the reason for my question is that I want to work through … -
Began Watching How to delete contact from Contactlist in android
How to Remove contact by name from Contactlist in android programmaticaly.I have tried to remove but when i removed the contact from my app it is removing till i have … -
Replied To a Post in How to delete contact from Contactlist in android
Without seing actual code it is hard to advice in order to avoid duplication -
Began Watching connect android qlite database to an oracle database server at the remote
I just developed an android app having sqlite database so I just want to connect it to the oracle database server at the remote. Pls can someone guide me?
The End.