[android-beginners] Android themes and styles

2010-03-09 Thread Ali Asghar
I have been trying to understand themes and style in android. I have
tried to change the default arrow indicators of expandableListView and
have been successfull somewhat, they do get changed but i am unable to
understand how to change their size (heigth and width) or how it is
being computed.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Email Accounts

2010-03-17 Thread Ali Asghar
Is there any way that i can access the email accounts that are saved
in the default email client of android.

Basically i want to access the inbox and display their mails without
asking for username and password.

Does AccountManager class thats available in android version 2 answer
my query? and if yes then is there any alternative for v1.5 or v1.6.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: Email Accounts

2010-03-18 Thread Ali Asghar
What about the AccountManager in sdk 2.0?

On Mar 17, 8:12 pm, Mark Murphy  wrote:
> Ali Asghar wrote:
> > Is there any way that i can access the email accounts that are saved
> > in the default email client of android.
>
> The email applications are not part of the official SDK.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android App Developer Books:http://commonsware.com/books

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: How can i integrate facebook connect api in any android application?

2010-04-01 Thread Ali Asghar
i just tested fbconnect and successfully logged in and posted a
comment to my news feed. So im positive it works. if u did use the
code from samples then ull have to share the Mainactivity class code
and ur manifest so that the issue can be resolved.

On Mar 31, 6:10 pm, wahib haq  wrote:
> hello experts !!
>
> I have been searching for help regarding usage of fbconnect api in
> android app for a long time. I posted numerous posts on the group but
> there wasnt any helpful reply. I tried with the code given in
> fbconnect api in downloads section. After entering the facebook
> application keys correctly all i get is a blank white screen as i try
> to connect. this issue was widely posted in the issue section and i
> got no solution to this.
>
> then i found out that there is fbrocket api available to use facebook
> api in more easier way. but the code is not available and no help as
> well.
>
> dear kevin, i have a little experience of using http get/post requests
> so i will be very thankful if you can help me out to get started . I
> intent to add login functionality in my app using facebook account in
> first phase. I'll be truly thankful.
>
> regards,
> wahib
>
> On 3/31/10, Kevin Duffey  wrote:
>
>
>
>
>
> > Yah.. that wouldn't make any sense then. Looking at the api.. there is a
> > REST-like api anyone can use. To me, looks like this might be a better
> > avenue of integration than the iPhone ported SDK.
>
> >http://wiki.developers.facebook.com/index.php/API#REST_Interface
>
> > At least it works on all platforms, and is not some sort of SDK built up
> > around it. I will probably go this route over adding extra libraries. I can
> > then use specifically what I want and it's easy enough to formulate GET/POST
> > http requests from Android.
>
> > On Tue, Mar 30, 2010 at 4:45 PM, Justin Anderson
> > wrote:
>
> >> Not all android devices ship with a built-in facebook app.  Whoever the
> >> actual developer is of the app would have to expose login information like
> >> that via intents and intent filters...
>
> >> But that would be counterproductive for the developer of your facebook app
> >> because he/she wants you to use that specific app.  Now, I don't know for
> >> sure that it is not possible but I would be willing to bet that it isn't.
>
> >> --
> >> There are only 10 types of people in the world...
> >> Those who know binary and those who don't.
> >> --
>
> >> On Tue, Mar 30, 2010 at 5:29 PM, Kevin Duffey  wrote:
>
> >>> So I have a question about this. There is a built in facebook app on my
> >>> droid. Maybe it's not on all android devices.. but basically I can't
> >>> remove
> >>> it (that I know of) and I sign in to it. Can't an app access the built-in
> >>> facebook to sign in and not have to display some facebook sign in page
> >>> directly to utilize facebook? Is there no way to make use of the facebook
> >>> app that comes with Android?
>
> >>> On Tue, Mar 30, 2010 at 3:07 PM, Justin Anderson  >>> > wrote:
>
>  Well, what errors are you getting in your manifest file?
>
>  --
>  There are only 10 types of people in the world...
>  Those who know binary and those who don't.
>  --
>
>  On Tue, Mar 30, 2010 at 4:09 AM, Maxood  wrote:
>
> > What's the procedure to run Facebook Connect application in android?
> > Here is the link:http://code.google.com/p/fbconnect-android/
>
> > Please explain step by step. I'm having errors in my manifest file:
>
> >  >            android:theme="@android:style/
> > Theme.Translucent.NoTitleBar"/>
> >         > android:name="com.codecarpet.fbconnect.FBPermissionActivity"
> >            android:theme="@android:style/
> > Theme.Translucent.NoTitleBar"/>
> >         > android:name="com.codecarpet.fbconnect.FBFeedActivity"
> >            android:theme="@android:style/
> > Theme.Translucent.NoTitleBar"/>
>
> > --
> > 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+unsubscr...@googlegroups.com >  i...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-beginners?hl=en
>
> > To unsubscribe from this group, send email to android-beginners+
> > unsubscribegooglegroups.com or reply to this email with the words
> > "REMOVE ME" as the subject.
>
>   --
>  You received this message because you are subscribed to the Google
>  Groups "Android Beginners" group.
>
>