-
Replied To a Post in Android add spinner below each other dynamically
Why would you want to do such horrible think as on button click add another spinner? That is how websites works when you are searching for a product for example. … -
Edited Android add spinner below each other dynamically
I am trying to add new spinner below old one dynamically with click of a button. Also, I am adding button on the side of spinner dynamically. My problem is … -
Edited JSF Components
Hie guys I am prety new to JSF and Iam working on some peice of code. I am using primefaces components and JSF backed beans. Here are a list of … -
Began Watching Resize the gif images using GifWebView
I want to ask something about the gifwebview. How can i resize the gif images while im using the gifwebview. Should I use relative layout params? Because the gif images … -
Replied To a Post in Resize the gif images using GifWebView
There is no such component in Android such as GifWebView.SO you better ask whereever you found this... -
Began Watching sending data to local server
Hi, I am still newbie in android and i need some help...How can i pass parameter or data to my localserver... example i want to pass username and password to … -
Replied To a Post in sending data to local server
You can't communicate with localhost as Android is unable to resolve it. If you can get your server on proper internet recognised IP then you HttpClient provided by Android SDK … -
Began Watching Convert pdf file to HTML in Java
Hi all, How to convert an pdf file to html in Java? Currently all my data is generated into a report in pdf and i want to be able to … -
Replied To a Post in Convert pdf file to HTML in Java
@arronlee another link to your website and it will be ban -
Began Watching Reduce PDF File Size using Itext(JAVA)
I'm creating a Web-based label printing system. For every label, there should be a unique s/n. So when a user decided to create 1000 labels (with the same data), all … -
Replied To a Post in Reduce PDF File Size using Itext(JAVA)
@arronlee you just bumped 2 years old thread, with C# link to comercial product. I would not recommend to do it again. -
Began Watching I need to learn java intermediate
I have only one week to learn java at a intermediate level. What books tutorials you recomend? Another thing I have to learn is java Algoritms and Data structures. Can … -
Replied To a Post in I need to learn java intermediate
@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 … -
Began Watching Small Project
Hello... everyone... I would like to get a small project for java. Help Me... -
Replied To a Post in Small Project
Top of Java section [Java projects for learners](http://www.daniweb.com/software-development/java/threads/430542/java-projects-for-learners) just wondering how you missed that -
Replied To a Post in Get certain text from site loaded in android webview
@anas.man you may misunderstand question -
Replied To a Post in Get certain text from site loaded in android webview
You can use either Android provided JSON capabilities (little cruel and long winded) or you can use any of number of open source libraries like [Gson](https://code.google.com/p/google-gson/), [Jackson](http://wiki.fasterxml.com/JacksonHome) that let you … -
Began Watching Get certain text from site loaded in android webview
Hello, I am developing an android application that sends an sms message to a certain number depending on what is dispayed in the webview. The text in the site that … -
Replied To a Post in Get certain text from site loaded in android webview
You may consider using [JSOUP](http://jsoup.org/) library for parsing html. Better then doing "by hand" -
Began Watching Implementing simpleadapter using HashMap
I am retrieving data from sqlite and showing it in a listview using simpleadapter.I don't have any issues regarding Layouts.Still just for your reference : list_item.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" … -
Replied To a Post in Implementing simpleadapter using HashMap
Any reason you are not using [CursorAdapter](http://developer.android.com/reference/android/widget/CursorAdapter.html)? Vogella has nice tutorial with [SimpleCursorAdapter](http://www.vogella.com/tutorials/AndroidSQLite/article.html) -
Began Watching learn
how can i learning java -
Replied To a Post in learn
@bCubed you sure your link is valuable? > Learn Java Tutorial 1.4- Using the while loop to bark for awhile.. I would call it way out of date given Java … -
Began Watching How to take user inputted numbers into a listview and add them
I am wondering how best to go about making this type of app. My wife told me to make it and I don't want to let her down. The use … -
Replied To a Post in How to take user inputted numbers into a listview and add them
Forum rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments -
Began Watching How to design the website in Java
Hello everyone, I just start to study about Java and I need to design a website in Java. I do not know I should create a Java Application project or … -
Replied To a Post in How to design the website in Java
Netbeans have reasonably good and up-to-date [tutorials](https://netbeans.org/kb/docs/web/quickstart-webapps.html) -
Stopped Watching Saving Program Data
Good day folks. Problem: My program needs to import data from a database and display them in a table then manipulate and display the data in various ways. That bit … -
Began Watching Saving Program Data
Good day folks. Problem: My program needs to import data from a database and display them in a table then manipulate and display the data in various ways. That bit … -
Replied To a Post in Saving Program Data
@cool_zephyr I will say it is everyone personal opinion/preference how to proceed. Because as to your recommendation I can say "why to bother with file read/write logic when there is … -
Began Watching Java FX Scene Builder 2.0 integration error
Hello Guys , I am having an error message with javafx scene builder integration on netbeans kindly help me !  Thanks -
Replied To a Post in Java FX Scene Builder 2.0 integration error
It would be beneficial to other users to give quick explanation how you solved issue instead of just closing. Don't you think? -
Began Watching Login/Logout Session in android Application.
I am developing an android app for the first time and I wanted to make the sessions for login and logout. I saw that most of the people suggested using … -
Replied To a Post in Login/Logout Session in android Application.
People may have suggested SharedPreferences because A. You may want to keep login credentials for future logins, so whenever user encounters login form this will get populated by them and … -
Edited Upload a word file into mysql database
File file = new File("filename"); FileInputStream fis = new FileInputStream(file); len = (int)file.length(); //prepared stmt st.setBinaryStream(1, fis, len); I have uploaded the file into mysql database from servlet program. But … -
Edited Making A Java Compiler... In Java
Hi, Is it possible to create a Java compiler? Could you make a Notepad-like application, save the code as a .java file, compile it into a .class file, and run … -
Began Watching how to setup android sdk
I have download android sdk toolkit and when i open eclipse in it.. i am facing this problem.. How to resolve it..?? -
Replied To a Post in how to setup android sdk
BTW you should be using Java 1.6 as that what Android SDK is build with as there are some issues when using 1.7 It will work fine with simple apps … -
Edited how to setup android sdk
I have download android sdk toolkit and when i open eclipse in it.. i am facing this problem.. How to resolve it..?? -
Marked Solved Status for books for android java
Im going to start learning android java so can anybody please tell me the good book for learning android for beginners? -
Began Watching java program
I have just started to learn java..!! I'm trying to implement some C++ programs in java.. Some of them are working perfectely. But this is the only program which is … -
Replied To a Post in java program
> It's showing 2 errors at br.readLine() Because line 11 and 13 are supposed to be `br.readLine()` where you have `br.readline` -
Began Watching Android:Soap Webservice:Unable to convert SoapObject to my specifice object
I am new to android and ksoap2. I am trying to get a map through web service. My soap response is like below. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getAllMessagesResponse xmlns:ns2="http://messages.webservice.smshost.com/"> <return> <messageEntries> … -
Replied To a Post in Android:Soap Webservice:Unable to convert SoapObject to my specifice object
Post whole error not portion and maybe someone may help you... -
Edited Android:Soap Webservice:Unable to convert SoapObject to my specifice object
I am new to android and ksoap2. I am trying to get a map through web service. My soap response is like below. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getAllMessagesResponse xmlns:ns2="http://messages.webservice.smshost.com/"> <return> <messageEntries> … -
Marked Solved Status for Help Java path on windows 8
I downloaded eclipse to my windows 8 computer along with the jdk and when I launch eclipse it tells me that it cannot not find the jre or jdk and … -
Began Watching Programming an app for android tablet
Hy there! I am a student in my final years of collage, where i studied computer science. I consider myself a good programmer, and i enjoy coding in C++. But … -
Replied To a Post in Programming an app for android tablet
I'm missing your point. You talk about developing Android app and then jumps on 3rd party frameworks. You want Android SDK then download from [here](http://developer.android.com/sdk/index.html) -
Began Watching My app crashes when start new activity
My problem is when I open new activity when pressing button an error accoutred "Unfortunately, ISPcheck has stopped". Here is my MainActivity.java button click event code: public void btnLogin_OnClick(View view) … -
Replied To a Post in My app crashes when start new activity
1) You need to post full stacktrace of the error not single line you provided above 2) new Intent need start with context `getContext()`
The End.