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 5 of 5

Thread: simple sms app for android

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    18
    Thanks
    2
    Thanked 1 Time in 1 Post

    Question 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 encryption and no reading before encription.

    I know about the encryption stuff. My problem is the sms app. im not good at xml but I know java.
    Here is my idea of solution:
    there should be a gui on which user can put sms and from which he/she can read incoming sms. the there should be communication between the GUI and the device so as services like sending sms and retrieving sms from inbox can be possible. then there should be
    a mechanism for encrypting sms before sending and decrypting on receiving.


    Need help on:
    If one knows where I can find a free source code of app similar to above and which need minor changes especially on encryption
    which is what we are studying, please direct me.

    Or if its possible to write the above code in pure Java (without xml which I don't know), give me framework.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: simple sms app for android

    It is possible to do without xml. The use of xml leads to less code writing overall.
    My suggestion to you is to do some android/xml research. A single line of xml can be the same as several statements worth of java syntax.

  3. #3
    Junior Member
    Join Date
    Oct 2013
    Posts
    18
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default 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

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: simple sms app for android

    Sure. There are examples available on the web with a quick browse of some search results.
    If you have problems with a sample code or your own code post it here with your question(s).

  5. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: simple sms app for android

    Hi,

    I am a student at university,computer engineering.And my final year.

    I have to create simple sms app for android with encryption and decrption for my thesis.And I cant connect multiple client.Can you help me this app,please?I can't find free source code of app similar to above.

Similar Threads

  1. hii....J2ME sms app
    By goelritanshu1991 in forum Java ME (Mobile Edition)
    Replies: 2
    Last Post: September 23rd, 2012, 09:21 AM
  2. Android Camera app
    By Yoyo_Guru in forum Android Development
    Replies: 1
    Last Post: July 26th, 2012, 01:47 PM
  3. Problem developing app for Android
    By jume28 in forum JDBC & Databases
    Replies: 1
    Last Post: June 4th, 2012, 05:26 PM
  4. Hello World Android App
    By TP-Oreilly in forum Android Development
    Replies: 6
    Last Post: January 22nd, 2012, 08:01 PM
  5. Any alternative of Eclipse for developing android app?
    By vincentroberts in forum Java IDEs
    Replies: 6
    Last Post: January 5th, 2012, 01:48 AM