• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps I need help!!!

Create new Android app send Sms:

create new Android app : create a new data warehouse that keeps information about users ( contantc numbers) -the file that is on the SD card or create a database;


file on the SD card / database should contain information in the form of phone numbers of certain people-
-- preview all created ellemtns with ListView components

click on a certain number to send sms.
i must send this my app until tonight. and any suggestion. Thanks
 
Last edited:
all :) hehe
how a to put contacts to send sms, i must send that today, until 24:00 tonight
a little to myself all the complicated.
i will reaper all lessens that in detal, but it will be good if i do it now that app.
im begginer in android app and i still learning now,
thanks if you can help me
 
So if I'm understanding this correctly, you have to code up this application, from scratch, and submit it by midnight tonight?

That's mission impossible.
 
How much time i need for that? If i start tonight with write code ,and with help finish for few days. First: make database or on SD card create few users (contacts with number) , and then with ListView preview all contacts , and at the end make class smsManager for send Sms when you click on come contacts fr om List.
 
Possibly realistic to achieve a simple app in a week I guess, if you know what you're doing. Things to think about are:-

- Database
- UI presentation: ListView
- SMS message sending

Although if your starting point is little knowledge of Android/Java/databases, then it's going to be a challenge.

Nobody is going to write huge chunks of code for you, on any technical Q&A forum, that's not how it works. It's your responsibility to do the work. People will advise on specific issues if you have problems.
 
Last edited by a moderator:
Back
Top Bottom