Search:

Type: Posts; User: aba muhammad

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,706

    Re: simple sms app for android

    Now I have created the app and its working fine. But I dont know how to make it signaling when a new sms is received,
    Any help on playing sounds in android
  2. Replies
    4
    Views
    1,706

    simple sms app for android

    hi there,
    I'm required to create a simple sms app for android which will be able to send and receive sms. In addition I'm required
    to apply vigenere cipher such that no sms sending without...
  3. Replies
    2
    Views
    1,258

    Re: guideline do android development

    right! let me check it out.
  4. Replies
    2
    Views
    1,258

    guideline do android development

    hi there.
    I'm new in android apps development but I know java.
    Could I get a guideline so that I can switch to android development.
    that's sdk, ide, and any other additional knowledge I must have.
  5. Replies
    5
    Views
    1,341

    [SOLVED] Re: Basic Java Problem

    ur welcome.
  6. Replies
    5
    Views
    1,341

    [SOLVED] Re: Basic Java Problem

    It does.
    Bt you have chosen to skip some letters by an instruction.


    aChar = word.substring(i,i=i+1);

    i.e. i is incremented twice before it is used.
    So u may replace the above with:
  7. Replies
    6
    Views
    1,257

    Re: what's wrong with this statement

    One open bracket is missing.
    try:


    if (s[i] % 10 > 3)
  8. Replies
    3
    Views
    1,995

    Re: Simple Balloon Applet [Help!!!]

    sorry for being late!!!
    If you have a closer look at the code segment I posted, I commented "else".
    so it should be:


    public void doEast(){

    if (startX+10 <=...
  9. Replies
    3
    Views
    1,995

    Re: Simple Balloon Applet [Help!!!]

    You should have been put an eye on the fact that the coordinates you are specifying in drawing an object are its top-left corner coordinates.
    So if you intended that the balloon should stop when its...
  10. Thread: Hi :3

    by aba muhammad
    Replies
    2
    Views
    758

    Re: Hi :3

    well welcome, though I'm new too.
    if you have configured the necessary environment in ur pc to run java codes,
    try this:


    public class Welcome{
    public static void main(String a[]){
    ...
  11. Replies
    3
    Views
    883

    Re: need a dropdown multiselection list

    fixed it.
    just a layout problem.
    instead of:


    panel.setLayout(null);


    I put:
  12. Replies
    3
    Views
    883

    Re: need a dropdown multiselection list

    i tried the pretty cool suggestion of yours before I wrote the code I posted.
    The problem is I coulnt find out what listener of the ComboBox to deal with so that I could stop it from folding upon...
  13. Replies
    1
    Views
    1,103

    [SOLVED] Re: While Loop Using Char

    where is the code?
  14. Replies
    6
    Views
    995

    Re: Dynamic JComboBoxes

    are you sure of ur db connections and data presence?
    Im actually not good at JDB.
    But i think the problem is in an event you are listening to.
    If your intention is that phoneModelComboBox get...
  15. Replies
    6
    Views
    995

    Re: Dynamic JComboBoxes

    and what is the results when you run the code?
  16. Replies
    3
    Views
    883

    need a dropdown multiselection list

    hi there.
    Im creating a gui, and in it i need a component to display a list of checkboxes to a user in a dropdown fashion such that
    a user can check any number of boxes before the component folds....
  17. Replies
    3
    Views
    1,446

    Re: i want a solved java programs

    I'm new in here bt I think I can help u with something.
    In programming we solve real world problems using computer systems.
    Computer Systems can only solve problems by manipulating your row data...
  18. Replies
    1
    Views
    730

    hi! from tanzania

    just to say hi you all!!!

    Im a third year student at the university of dodoma, Tanzania (kind of new to most of you).
    I like to code in java which I studied last year.
    I haven't done any project...
Results 1 to 18 of 18