I am a junior software developer working mostly in c#.
I am being tested at work by my boss for a new role as an android sdk developer. I passed the first interview and now he wants me to write a small application which boasts certain simple features such as communication via GPRS service and handling data (i guess he means use a sqlite table to store some input).
Anyone got any simple ideas you can throw at me to give me a good starting point.
Any ideas are welcome,thanks in advance.
One simple one would be something like an RSS reader – data connection to read a feed, database to store at the very least the feed URLs and (if you get time), also previously DL’d feed items to save data re-use.
If you don’t get time to implement everything, be sure to note in code/feedback what additional features you believe are required.