- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 3
- Posts with Downvotes
- 1
- Downvoting Members
- 3
3 Posted Topics
I am trying to write a output for my log in file on the desktop but for somereason, it is not doing that.It says the file cant be instantiated. I have the code and console output below. Any help would be much appreciated. thanks in advance. ### direct log messages … | |
Re: goto http://www.tutorialspoint.com/java/index.htm this is an excellent site for basic concepts in java with easy to understand examples of the code. but if you prefer watching videos to reading texts, goto http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv162-Page1.htm good luck! | |
ok i was working on simon says app...here is the codes ...something is giving me nullpointerexception...i have trying to think for hours and cant seem to find anything to correct on...please help Here is the Main.java package com.gagan.simonsaysreplica; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; … |
The End.