Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: SMS SENDER RECOGNIZER

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default SMS SENDER RECOGNIZER

    Hi,

    Good day to you all.

    I am using a SMS gateway to send and receive SMS. However the sender number is displayed. I want the name to display instead of the number, (I have a database of all the numbers with the names). If some can tell me where to start developing this. It will be a great help.
    Thank you.


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: SMS SENDER RECOGNIZER

    Why don't you try to look into the database and fetch name if stored against that number, before displaying the number over screen?

Tags for this Thread