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
Sagar Ganeshe
Freshman
Freshman


Joined: 10 Dec 2007
Posts: 9

PostPosted: Thu Dec 27, 2007 7:02 am    Post subject: Reply with quote

I am working on chat messenger for intranet.
But facing problem in establishing the connection between the Client and Server.
Can you please help me out in resolving this Smile

Regards
Sagar Laughing
Back to top
View user's profile Send private message Yahoo Messenger
northvortex
Freshman
Freshman


Joined: 09 Dec 2007
Posts: 3

PostPosted: Thu Dec 27, 2007 8:09 pm    Post subject: Tutorial - Implementation of LocationProviderImpl class Reply with quote

Hi plusminus

I read your tutorial "Mock LocationProvider - Structure/Explanation (NMEA, $GPRMC)" and this sentence kept my attention:

When an LocationProvider is requested its directory is searched for the following files (in order):
class
kml
nmea <--- This is explained here
track


So, I started to research what I need to implement and install a Java class of my very own Location Provider. Then I found there were some guys working in the same concept:

http://groups.google.com/group/android-developers/msg/afeb5e4bbd84bc4a

So, I followed their instructions and implemented my Location Provider:

Java:

import android.location.Location;
import android.location.LocationProviderImpl;
import android.location.LocationProvider;
import android.location.Criteria;

public class MockLocationProvider
   extends LocationProviderImpl
{
    // implementations of methods...
}


Note: I also created the directory structure and class file.

Later I figured out that even when my code chooses my "MockLocationProvider" implementation, Android always loads and uses this implementation "android.location.DummyLocationProvider".

I wonder if you can use your power to create a tutorial of implementing a Location Provider Java class. This Location Provider will allow us to read location information from a database or socket connection, and simulate more complex systems.

Thank you very much for your tutorials. I've learned a lot from them.

Have a Happy New Year!
Back to top
View user's profile Send private message Visit poster's website
phonix
Once Poster
Once Poster


Joined: 26 Dec 2007
Posts: 1

PostPosted: Fri Dec 28, 2007 5:04 am    Post subject: About task manager Reply with quote

Is it possible to write the activity that can finish other activities on the device, or switch to other activity. I have know about IActivityManger that can show current running activities on the device, and I also notice it provides other methods that seem be able to manipulate other activities, but I don't know how to use them. So, I want the tutorial that can show the functionality of current normal task Manager.
Thanks Smile
Back to top
View user's profile Send private message
novelo
Freshman
Freshman


Joined: 18 Dec 2007
Posts: 2

PostPosted: Fri Dec 28, 2007 4:16 pm    Post subject: Basics for Activity and Intent Reply with quote

Ok, ill try it to form my request out. i am searching for a basic tutorial to handle something like this:

A Basic Tutorial how i can open a new Screen(Window) where i can input something and return back to
the original window.

Maybe there is a good tutorial out there but i didnt found it.
Back to top
View user's profile Send private message
northvortex
Freshman
Freshman


Joined: 09 Dec 2007
Posts: 3

PostPosted: Fri Dec 28, 2007 5:37 pm    Post subject: Passing Data to Activities Reply with quote

Hi novelo

A couple of weeks ago I read a tutorial made by plusminus, and it may have what you are looking for:

[TinyTut] - Passing Data to Activities
http://www.anddev.org/tinytut_-_passing_data_to_activities-t305.html

Very Happy
Back to top
View user's profile Send private message Visit poster's website
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2618
Location: College Park, MD

PostPosted: Fri Dec 28, 2007 5:49 pm    Post subject: Reply with quote

Hey novelo,

the Tutorial northvortex suggested is based on Source this one (click).

Best Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile

| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Lex
Developer
Developer


Joined: 16 Nov 2007
Posts: 30

PostPosted: Sat Dec 29, 2007 11:08 pm    Post subject: Reply with quote

I would really appreciate a tutorial about bluetooth (bluez). I'd like to be able to communicate with other devices.
Thanks
Back to top
View user's profile Send private message
cre813
Freshman
Freshman


Joined: 28 Dec 2007
Posts: 8

PostPosted: Tue Jan 01, 2008 11:03 pm    Post subject: Reply with quote

Hi,

There seems to be very little documentation regarding the DialerFilter. Would you please create a tutorial showing how it is used?

Thanks!
Back to top
View user's profile Send private message
rmeph
Senior Developer
Senior Developer


Joined: 10 Dec 2007
Posts: 117
Location: India

PostPosted: Sat Jan 05, 2008 9:50 am    Post subject: Reply with quote

we able to transfer file to server using any protocol in android................ Smile
Back to top
View user's profile Send private message
sebi
Freshman
Freshman


Joined: 06 Jan 2008
Posts: 3

PostPosted: Sun Jan 06, 2008 11:02 am    Post subject: Reply with quote

I would be nice to have a tutorial on a simple email (gmail) reader !
Back to top
View user's profile Send private message
nico
Junior Developer
Junior Developer


Joined: 27 Nov 2007
Posts: 19
Location: Indonesia

PostPosted: Mon Jan 07, 2008 9:41 am    Post subject: Reply with quote

Hi, plusminus

could you please provide a tutorial on extracting zip file. I have succeeded listing compressed files inside zip file, but i have no idea how to extract them. Confused

thanks a lot Very Happy
Back to top
View user's profile Send private message Yahoo Messenger
plusminus
Site Admin
Site Admin


Joined: 14 Nov 2007
Posts: 2618
Location: College Park, MD

PostPosted: Mon Jan 07, 2008 4:09 pm    Post subject: Reply with quote

Hello nico,

what about this: http://www.devx.com/getHelpOn/10MinuteSolution/20447

Regards,
plusminus

_________________
Download my apps Idea
Please remember, that this board is give & take Smile

| Android Development Community / Tutorials
Back to top
View user's profile Send private message Send e-mail Visit poster's website
fengForky
Freshman
Freshman


Joined: 07 Jan 2008
Posts: 4

PostPosted: Mon Jan 07, 2008 4:41 pm    Post subject: A GTalk sample for us. It could make voice. communication. Reply with quote

Just like the GTalk software.
If you have time. Do text messager and email(only gmail) notification.
If it could communicate with gtalk on PC, that's more great.
Thank you.
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 Jan 07, 2008 6:04 pm    Post subject: Uploading Files to Web Server. Reply with quote

Dear PlusMinus,
Now a days your making many tutorial, i appreciate that. Very Happy .
Why don't you make tutorial on Uploading files to Web Server Using Post Method? Laughing

Thanks and Regards,
Venkat. Smile Smile

_________________
Regards,
Venkat.
Back to top
View user's profile Send private message
nico
Junior Developer
Junior Developer


Joined: 27 Nov 2007
Posts: 19
Location: Indonesia

PostPosted: Wed Jan 09, 2008 5:01 am    Post subject: Reply with quote

plusminus wrote:
Hello nico,

what about this: http://www.devx.com/getHelpOn/10MinuteSolution/20447

Regards,
plusminus


gee, thx Smile it works! hehe
Back to top
View user's profile Send private message Yahoo Messenger
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 3 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.