Search:

Type: Posts; User: Dragon3002

Search: Search took 0.22 seconds.

  1. Re: how do I rewrite this program to android program? and what am I doing wrong ?

    will this not the real code for the android programming as I said before. It's just an example in basic java, and this code is working, but what I really want is making a search box in android...
  2. Re: how do I rewrite this program to android program? and what am I doing wrong ?

    sorry, here you go




    if(tF.getText().equals("x1")){

    x1 = "5733689997";

    }
  3. Re: how do I rewrite this program to android program? and what am I doing wrong ?

    I'm sorry I did not understand what do you mean. what I'm trying to do is a searching box. For example; in basic java it work fine.

    Look at this code:
  4. Re: how do I rewrite this program to android program? and what am I doing wrong ?

    I don't get an error, but one I press on the button ( Find ) it won't show the name or do anything
  5. how do I rewrite this program to android program? and what am I doing wrong ?

    Hello everyone.

    I have this code in java, and I tired to convert it to android, but it dose won't to work:




    public ShopPhone() {
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);...
Results 1 to 5 of 5