[android-developers] Re: Où? : Android and Faceboo k in a same application

2009-03-03 Thread sylvek
&api_key=a35f127d062de5d648dff53ba6ef74f7 3. you can launch the application and navigate to the map. You will see your friends who stored them locations on the facebook application or android application. On 3 mar, 11:53, sylvek wrote: > I proud to annonce my own application :) > > Où is an android application

[android-developers] Où? : Android and Facebook i n a same application

2009-03-03 Thread sylvek
I proud to annonce my own application :) Où is an android application that uses location to help you to find new friends. You can change your status, read friend's profiles, meet new people and maybe more later :) Où is present on the Android Market (Applications/Social). You can find your fri

[android-developers] Facebook App Idea

2009-01-27 Thread sylvek
I currently work on a prototype to show your facebook friends on a google map :) http//where.sylvek.net --~--~-~--~~~---~--~~ 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] Re: :: using System.gc();

2008-12-22 Thread sylvek
i don't know.. but you not be able to use this command :-/ On 22 déc, 08:34, Imran wrote: > Hi >     hey  can  i use System.gc()  in my activity to request for garbage > collection. >      will it work () ..   will the garbage collector be called ? > >   Thanks in Advance for any Replays...!!! >

[android-developers] MulticastSocket works?

2008-12-16 Thread sylvek
i currently write a personnal android application which use my wifi network. i have a computer that send broadcast tcp information on the ip 239.6.20.71, port 4378. i can receive event from my java code sample, it's work properly. but under android nothing !? this feature is broken? I use this co

[android-developers] ActivityNotFoundException..

2008-11-25 Thread sylvek
Hi, I want to launch a new Activity from my current Activity.. so i do: and in my code .. Intent intent = new Intent(Intent.ACTION_EDIT); intent.putExtra(Device.DEVICE, getItem(position).toString()); ((Activity) getContext()).startActivityForResult(intent, Device.FROM_LIST);