[android-beginners] anyone got success with integrating facebook login with android app using fbconnect api

2010-03-14 Thread wahib
hey experts. I want to implement facebook login functionality using fbconnect api and its not working. if any1 had experience with fbconnect api [ http://code.google.com/p/fbconnect-android/ ] for android then kindly help me out. The problem is i tried to run the sample project given in its down

Re: [android-beginners] Re: RSS feeds

2010-03-14 Thread Yousuf Faheem
Hi, I think you can try using HttpRequest object to establish the connection using your URL and InputStreamReader to read the result(which would be a rss feed in your situation). Hope this is helpful. Thanks & Regards, Yousuf Syed On Sun, Mar 14, 2010 at 9:36 AM, murali raju wrote: > Load t

[android-beginners] AVD issue with Android 1.1

2010-03-14 Thread Kingcrowley
I installed the ADT 0.9.6 recently and updated my SDK to the new elements available. I created an AVD with 2.1 as the target and it works fine. Created an AVD with 1.1 as the target and the emulator starts and it starts to load but hangs on the Android start screen Anyone else have this problem?

[android-beginners] Re: easy way to embed a button in a mapview?

2010-03-14 Thread skink
On Mar 14, 7:52 pm, Mark Murphy wrote: > skink wrote: > > > On Mar 13, 2:18 pm, Mark Murphy wrote: > >> Far from dumb -- this is a fine upstanding technique. RelativeLayout > >> supports Z-axis ordering just for this sort of purpose. > > > isn't FrameLayout better for that? > > > you just put i

Re: [android-beginners] Re: easy way to embed a button in a mapview?

2010-03-14 Thread Mark Murphy
skink wrote: > > On Mar 13, 2:18 pm, Mark Murphy wrote: >> Far from dumb -- this is a fine upstanding technique. RelativeLayout >> supports Z-axis ordering just for this sort of purpose. >> > > isn't FrameLayout better for that? > > you just put in one frame MapView and, on top of this, any lay

[android-beginners] Re: easy way to embed a button in a mapview?

2010-03-14 Thread skink
On Mar 13, 2:18 pm, Mark Murphy wrote: > Far from dumb -- this is a fine upstanding technique. RelativeLayout > supports Z-axis ordering just for this sort of purpose. > isn't FrameLayout better for that? you just put in one frame MapView and, on top of this, any layout you can imagine pskink

[android-beginners] Re: easy way to embed a button in a mapview?

2010-03-14 Thread brucko
Thanks Mark. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+u

[android-beginners] حصريا فيلم مهمه ص عبه نسخه DvdRip بمساحه 222 ميجا

2010-03-14 Thread alagmy
حصرياً فيلم الرعب الرهيب Necrosis 2009 بجودة DVDRip بمساحة 147 ميجا فقط , مترجم , سير http://www.agd3as7ab.com/vb/forumdisplay.php?f=55 حصرياً فيلم الاكشن والخيال العلمى الرهيب Polar Storm 2009 بجودة DVDRip بمساحة 177 ميج http://www.agd3as7ab.com/vb/forumdisplay.php?f=55 حصريا فيلم مهمه صعبه نس

Re: [android-beginners] How to define XML attributes for custom control/component/view

2010-03-14 Thread Mark Murphy
david2 wrote: > Hello, > I'm planning to create a custom control and define some custom > attributes to be specified in XML layouts when using the custom view. > > The Android article, > http://developer.android.com/guide/topics/ui/custom-components.html, > Building Custom Components says at the

[android-beginners] How to define XML attributes for custom control/component/view

2010-03-14 Thread david2
Hello, I'm planning to create a custom control and define some custom attributes to be specified in XML layouts when using the custom view. The Android article, http://developer.android.com/guide/topics/ui/custom-components.html, Building Custom Components says at the end, "Note that it is possib

Re: [android-beginners] Re: RSS feeds

2010-03-14 Thread murali raju
Load the rss URL's of the websites in a webview using loadUrl() and display the content. i feel this the best way to implement rss feeds. On Sun, Mar 14, 2010 at 8:35 PM, Tanay M. Kapoor wrote: > i've looked at webviews... the only use i can derive out of these are > displaying the webpage with

[android-beginners] Re: RSS feeds

2010-03-14 Thread Tanay M. Kapoor
i've looked at webviews... the only use i can derive out of these are displaying the webpage within my activity... but what im looking to do is making an application which will read rss feeds from different websites and let me display the feeds at will... webview just enable me to show the web page

Re: [android-beginners] RSS feeds

2010-03-14 Thread murali raju
Hi, Try using web view. On Sun, Mar 14, 2010 at 2:02 PM, Tanay M. Kapoor wrote: > ok i just started with some android application development !!! > and want to get data from RSS feeds of a few websites... how do i do > that ? > I've looked in quite a few books and online but cudnt really find

[android-beginners] RSS feeds

2010-03-14 Thread Tanay M. Kapoor
ok i just started with some android application development !!! and want to get data from RSS feeds of a few websites... how do i do that ? I've looked in quite a few books and online but cudnt really find anything substantial... can any1 help me out ? -- You received this message because you are