| Author |
Message |
suharyadi Freshman

Joined: 26 Dec 2007 Posts: 6
|
Posted: Tue Mar 25, 2008 2:08 am Post subject: check oppen connection |
|
|
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 |
|
 |
plusminus Site Admin


Joined: 14 Nov 2007 Posts: 2624 Location: College Park, MD
|
Posted: Fri Mar 28, 2008 3:22 pm Post subject: |
|
|
| cabernet1976 wrote: | Long time no interesting tutorials  |
Sorry, but I'm really busy at the moment.
But there is probably sth. new in the air...  _________________
Download my apps  Please remember, that this board is give & take 
| Android Development Community / Tutorials |
|
| Back to top |
|
 |
plusminus Site Admin


Joined: 14 Nov 2007 Posts: 2624 Location: College Park, MD
|
Posted: Fri Mar 28, 2008 3:24 pm Post subject: Re: check oppen connection |
|
|
| 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  _________________
Download my apps  Please remember, that this board is give & take 
| Android Development Community / Tutorials |
|
| Back to top |
|
 |
tolpaul Freshman

Joined: 02 Apr 2008 Posts: 2
|
Posted: Fri Apr 04, 2008 11:23 am Post subject: Mashups |
|
|
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 |
|
 |
Cybermat Junior Developer

Joined: 03 Dec 2007 Posts: 11
|
Posted: Wed Apr 16, 2008 2:57 pm Post subject: Re: Mashups |
|
|
| 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 |
|
 |
com2usprav Developer


Joined: 29 Mar 2008 Posts: 26 Location: Bangalore
|
Posted: Wed Apr 16, 2008 5:15 pm Post subject: |
|
|
Hi anyone can post a tutorial on Gtalk
Happy tutoring !
Pravin Kumar |
|
| Back to top |
|
 |
edem Once Poster

Joined: 24 Apr 2008 Posts: 1
|
Posted: Fri Apr 25, 2008 3:32 am Post subject: I have the same problem. Do you have got any imformation? |
|
|
| I have the same problem. Do you have got any imformation? |
|
| Back to top |
|
 |
joed Freshman

Joined: 09 May 2008 Posts: 2 Location: China
|
Posted: Fri May 09, 2008 2:51 pm Post subject: TTS on Android |
|
|
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 |
|
 |
plusminus Site Admin


Joined: 14 Nov 2007 Posts: 2624 Location: College Park, MD
|
Posted: Wed May 14, 2008 12:32 pm Post subject: Re: TTS on Android |
|
|
| 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  Please remember, that this board is give & take 
| Android Development Community / Tutorials |
|
| Back to top |
|
 |
joed Freshman

Joined: 09 May 2008 Posts: 2 Location: China
|
Posted: Fri May 16, 2008 3:26 am Post subject: Re: TTS on Android |
|
|
| 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 |
|
 |
plusminus Site Admin


Joined: 14 Nov 2007 Posts: 2624 Location: College Park, MD
|
Posted: Fri May 16, 2008 12:01 pm Post subject: Re: TTS on Android |
|
|
| 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.  _________________
Download my apps  Please remember, that this board is give & take 
| Android Development Community / Tutorials |
|
| Back to top |
|
 |
shrikant Junior Developer

Joined: 13 Jun 2008 Posts: 13 Location: India
|
Posted: Fri Jun 13, 2008 7:40 am Post subject: |
|
|
| 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 |
|
 |
triplem Freshman

Joined: 10 Jun 2008 Posts: 2
|
Posted: Wed Jun 18, 2008 8:45 pm Post subject: http post |
|
|
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 |
|
 |
d4d4r Freshman

Joined: 12 Apr 2008 Posts: 8
|
Posted: Fri Jul 25, 2008 2:03 pm Post subject: Tutorial About Midi |
|
|
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 |
|
 |
myhrvod Freshman

Joined: 04 Aug 2008 Posts: 7
|
Posted: Tue Aug 12, 2008 6:30 am Post subject: can i request an application for mp3 player with playlist? |
|
|
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 |
|
 |
|