-
Began Watching Difference between JAVA and C++
Hi every one, Can any one tell me the major difference between JAVA and C++... -
Replied To a Post in Difference between JAVA and C++
[Here](http://lmgtfy.com/?q=difference+JAVA+and+C%2B%2B) is full answer nancy -
Began Watching itextpdf
i want to bold table data in pdf and want to start table from 0 margin from lefr and right.. how it will be done? i tried so much but … -
Replied To a Post in itextpdf
By posting your code so we can see what is happening... -
Edited java.util.set
What is the difference in: Set<Object> linksSet = new LinkedHashSet<Object>(); LinkedHashSet<Object> linksSet = new LinkedHashSet<Object>(); Actually, I want to create a Set, that would hold the objects in the same … -
Began Watching Save score on close and load it on start up - Android
Hello i need to save score on application close and when will start up to show the last score is entered... i have not idea how do i start i … -
Replied To a Post in Save score on close and load it on start up - Android
@Hiroshe you should spend more then minute because you would find there are multiple options that are explained here http://developer.android.com/guide/topics/data/data-storage.html @Stefan the simplest and easiest is [SharedPreference](http://developer.android.com/guide/topics/data/data-storage.html#pref) -
Began Watching Android SDK installation problem
I recently moved both my eclipse and Android folder into the same location. I didn't know that this would mess up eclipse. My themes are gone and eclipse can no … -
Replied To a Post in Android SDK installation problem
>I recently moved both my eclipse and Android folder into the same location Rather generic statement. What exactly did you do? PS: Android Studio for the win. No silly ADT … -
Edited Android SDK installation problem
I recently moved both my eclipse and Android folder into the same location. I didn't know that this would mess up eclipse. My themes are gone and eclipse can no … -
Began Watching Can't seem to ping MySQL server from cmd line
I'm using: Windows 7 Home Premium 64-bit operating system Netbeans IDE 8.0 WAMP Server 2.5 Here is my issiue. I am attempting to follow the E-commerce tutorial in the Netbeans … -
Replied To a Post in Can't seem to ping MySQL server from cmd line
Would be nice if you provided solution not just close thread... -
Began Watching How to write a network not available page in android
Hi .. we have a anddroid app which is connected to a server url ..som thing like we have used iframe kind of thing and when ever a user with … -
Replied To a Post in How to write a network not available page in android
What ever library you use it will have something similar to default Android implementation of `HttpResponse.getStatusLine()`[link](http://developer.android.com/reference/org/apache/http/HttpResponse.html#getStatusLine()) from which you get `StatusLine` and here you can get actual code value. This … -
Gave Reputation to Hemanth Malli in images in workspace
Hi, Yes you can store the images in C drive. There is no problem the database is available. -
Began Watching Error loading Android SDK
Eclipse throws an error whenever I start it up (see attachment). Any help is greatly appreciated. -
Replied To a Post in Error loading Android SDK
I'm not Eclipse user, but did you updated Android SDK to latest version? -
Edited Error loading Android SDK
Eclipse throws an error whenever I start it up (see attachment). Any help is greatly appreciated. -
Edited two android applications connected with TCP protocol
I'm trying to make two android applications connected with TCP protocol. Client has an imageView and when you push the button, it is supposed to send that image to the … -
Began Watching [Android] Listview button onclick position changes while scrolling
Hi there, I searched a lot and all the thread i viewed isn't solving my problem. I don't what's wrong with my code. First of all, i am kinda new … -
Replied To a Post in [Android] Listview button onclick position changes while scrolling
Can you explain why you are trying to manipulate the same button which you just did click? From what you are doing it is look like you are just changing … -
Replied To a Post in More loops of computation - Mobile Hybrid Application or Mobile web app
Resources constrains (cpu, ram, operating system), secondly current devices are more entertainment, quick search and not heavy duty computing devices -
Edited Adding image in doc file using Apache POI
Hi Team, I am beginner in Java. I am trying to prepare report using Java,the code will generate a Microsoft Word Document and add some text and images in it. … -
Began Watching More loops of computation - Mobile Hybrid Application or Mobile web app
We are wanting to develop a Mobile App either a hybrid App or web app. Since Usability and performance are the main architectural drivers we are thinking Hybrid App is … -
Replied To a Post in More loops of computation - Mobile Hybrid Application or Mobile web app
Simple advice, do not do these computations on device. Send request to server, let server deal with it and then push alert to device -
Replied To a Post in Create a BankAccount class that has the following:
@iamcreasy you may want to read whole thread before posting because @shadowsrose1 said >alright i fixed the errors and got the first part to commpile, now can someone explain the … -
Began Watching Create a BankAccount class that has the following:
I am honestly stumped. I need to Create a BankAccount class that has the following: a) Instance variables for: name, accountNumber, balance, typeOfAccount b) Accessor/mutator method for each instance variable … -
Replied To a Post in Create a BankAccount class that has the following:
To make a comment you have to do /* Some comment here */ and not to do */ Some comment here */ Also most of the errors are rather self-explenatory … -
Replied To a Post in How to Implement Ambra in Tomcat?
Then either you are on some restrictive company internet or your internet is "donkey" slow as I can open that page no problem -
Began Watching How to Implement Ambra in Tomcat?
Hi Everyone, Can I ask your assistance how to integrate the AMBRA platform in Tomcat? "Ambra is an innovative Open Source platform for publishing Open Access research articles. Architecture Features … -
Replied To a Post in How to Implement Ambra in Tomcat?
Its all here http://ambraproject.org/trac/wiki/QuickStart If you have problem to follow guideline, I suggest you ask on their mailing list -
Replied To a Post in Help to put several listview within a horizontal layout Pin
Without knowing more about project, code wise, it will be hard to advise. Nevertheless it is obvious you need to create "a service" that will be querying whatever storage you … -
Began Watching Help to put several listview within a horizontal layout Pin
I'm making a android app using Java, i want to make a 7 days schedule layout that can be moved horizontally centering the current day to the screen and each … -
Replied To a Post in Help to put several listview within a horizontal layout Pin
Trying to re-invent the wheel Did you check out default Android calendar? Would be good start and think why they di it this or that way. Having multiple columns that … -
Edited Help to put several listview within a horizontal layout Pin
I'm making a android app using Java, i want to make a 7 days schedule layout that can be moved horizontally centering the current day to the screen and each … -
Began Watching Fail to update blackberry
One of my friends gave me his blackberry curve 8520 to update the software. He went to the repair centre becuase his screen went white and it doesn't want to … -
Replied To a Post in Fail to update blackberry
Sorry to say, but this is developer section not software support. You better ask on BalckBerry own tech forum -
Edited jsp learning
i am lerning advanced java so while practising the jstl topic i get this error on the eclipse browser... i had deployed the "jstl1-2.jar" then also this error is comming … -
Began Watching jsp learning
i am lerning advanced java so while practising the jstl topic i get this error on the eclipse browser... i had deployed the "jstl1-2.jar" then also this error is comming … -
Replied To a Post in jsp learning
Post moved -
Gave Reputation to JamesCherrill in Sudoku Solver
Just because Soduku is displayed in a 2D grid that doesn't mean you have to store it internally like that. And there are very good reasons why you shoudn't. You … -
Began Watching what are the best android programming books?
I want to start learning Android programming. I was wondering what is the best book for beginners on android programming? -
Replied To a Post in what are the best android programming books?
You need to know Java, if you don't then go and learn it then come back. If you know Java, then perhaps reading one of these books will be suficient … -
Replied To a Post in native android app with javascript , html5 and cSS3
I'm Android developer so to be fair no idea how services are done with Cordova. However here are some pointers * http://www.tipsfromsiliconvalley.com/2013/07/06/create-a-service-on-android-with-phonegap-application/ * https://github.com/Red-Folder/Cordova-Plugin-BackgroundService -
Replied To a Post in native android app with javascript , html5 and cSS3
> by the way cordova(phonegap)/Titanium is powerful tools to create native mobile apps These tools are not native, they are cross platform, full stop. Native mean Android written in Java … -
Began Watching native android app with javascript , html5 and cSS3
hello everybody; up to what level can I use javascript (taking advantage of the strength of phonegap or Titanium) to create an android application. ex 1:can I create or run … -
Replied To a Post in native android app with javascript , html5 and cSS3
javascript , html5 and cSS3 is not native android development. PhoneGap is now called Cordova and you can find their documentation [here](http://cordova.apache.org/docs/en/3.4.0/) and for Titanium over [here](http://docs.appcelerator.com/titanium/latest/) -
Began Watching Mobile Phone to be used for programming
I am looking for a Mobile Phone which I can use to load application programmes that I can write using a laptop or a desktop. Can some one tell me … -
Replied To a Post in Mobile Phone to be used for programming
You failed to specify what operaring system you want to develop for ANdroid or iOS... -
Began Watching Getting Network Operators depending on the Country
Good morning, so I'm hoping anyone can help me, I'm planning this app, but I'm still searching if it's possible to be done or not. My question is the following: …
The End.