Stuck at deploy:migrations posted by Nathan Le Ray @ Mon, 02 May 2011...
Hello,I’m trying to deploy the depot application to my server but I’m stuck at the step “cap deploy:migrations”.When I run the command, it works, fetch the git repository and then, show the...
View Articleeclips wont let me create a menu.xml file. posted by Nathan Le Ray @ Sun, 13...
Give us the xml file which is in your menu folder.You can open it with notepad, juste go in your Eclipse’s workspace, all your files are there ;)
View Articleeclips wont let me create a menu.xml file. posted by Nathan Le Ray @ Sun, 13...
Can you give us your XML files.However, you can add the xml file directly in your working directory (without using Eclipse) and then press F5 on your project root in Eclipse to refresh ;)
View Articleeclips wont let me create a menu.xml file. posted by Nathan Le Ray @ Sun, 13...
Hello,I had this problem and I just restarted Eclipse and it worked ;)
View ArticleAlertDialog not showing posted by Nathan Le Ray @ Sun, 13 Mar 2011 17:24:27...
Hello,I have in my activity a ProgressDialog that runs while the application grab some data on an external server in an other thread.Once I’m back to my main activity, I want to dismiss the...
View ArticleGet content from a server using HTTPS posted by Nathan Le Ray @ Thu, 10 Mar...
Finally, I managed to do it using HttpGet ;)
View ArticleGet content from a server using HTTPS posted by Nathan Le Ray @ Wed, 09 Mar...
Than you for the links Ed.I know the url is correct because when I load it from a desktop browser, it works.As I said, when I load it from the Android Browser, I got a message asking for saving on the...
View ArticleGet content from a server using HTTPS posted by Nathan Le Ray @ Tue, 08 Mar...
Hello,I’m trying to use an API which is SSL secured.So I used HttpsURLConnection instead of HttpURLConnection but I get the following exception:java.io.FileNotFoundException.Do I forget...
View ArticleNullPointerException in Music.java posted by Nathan Le Ray @ Thu, 24 Feb 2011...
Hi there!I noticed that in the method play() of the Music class, the call of stop(context) causes an NullPointerExcepion when lauching the app.Maybe it’s because of the last SDK updated I’ve done...
View ArticleIs this a book good for a beginner? posted by Nathan Le Ray @ Thu, 14 Oct...
Hello,I used to program in PHP and I’d like to start using Ruby on Rails.I know a few of Ruby’s syntax and I would like to know if this book is good and understandable for a beginner like me?Thank you.
View Article