[android-developers] how to integrate sharepoint website with android client application

2012-01-31 Thread basant mohamed
Dear all i need a help please

I have a sharepoint website and the task is to make an android client
application to integrate with this website ,
this application will just view the content of the website and add comment
feedback.

i don't know what is the steps to do this task ,i just want steps to follow
to start this app

thank you all waiting your answers

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

[android-developers] how to integrate sharepoint website with android client application

2012-01-31 Thread basant mohamed
Dear all i need a help please

I have a sharepoint website and the task is to make an android client
application to integrate with this website ,
this application will just view the content of the website and add comment
feedback.

i don't know what is the steps to do this task ,i just want steps to follow
to start this app

thank you all waiting your answers

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

[android-developers] achartengine time chart graph

2012-01-15 Thread basant mohamed
i'm new in android and i want to use achartengine to implement time chart
that represent the daily outgoing call durations from call log
does any one know how can i do this and what should i do

Thanks

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

Re: [android-developers] query CallLog.Calls using Date Range

2012-01-12 Thread basant mohamed
could you tell me how to convert the time to Unix time
if u please

On Thu, Jan 12, 2012 at 2:40 PM, Mark Murphy wrote:

> You would need to convert those dates into Unix time values
> (milliseconds since the epoch), and use them in a query to constrain
> the values of the DATE column in CallLog.Calls.
>
> On Thu, Jan 12, 2012 at 7:31 AM, basant mohamed
>  wrote:
> > I’m a beginner android developer and I’m working on application that
> require
> > to select from CallLog.Calls the calls between two dates range
> >
> > and it require that if I select from date 01-01-2012 to date 01-01-2012
> it
> > will return all calls at this date “01-01-2012”
> >
> > I just want to help me and tell me  how could I do this ,if you please.
> >
> >
> >
> > Thanks you & best regards
> >
> > --
> > 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@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
>
>
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android Training in NYC: http://marakana.com/training/android/
>
> --
> 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@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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

[android-developers] query CallLog.Calls using Date Range

2012-01-12 Thread basant mohamed
I’m a beginner android developer and I’m working on application that
require to select from CallLog.Calls the calls between two dates range

and it require that if I select from date 01-01-2012 to date 01-01-2012 it
will return all calls at this date “01-01-2012”

I just want to help me and tell me  how could I do this ,if you please.



Thanks you & best regards

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

[android-developers] shuflle strings

2011-09-22 Thread basant mohamed

hello ,
 i'm new in the android developer,
and i have a small task which is to take the text from EditText and on
button click the text change its sorting randomly

i know that i'll use collections.shuflle method ,but the thing that i
don't know how to do is : how to cast this text to be in a List or in
an array  to be able to be shuflle

thank you,

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