-
Replied To a Post in Generating natural language
Natural language generation is a rather advanced topic. Do you need the text to just LOOK natural, as in what is generated by http://www.lipsum.com/ or do you want actual English, … -
Replied To a Post in Run cron job every few days
That is how I would read it :) I usually test this in a small VM that I have where I fast-forward the time a little bit... I know, that's … -
Replied To a Post in Implementing simpleadapter using HashMap
The problem is that you are adding a new SimpleAdapter each time you run through the loop. You need to get all your data from the database first and store … -
Replied To a Post in problems with login ( java-mysql)
Hi, could you by any chance give us a bit more insight into what you are struggling with? You seem to be able to get data and compare it already? -
Replied To a Post in Saving Program Data
To save data locally, why not look at something like the embeddable H2 database from http://www.h2database.com/html/main.html - it is a brilliant, small SQL database, written in pure Java. As for … -
Replied To a Post in Writing program for VeriFone Vx670 device
The VX670 runs an ARM 32bit chip, and, according to the data sheet, has about 6mb of RAM. There are some mention in the reference manual of writing your own … -
Replied To a Post in Problem to add current Display
StoreDataMidlet variable named "midlet" is null when it comes into the third form, you never initialize it to anything in ChaineConnexion. The midlet received in the constructor of ChaineConnexion is … -
Replied To a Post in no power to motherbord,mouse,keyboard
There's a few things that can be wrong : 1. The power adapter to the mainboard is not properly connected. This might seem strange, but that plug can be seated … -
Replied To a Post in Android app gui in eclipse
Yes, it sounds as if you are relative layout for everything. I'd suggest you review the information at http://developer.android.com/guide/topics/ui/declaring-layout.html to make sure you understand how layouts work. After that, you … -
Replied To a Post in recive sms in computer
I'm not sure I'm following - you want to write a program in VB6.0 to read SMS's received on your mobile? Are you sure you understand the assignment correctly? There … -
Replied To a Post in How do you buy a domain from a domain squatter
That is an absurb amount of money for a domain! The first question you have to ask : do you REALLY need that domain? Is there no other domain that … -
Replied To a Post in Twitter Unfollowers
That's just the nature of social media promotions, you will always have followers and unfollowers. If people find no value in your posts, they will unfollow you. As a rule, … -
Replied To a Post in redirect
Try specifying the address as "http://www.mydirectedpage.com" -
Replied To a Post in how to setup android sdk
That's interesting, it looks like you have a problem with your Oracle Java Environment. Did you install the Oracle Java 7 SDK or JRE? You need both the Oracle Java … -
Replied To a Post in How to get the Pin-password in Android.?
Ah, the whole idea of the stored password is to have random bits in there to confuse you. I don't think it's going to be easy to extract the PIN … -
Replied To a Post in shutting down problem
You might want to check the power management settings in the BIOS. On some machines, you need to enable power management by the OS, otherwise it doesn't allow the OS … -
Replied To a Post in Need guidance...please help!
Well, it really depends on where you wish to go in the future? Perhaps using a CMS like Joomla! or WordPress is better, as there are thousands of completely free … -
Replied To a Post in Phonegap versus Xamarin
Phonegap and Titanium Appcelerator are great for small, simple applications, but you quickly run into performance issues, especially on lower-end devices. Xamarin is a great tool, and certainly something to … -
Replied To a Post in My app crashes when start new activity
In Android Studio, you will have a Logcat view which will give you a stack trace of the exception. We'll need that to figure out where what goes wrong. -
Replied To a Post in Lower version android application can run on higher version?
Yes, newer versions of Android can run older applications, no problem. -
Replied To a Post in Programming an app for android tablet
Hi. Android is a fickle beast, to put it mildly. I also went the C++ route at first, but found that these 3rd party frameworks, while very productive in the …
The End.