Re: [android-developers] Re: Project on Android

2010-12-20 Thread Chirayu Dalwadi
Hello,

I have the basic knowledge about the Android SDK. I am working in a group of
2 and can individually devote 10 hours per week for 2 months. I need some
ideas for what kind of application can be developed in the given amount of
time. Thanks in advance.

Regards,
Chirayu Dalwadi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Project on Android

2010-12-18 Thread Chirayu Dalwadi
Thanks Eric :)

Will get back to u if needed.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Project on Android

2010-12-16 Thread Chirayu Dalwadi
I need to find a definition and then to work on it. Since I am new in field
of android I wanted help of community. Moreover, this is not a part of
homework.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Project on Android

2010-12-15 Thread Chirayu Dalwadi
@Miguel: Appropriate definition means which type of short projects can be
done on android.

@Warwick: The definition looks good. Can u please explain them in brief?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Project on Android

2010-12-15 Thread Warwick Hunter
1. An app that scans all the photos on the phone and for any with GPS 
co-ordinates displays a marker on a map.

Using the relevant Android media access API find all the images on the 
phone. For each image examine it to see if there is non visual metadata, 
such as the GPS co-ordinates of where the picture was taken. If there is a 
location then use the Google Maps API to show a map with a marker of the GPS 
location of each image.

Tricky parts: scanning the images for GPS co-ordinates. I haven't looked to 
see if Android has this capability. If it doesn't there is probably open 
source java libraries that can do this.

2. An app that scans all the SMS messages on a phone and shows a histogram 
of the number of messages sent to each contact in the address book.

Open the SMS inbox using a cursor on the ContactContract URI. Scan each 
message and build a list of the name of recipient of each message with a 
count of the number of messages sent to that recipient. Display the results 
in some form.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

RE: [android-developers] Re: Project on Android

2010-12-15 Thread Ted Neward
Isn't that part of what you're supposed to do? Warwick was kind enough to
seed you with some ideas-it's churlish to ask him for complete specs to
boot. I hate to be rude, but.. Do your own homework.

 

Ted Neward

Java, .NET, XML Services

Consulting, Teaching, Speaking, Writing

http://www.tedneward.com

 

 

From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Chirayu Dalwadi
Sent: Wednesday, December 15, 2010 11:29 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Re: Project on Android

 

@Miguel: Appropriate definition means which type of short projects can be
done on android.

 

@Warwick: The definition looks good. Can u please explain them in brief?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en