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
suharyadi
Freshman
Freshman


Joined: 26 Dec 2007
Posts: 6

PostPosted: Tue Mar 25, 2008 2:08 am    Post subject: check oppen connection Reply with quote

i have made a oppen connection to ny website, but when the server is off or i'm offline my connection it's so long. any one can help how to make it faster or anything can be do to limited time on the connection


this my connection

URL myURL = new URL("http://trwlwforedu.org/tgm/tgm.php")
Ucon con = myURL.oppenconnection();
Back to top
View user's profile Send private message
plusminus
Site Admin
Site Admin


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

PostPosted: Fri Mar 28, 2008 3:22 pm    Post subject: Reply with quote

cabernet1976 wrote:
Long time no interesting tutorials Sad


Sorry, but I'm really busy at the moment. Crying or Very sad

But there is probably sth. new in the air... Wink

_________________
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
plusminus
Site Admin
Site Admin


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

PostPosted: Fri Mar 28, 2008 3:24 pm    Post subject: Re: check oppen connection Reply with quote

suharyadi wrote:
i have made a oppen connection to ny website, but when the server is off or i'm offline my connection it's so long. any one can help how to make it faster or anything can be do to limited time on the connection


this my connection

URL myURL = new URL("http://trwlwforedu.org/tgm/tgm.php")
Ucon con = myURL.oppenconnection();


Put it to a Thread Question

_________________
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
tolpaul
Freshman
Freshman


Joined: 02 Apr 2008
Posts: 2

PostPosted: Fri Apr 04, 2008 11:23 am    Post subject: Mashups Reply with quote

Hi

I have a problem regarding mashups.

I have a location stored as MyCurrentLocation.

Now I want to retrieve all the mashups that are within a certain distance from MyCurrentLocation (say all the mashups within a 10km raduis)

I want to retrieve the images and the the locations of all the mashups.

Any idea how this can be done?

Pleases reply asap.

Thanks a lot, u re a genius.
Back to top
View user's profile Send private message
Cybermat
Junior Developer
Junior Developer


Joined: 03 Dec 2007
Posts: 11

PostPosted: Wed Apr 16, 2008 2:57 pm    Post subject: Re: Mashups Reply with quote

tolpaul wrote:
Hi

I have a problem regarding mashups.

I have a location stored as MyCurrentLocation.

Now I want to retrieve all the mashups that are within a certain distance from MyCurrentLocation (say all the mashups within a 10km raduis)

I want to retrieve the images and the the locations of all the mashups.

Any idea how this can be done?

Pleases reply asap.

Thanks a lot, u re a genius.


If I understood you correctly, it's actually very simple. I am not going to go into detail since it's been covered many times. If you need further clarification, refer to Plusminus's tutorial on the friend finder example or give me a shout.

You just need to setup a class that has the same data structure as your mashups. In the constructor, use the data from your mashup as parameters so that when you make a new instance of the object, the data is read into the object. If you have multiple object, you have to create a list<array> for that object.

In terms of loading the image remotely, please refer to this tutorial, it shows you how you can load the image into an imageview object where you can use as an object inside the class.

http://www.anddev.org/loading_images_from_remote_server-web-t673.html
Back to top
View user's profile Send private message
com2usprav
Developer
Developer


Joined: 29 Mar 2008
Posts: 26
Location: Bangalore

PostPosted: Wed Apr 16, 2008 5:15 pm    Post subject: Reply with quote

Hi anyone can post a tutorial on Gtalk

Happy tutoring !
Pravin Kumar
Back to top
View user's profile Send private message
edem
Once Poster
Once Poster


Joined: 24 Apr 2008
Posts: 1

PostPosted: Fri Apr 25, 2008 3:32 am    Post subject: I have the same problem. Do you have got any imformation? Reply with quote

I have the same problem. Do you have got any imformation?
Back to top
View user's profile Send private message MSN Messenger
joed
Freshman
Freshman


Joined: 09 May 2008
Posts: 2
Location: China

PostPosted: Fri May 09, 2008 2:51 pm    Post subject: TTS on Android Reply with quote

Hi plusminus,

Thank you! Now i got a project to develop a tts function with Android, i tried freeTTS, but failed since the speech file is too large for Android.(I think so...). Would you give me some suggestions or a tutorial?

Joe

_________________
Step by Step
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
plusminus
Site Admin
Site Admin


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

PostPosted: Wed May 14, 2008 12:32 pm    Post subject: Re: TTS on Android Reply with quote

joed wrote:
Hi plusminus,

Thank you! Now i got a project to develop a tts function with Android, i tried freeTTS, but failed since the speech file is too large for Android.(I think so...). Would you give me some suggestions or a tutorial?

Joe


Hello Joe,

I know that there is a TTS-service coming: http://www.l1ghtm4n.com/?q=taxonomy/term/5

I've had contact with the developer weeks ago and just mailed him again.

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
joed
Freshman
Freshman


Joined: 09 May 2008
Posts: 2
Location: China

PostPosted: Fri May 16, 2008 3:26 am    Post subject: Re: TTS on Android Reply with quote

plusminus wrote:
joed wrote:
Hi plusminus,

Thank you! Now i got a project to develop a tts function with Android, i tried freeTTS, but failed since the speech file is too large for Android.(I think so...). Would you give me some suggestions or a tutorial?

Joe


Hello Joe,

I know that there is a TTS-service coming: http://www.l1ghtm4n.com/?q=taxonomy/term/5

I've had contact with the developer weeks ago and just mailed him again.

Regards,
plusminus


Hi plusminus,

Thank you for the reply. I will try this.
Because the project is really really really urgent, please let us know if you get any progress about tts on android. Thank you so much.

Warm regards
Joe

_________________
Step by Step
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
plusminus
Site Admin
Site Admin


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

PostPosted: Fri May 16, 2008 12:01 pm    Post subject: Re: TTS on Android Reply with quote

joed wrote:
plusminus wrote:
joed wrote:
Hi plusminus,

Thank you! Now i got a project to develop a tts function with Android, i tried freeTTS, but failed since the speech file is too large for Android.(I think so...). Would you give me some suggestions or a tutorial?

Joe


Hello Joe,

I know that there is a TTS-service coming: http://www.l1ghtm4n.com/?q=taxonomy/term/5

I've had contact with the developer weeks ago and just mailed him again.

Regards,
plusminus


Hi plusminus,

Thank you for the reply. I will try this.
Because the project is really really really urgent, please let us know if you get any progress about tts on android. Thank you so much.

Warm regards
Joe


He didn't respond yet. Sad

_________________
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
shrikant
Junior Developer
Junior Developer


Joined: 13 Jun 2008
Posts: 13
Location: India

PostPosted: Fri Jun 13, 2008 7:40 am    Post subject: Reply with quote

I wrote a program to play songs from a listdisplayed in a ListView. When u select a song then it is highlighted in orange rectangle in the list, but the rectangle disappears once u click the play button. Is there anyway to keep the highlight on the current song which is playing??? Tutorial for highlighting in lists plz.. Thanx.
Back to top
View user's profile Send private message
triplem
Freshman
Freshman


Joined: 10 Jun 2008
Posts: 2

PostPosted: Wed Jun 18, 2008 8:45 pm    Post subject: http post Reply with quote

Can I get a simple tutorial on how to do various web requests (HTTP POST, HTTP GET, HTTPS access, etc)?

and on a slightly unrelated note, does anyone know of a good site to help developers work with the lastFM API?

_________________
<insert wise comment here>
Back to top
View user's profile Send private message AIM Address
d4d4r
Freshman
Freshman


Joined: 12 Apr 2008
Posts: 8

PostPosted: Fri Jul 25, 2008 2:03 pm    Post subject: Tutorial About Midi Reply with quote

Tutorial for create, read, edit and write MIDI file would be interesting, so we can make a composer application on android..

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


Joined: 04 Aug 2008
Posts: 7

PostPosted: Tue Aug 12, 2008 6:30 am    Post subject: can i request an application for mp3 player with playlist? Reply with quote

I saw an application for playing mp3,but when i want to replace it for another song,i must edit the source code,who can show me some code for mp3 player with a playlist?
_________________
No best, Only better!
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 6 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.