Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

11 Posted Topics

Member Avatar for skyyadav

mail.xml (or) main.xml ??? Must be the same file name (main.xml) in both layout-land and layout folders. In java file, just call setContentView(R.layout.main);

Member Avatar for tunlinaung
0
134
Member Avatar for tunlinaung

Hi ....... I tried an Android application with Map View. When i launched this application, the Map View only show grey grid instead of a Google Map. In my application, I have already inserted Internet permission in Manifest file and api key in Main.xml file. Plase See Detail in below..... …

Member Avatar for rkara924
0
505
Member Avatar for tunlinaung

Hi.... I am a beginner of Android programming.I am now writing the Android applications with Eclipse IDE.But I have a problem that is where the error list is shown in Eclipse when the errors or exceptions occur in my programs. For Example, when we write J2ME programs, we can see …

0
79
Member Avatar for tunlinaung

Hi.... I am a C# language beginner.Could someone explain me about CLS(Common Language Specification or Common Language Subset). I would like to know about CLS is used in which conditions and what is the job of CLS. Please help me... Thanks

Member Avatar for tunlinaung
0
113
Member Avatar for tunlinaung

It is OK, if you write like this below : [CODE] delegate void mydelegate(); public class testing { mydelegate d1; string str ; public void btnStart_Click(object sender, EventArgs e) // Click Event { ThreadStart ts = new ThreadStart(StartServer); Thread t = new Thread(ts); t.Start(); } public void StartServer() { str …

Member Avatar for tunlinaung
0
294
Member Avatar for zmoez

Hi, In the calculation of Insurance cost, you want to calculate this cost based on resulting shipping cost. So, you wrote like this in your Switch-Case method of TestMain : switch (userChoice) { case 1: System.out.println ("You have choosen to Ship by Air."); System.out.println ("Please enter the package weight"); double …

Member Avatar for tunlinaung
0
5K
Member Avatar for ghsuan

Hi, my friend...... Have you got answer for your problem? Here is solution for your problem. Test and try it. [ICODE]import java.awt.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import javax.swing.*; public class abc extends JFrame implements KeyListener { JButton b1,b2 ; public abc() { Container con = this.getContentPane(); JPanel p1 = new …

Member Avatar for tunlinaung
0
2K
Member Avatar for stupid guy

Hi.... Of course, there are [B]4 types[/B] of JDBC drivers types.These are... Type1 : JDBC-ODBC Bridge plus ODBC driver (use window's built-in ODBC driver) Type2 : Native-API partly Java driver (follows two-tier approach) Type3 : JDBC-Net pure Java driver (follows three-tier approach) Type4 : Native-protocol pure Java driver (fastest in …

Member Avatar for cretaros
0
200
Member Avatar for geekme

Hi... [B]Have you installed Java in your computer?!![/B] Eclipse is portable and we don't need to do anything to run eclipse. And then, we don't need to add manually eclipse, jre and jdk into same desktop folder. All are ready if you have installed Java(Jdk 1.6 or later). That is …

Member Avatar for Majestics
0
78
Member Avatar for zetologos

Hi, Have you already got answer for your problem? To produce the correct answer from your program, just need to change some of your coding like that: - eval.remove(i); - eval.remove(i-1); - eval.remove(i-2); instead of this coding: - eval.remove(eval.get(i)); - eval.remove(eval.get(i-1)); - eval.remove(eval.get(i-2)); Explanation: Let => the values in Linkedlist …

Member Avatar for tunlinaung
0
109
Member Avatar for tunlinaung

When i run the Java's window applications with default settings, theme is automatically changed from Aero theme to Window 7 basic theme. However, I wish to run Java's window applications without changing theme. I want to run this with current theme. How can I do for this? Please help me.... …

Member Avatar for JamesCherrill
0
228

The End.