andbook!.pdf - Learning Android Get an anddev.org - Android-Shirt Back to index
anddev.org Header Logo
FAQ Search Top rated articles Browse Feeds anddev.org - Authors Contact Details Register Log in

Request Tutorials Here !

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 
       anddev.org - Android Development Community | Android Tutorials | Index -> Novice Tutorials
Author Message
taron
Once Poster
Once Poster


Joined: 02 Dec 2007
Posts: 1

PostPosted: Sun Dec 02, 2007 3:21 pm    Post subject: Reply with quote

Hello,

What about a tutorial on SMS/MMS management? I mean send SMS/MMS (by taking recipients from contatcs manager), show list of received messages and even something else Smile

I think this could be helpful to a lot of people.

Thanks.
Back to top
View user's profile Send private message
kosirm
Freshman
Freshman


Joined: 01 Dec 2007
Posts: 3

PostPosted: Tue Dec 04, 2007 9:07 am    Post subject: Building Custom Android Components Reply with quote

There is some basic info on Building Custom Android Components (http://code.google.com/android/toolbox/custom-components.html) but I see room for more detailed explanation of custom component building steps...
Back to top
View user's profile Send private message
cmendes0101
Once Poster
Once Poster


Joined: 02 Dec 2007
Posts: 1
Location: Murrieta, CA

PostPosted: Tue Dec 04, 2007 8:38 pm    Post subject: Examples of POST and GET Reply with quote

Just like a simple tutorial showing how to send a POST and receive the response, and then just how to receive a response from GET.
Found the reference from google, but not sure how to actually use or implement it.

http://code.google.com/android/reference/org/apache/commons/httpclient/methods/GetMethod.html
http://code.google.com/android/reference/org/apache/commons/httpclient/methods/PostMethod.html
Back to top
View user's profile Send private message Visit poster's website
faceman
Freshman
Freshman


Joined: 06 Dec 2007
Posts: 3

PostPosted: Thu Dec 06, 2007 7:06 pm    Post subject: Face detection Reply with quote

I am very curious about the face detection built into Android SDK. I am not a Java programmer so I am somewhat hesitant to dive into Android.

Does anyone know what the Face Detector in Android is based on? NevenVision perhaps?

A tutorial showing how to use face detection with still images would be great. Under the Advanced Tutorial section there is an example "Using CameraPreview to save a picture onto disk" showing how to capture an image from the camera. This works and might serve as a good starting point, but obviously without access to a camera it isn't going to be useful. For now, loading a still image and running FaceDetector on that would be helpful.

It would be a plus if the tutorial could show how to pull frames off of a pre-recorded video and run FaceDetector on the frames of video.

Thanks in advance for considering this tutorial.
Back to top
View user's profile Send private message
kosirm
Freshman
Freshman


Joined: 01 Dec 2007
Posts: 3

PostPosted: Sat Dec 08, 2007 10:17 pm    Post subject: drag&drop Reply with quote

Basic tutorial on drag&drop functionality in android would be very nice: how to drag&drop something on map, or how to drag&drop listview items,... If this is already explained somewhere, please just leave me a link to it.
Back to top
View user's profile Send private message
space_pope
Once Poster
Once Poster


Joined: 10 Dec 2007
Posts: 1

PostPosted: Mon Dec 10, 2007 1:44 am    Post subject: content provider Reply with quote

I would like to see a tutorial for making a new content provider. Some file types (like .torrent) aren't supported so you need to make a new content provider, define a new MIME type, and make an intent-filter in AndroidManifest.xml so your application is launched when the file type is encountered. The Note Pad example does some of this, but it's complicated and there's a lot of things to mess up in this process, so a simple example would be great!
Back to top
View user's profile Send private message
venkat
Senior Developer
Senior Developer


Joined: 27 Nov 2007
Posts: 152
Location: India

PostPosted: Mon Dec 10, 2007 3:23 pm    Post subject: Extend tutorial for Camera capturing Reply with quote

Dear Plusminus,
Can u extend your tutorial for Camera Capturing?? Because this tutorial is very useful to many people who wants to learn how Camera will work on mobile. Smile

Thanks in advance,

Regards,
venkat.


Last edited by venkat on Wed Feb 13, 2008 4:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
hugopicado
Freshman
Freshman


Joined: 14 Dec 2007
Posts: 8

PostPosted: Fri Dec 14, 2007 2:33 am    Post subject: Reply with quote

Hi everyone!!!

I would like to have a tutorial on TCP sockets.

Thanks in advance!!
Hugo.
Back to top
View user's profile Send private message
russoue
Freshman
Freshman


Joined: 16 Nov 2007
Posts: 6

PostPosted: Tue Dec 18, 2007 2:00 am    Post subject: Reply with quote

Dachhel wrote:
It would be nice to have a basic example which uses XMPP for interaction between several mobile phones. If someone knew a good link where I can learn about using XMPP, I would be glad too.


Hello plusminus, as Dachhel I would also like to see a basic tutorial on XMPP.
Back to top
View user's profile Send private message
venkat
Senior Developer
Senior Developer


Joined: 27 Nov 2007
Posts: 152
Location: India

PostPosted: Tue Dec 18, 2007 7:34 am    Post subject: Reply with quote

Hi plusminus,
can u do any tutorial on client server communication. for example, through mobile is it possible to store my files to my own server(HTTP server) . Can u tell me how it's possible.

Thanks and regards,
venkat.
Back to top
View user's profile Send private message
venkat
Senior Developer
Senior Developer


Joined: 27 Nov 2007
Posts: 152
Location: India

PostPosted: Tue Dec 18, 2007 8:35 am    Post subject: Reply with quote

Dear +/- , can u extend tutorial for Camera preview. Can u tell me how to draw Image on Camera Preview and if i store Camera preview Image , i want both I image combine together and i will store as a Single Image.

Thanks and regards,
venkat.
Back to top
View user's profile Send private message
gsmith53
Freshman
Freshman


Joined: 01 Dec 2007
Posts: 9
Location: Dallas, TX

PostPosted: Tue Dec 18, 2007 9:46 pm    Post subject: XMPP Tutorial Reply with quote

I'd like to second the thought for a tutorial on XMPP interation. I've got the SMS stuff figured out, thanks to the tutorial from this site, now If I could only get the XMPP stuff working in the emulator, that would be perfect.
Back to top
View user's profile Send private message
Lex
Developer
Developer


Joined: 16 Nov 2007
Posts: 30

PostPosted: Wed Dec 19, 2007 12:28 am    Post subject: Reply with quote

A tutorial about XMPP would be really great !
Back to top
View user's profile Send private message
venkat
Senior Developer
Senior Developer


Joined: 27 Nov 2007
Posts: 152
Location: India

PostPosted: Fri Dec 21, 2007 7:08 am    Post subject: UpLoad Files. Reply with quote

Dear PlusMinus,
Can u Make tutorial on Http Connection. For example ,i need to upload files from emulator to server( Http Server). Can u help me how to do that.



Thanks and Regards, Smile
Venkat.
Back to top
View user's profile Send private message
jns
Freshman
Freshman


Joined: 25 Dec 2007
Posts: 2

PostPosted: Tue Dec 25, 2007 6:29 am    Post subject: android.provider.Settings.System Reply with quote

Dear Plusminus,
Can you give me a tutorial for android.provider.Settings.System?? For example ,i need to change wallpaper from my provider. Can you help me ?

Thanks in advance, Smile

Regards,
jns.
Back to top
View user's profile Send private message
Display posts from previous:   
       anddev.org - Android Development Community | Android Tutorials | Index -> Novice Tutorials All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 2 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


© 2007, Android Development Community
All rights reserved.
Powered by phpBB.