[android-developers] Re: On Reciving SMS Calling Web Service.

2012-03-19 Thread Ali Chousein
Take a look at this tutorial, especially at the section "Receiving SMS
Messages". This should guide you to implement the functionality you
want:

http://mobiforge.com/developing/story/sms-messaging-android

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Run Google Places app from web page

2012-03-16 Thread Ali Chousein
I guess you need to find out which intent is used for starting Google
Places. I doubt that this will be documented officially. What you can
do is, connect your phone to your development environment, start
Google Places and then in the LogCat try to find out which intent was
used. Beware that you resort to such an approach on your own risk
(e.g. you are not using an officially documented interface).

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to copy files from Android to PC?

2012-03-16 Thread Ali Chousein
Hhhmmm, send your files to the PC through bluetooth maybe? I guess you
have to use one of the standard protocols.

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Need help on reading the html source of a page

2012-03-16 Thread Ali Chousein
Well, if you don't know a technology to solve your problem, use the
opportunity and just learn the God damn technology. Others will only
give you guidance. Asking others to do the job for you (even if it's
VEERY URGENT) is not going to take you anywhere.

The number of messages in which people ask others do the job for them
is becoming higher and higher. Something which I personally find very
concerning.

-- 
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] Re: How to make sure SMS is sent in Android

2012-03-14 Thread Ali Chousein
Take a look at this article: 
http://mobiforge.com/developing/story/sms-messaging-android

And you can find dozens of articles on how to detect if there is SIM
card or not. This is the first one I found:
http://stackoverflow.com/questions/4933791/android-telephone-manager-to-detect-sim

Combining these should be quite easy. Just thinking aloud: When you
detect that there is no SIM card, write the information to be sent to
permanent storage. Start a timer, which periodically checks if the SIM
state has been restored. Once restored, send the SMS, delete the data
from permanent storage and disable the timer. (Don't know, maybe there
is even a better way of doing this).

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Hiii frns plzz help me ragarding Animation set

2012-03-13 Thread Ali Chousein
For God's sake, don't drop vowels when you write something.


On Mar 12, 11:49 am, geet handa  wrote:
> Hi Frnds...
>
>     I am new to dis group..
>    I am facing one problem in ma project regarding animation set...
>   In my Project i want to run multiple animations at a time in one screen
>  If any body knows the solution plzzz help me out.
>
> thanks
> Mona

-- 
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] Re: make components right to left

2012-03-13 Thread Ali Chousein
> Well, that would make everything left-to-right... not necessarily right to
> left.

Ooops, I didn't pay that much of attention to the direction in the
question :-)

-- 
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] Re: make components right to left

2012-03-12 Thread Ali Chousein
> right to left
Try LinearLayout and set its orientation to horizontal (e.g.
android:orientation="horizontal")

Sorry, didn't understand your second question.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Mar 12, 10:09 am, Ali  wrote:
> Hi all
> i need to know, how can i set every component right to left
> for example a digitalclock! i need it to be right to left and also change
> the digits to my language! is it possible?
> 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


[android-developers] Re: How to show a single country map rather then whole world map

2012-03-09 Thread Ali Chousein
> Here is an example on net which is showing a custom map. Plz check it
> out. Let me know if you find a way that how can we implement that in
> Android. I am also trying to figure it out.

Sure. But you forgot to tell what the deadline is.

-- 
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] Re: location based app

2012-03-09 Thread Ali Chousein
> nearest places e exp. the
> nearest hotels or restaurants or sth else.

You need a POI DB for this. I'm not sure (because I've never used it)
but Google Places API can be useful. Check this thread:
http://stackoverflow.com/questions/3830149/using-google-places-api-in-android

But then, there are very good similar alternatives out there. TomTom
Places is one of them. If you want to work on this for educational
purposes, go for it. If you plan to enter the competition, you should
think how to differentiate your work from the existing (and very good)
alternatives.

> Also I want to draw the
> data from wikimapia or a similar site.

Check if the sites you are interested in have online APIs (e.g.
RESTful APIs). If yes, then you should study their documentation
explaining how to use these APIs.

Good luck.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Help me on selecting a name to a game..

2012-03-08 Thread Ali Chousein
хорошо :)


On Mar 8, 1:03 pm, Kostya Vasilyev  wrote:
> This is what I get after clicking on the link:
>
> Мы сожалеем.
> Таблица по указанному URL не обнаружена. Проверьте правильность URL и
> убедитесь в том, что владелец таблицы не удалил её.
>
> Дополнительную информацию можно найти в справочном центре Документов Google.
>
> "Владелец Таблицы" would be a great name for a resource management
> game, and is definitely more fresh than the literally hundreds
> "Farm... whatever... Tycoon / Manager" sound-alikes.
>
> -- Kostya
>
> 7 марта 2012 г. 23:02 пользователь Fred  написал:
>
>
>
>
>
>
>
> > Nobody? :)
>
> > Its just to choose the better names and confirm..
>
> > Thanks!
> > Fred
>
> > On 6 mar, 23:01, Fred  wrote:
> >> Hi Everybody,
>
> >> I'm developing a android game and i'm urgently needing to define a
> >> name to this game.. can you help on choosing the name?
>
> >> If you have 1 minute to check it up, please just choose the wanted
> >> names here:
>
> >>https://docs.google.com/spreadsheet/viewform?formkey=dGIwSUU2alJqSnVk...
>
> >> Thanks a lot,
> >> Fred
>
> > --
> > 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] Re: Android Application

2012-03-08 Thread Ali Chousein
You use HTTPPost and HTTPGet to communicate with web servers. Search
the Internet and you'll find integration examples of Facebook,
LinkedIn, Twitter etc which will show you how to make HTTPPost and
HTTPGet requests.

If this doesn't ring any bells, you need to learn programming first.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to get all sms messages on phone

2012-03-07 Thread Ali Chousein
In my app I didn't need to make the distinction between sent and
received SMS messages. I suggest you to investigate the cursor object
inside the debugger to understand how to make this distinction.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Mar 7, 6:27 am, Farhan Tariq  wrote:
> So this cursor would point to a collection of sms messages? What do i need
> to extract the sender, receiver, text from the message? Thank you in advance

-- 
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] Re: How to get all sms messages on phone

2012-03-06 Thread Ali Chousein
SmsManager does not do what you are interested in. Android SDK does
not officially support retrieving the received and delivered SMS
messages. But there are always backdoors. In the past I used the
statement below for retriving all (both received and delivered) SMS
messages:

Cursor cur = getContentResolver().query(Uri.parse("content://sms"),
null, null, null, null);

But once again, beware that this is not officially documented and it
can change without any notice. If you use it, you use it on your own
risk.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Android Gmail Authentica​tion failed

2012-03-06 Thread Ali Chousein
> Send 5 email repeatedly from the code

Probably you are classified as a potential spammer. It's not surprise
that Google doesn't allow you send e-mails frequently.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Mar 5, 10:11 am, "Save My Life!"  wrote:
> Dear Sir,
>
> I am using
>
> http://stackoverflow.com/questions/2020088/sending-email-in-android-u...
>
> For Sending an Email.
>
> I am doing
>
> 1. Static Entry of Username & password in side the code.
> 2. Send 5 email repeatedly from the code
>
> Problem :
>
> 1. After Sending Some Email I am getting : Authentication failed.
> 2. When i log  in to the Email,its giving to enter captcha.
>
> What would be the solution.please help.

-- 
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] Re: Twitter Error

2012-03-06 Thread Ali Chousein
1. Wrong forum.

2. Anyway, look at the following error lines:

com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366):
oauth.signpost.exception.OAuthNotAuthorizedException: Authorization
failed (server replied with a 401). This can happen if the consumer
key was not correct or the signatures did not match.

It tells you what it could have gone wrong. Study the documentation of
Twitter API or the signpost library to find out how to perform
authorization correctly.

I've never integrated Twitter but it's so popular that if you search
the Internet I'm almost sure that you'll find integration examples.

---------
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to Synchronize data on cloud?

2012-03-06 Thread Ali Chousein
Are you synhronizing local data / cache data on your Android device?

1. Define how often you want to run synchronization. E.g. Once a day?
Every five minutes? The period will depend on the domain you are
working I guess.

2. Use AlarmManager 
http://developer.android.com/reference/android/app/AlarmManager.html
to trigger every synchronization.

Hope it helps.

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Mar 4, 2:51 pm, sanarmal  wrote:
> Hey,  i am creating one application which is use for synchronize the
> contact,image,video on cloud. but i didn't find any information. pls
> provide me some tutorial or code.
>
> thanks in advance

-- 
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] Re: Android Project

2012-03-01 Thread Ali Chousein
BUT, keep also in mind that if you develop such an app, clearly
specify that it's your personal app. You shouldn't make the slightest
implication that it's an official app. Otherwise probably Google will
cancel your developer account for good reasons.

---------
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Mar 1, 1:39 pm, Oli Wright  wrote:
> I would kill for a decent Groups Android app.  The mobile interface never
> seems to load properly so always have to push through to the desktop
> version.
>

-- 
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] Re: Android Project

2012-03-01 Thread Ali Chousein
Agree with the comment above.

Just thinking aloud. Would you consider developing an application
which gives a notification when someone comments to your post in this
discussion platform? Maybe you can generalize it for all google
groups. I'm not completely sure, but based on my knowledge there is no
such an app yet.

(Please don't ask how exactly to implement this, because I have no
clue. The related research should be part of your graduation project.
I would start from here  http://code.google.com/more/  to see what
APIs Google provides)

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: how to set the preferred rotation ?

2012-02-29 Thread Ali Chousein
Maybe my blog will be useful for you: http://android-screen-layout.blogspot.com/

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to make this complex view

2012-02-29 Thread Ali Chousein
You can easily search http://developer.android.com/sdk/index.html
yourself.

Anyway:

Dragging: http://developer.android.com/reference/android/view/View.html
Search for "drag" within the page.

Using two fingers - Multitouch: 
http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html

Hope it helps. I never worked on features you are interested in, just
searched http://developer.android.com/sdk/index.html. You should do
the same if you want to get something done.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: JavaMail API

2012-02-28 Thread Ali Chousein
Yep. Probably you need this: http://code.google.com/apis/accounts/  Or
check this list, one of them should serve your purpose: 
http://code.google.com/more/

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Seriously?

2012-02-23 Thread Ali Chousein
Personally I dislike using this platform for dissipating negative
image about any other app. It's like preaching atheism in a church or
a mosque (this latter sentence is an analogy only, it is not meant to
imply anything about religion or atheism). If I don't like something
about an app, I give my rating and also write my comment. Let's use
this platform for sharing knowledge only.

---------
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Feb 22, 11:59 pm, G  wrote:
> If Google can't get their own apps right, how the heck are the rest of us
> supposed to!?
>
> <https://lh6.googleusercontent.com/-5sKHcjkMSVE/T0Vy51GRJFI/GT...>

-- 
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] Re: Acitivity finish when rotating written in Sencha Touch + Phonegap

2012-02-23 Thread Ali Chousein
Once I wrote a short blog on how to handle screen layout change in
Android. Maybe you'll find it helpful: 
http://android-screen-layout.blogspot.com/

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: displaying face book albums and photos

2012-02-22 Thread Ali Chousein
Your question is related to usage of Facebook Graph API and not to
usage of Android SDK. But anyway, take a look at the links below, they
should guide you on how to access your albums and photos in Facebook
programmatically.

https://developers.facebook.com/docs/reference/api/album/

https://developers.facebook.com/docs/reference/api/photo/

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: how to get call history

2012-02-17 Thread Ali Chousein
This link should be a starting point for you:
http://developer.android.com/reference/android/provider/CallLog.Calls.html
Google for "CallLog.Calls example" and you'll find examples also.

---------
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: to develop an app

2012-02-17 Thread Ali Chousein
On Feb 16, 6:31 pm, amit pandey  wrote:
> Implement a listView in which each contains a Title(text), Description
> and an image at right. Read the data from xml file and fill it into
> list view.

It's also quite sunny today outside but the forecast says it's going
to rain in the afternoon.

-- 
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] Re: Sms Manager

2012-02-16 Thread Ali Chousein
Yes it is normal. First when I saw this behavior I was also surprized,
when then when I thought about it, it made sense that the SMSManager
does not mess around with the DB of the SMS application on the phone.

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Facebook Android Application

2012-02-16 Thread Ali Chousein
You need to pull the list of your Facebook friends. Check the Facebook
Android SDK to see how to do it. See the following link:
https://github.com/facebook/facebook-android-sdk  Then you need to
match the names of your Facebook friends with the names inside your
contacts where you store the phone numbers. BUT, why should anybody
use your app instead of just using the contacts which comes with the
phone? How does your app differentiate from Android contacts?

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: receive sms application. need help.

2012-02-16 Thread Ali Chousein
Look at the following lines in your logcat:

> com.android.project.smsapp.Receiver}: java.lang.ClassCastException:
> com.android.project.smsapp.Receiver cannot be cast to
> android.app.Activity

Then, look at the following lines in your code:

> Intent i = new Intent(this, Receiver.clss);
> startActivity(i);
.
.
.
> public class Receiver extends BroadcastReceiver{

You are calling startActivity for a BroadcastReceiver. What on earth
are you trying to do there?

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Need support to develop mail box in android platform.

2012-02-15 Thread Ali Chousein
> Need your support...
Paid support or free support? :-)

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: hai... Kindly help me to connect android with php server

2012-02-15 Thread Ali Chousein
Do you know what RESTful interfaces are? If not you have to do lot's
of reading and learning before attempting to design such a system.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Final year project app

2012-02-15 Thread Ali Chousein
Develop an app which you need on daily basis. If you need an app,
probably other people also need it. If it already exists in the
market, think what other features you can add to it or think how to
customize it better for your own needs. As others also said, noone is
going to give you an idea, and hey why should anybody do it?

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to sell application from india?

2012-02-15 Thread Ali Chousein
You don't do your homework well. I'm not Indian nor live in India, but
from different online platforms, I know that the Indian company
Infosys recently launched a market for mobile apps specifically for
the Indian market. Search the Internet, scrutinize the website of
Infosys and you'll find what you need (you'll find at least one, there
might be others as well).

PS: If Android market does not allow you sell applications from India,
noone in this discussion forum can change it.

---------
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Feb 14, 4:04 pm, Dhaval Varia  wrote:
> This is not a answer..everyone knows that all the phone has inbuilt
> android market.
> So its obvious that if i will install in on android market then only i
> will get big audiance,,
>

-- 
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] Re: How to simulate ConnectivityManager.CONNECTIVITY_ACTION?

2012-02-13 Thread Ali Chousein
I thought about something similar but still have problems. Like, I
need to instantiate NetworkInfo and set its data like, "state" and
"type" at least. However, the NetworkInfo interface does not seem to
allow writing such data in an instance. As far as I understand, it
doesn't define a public constructor either. (http://
developer.android.com/reference/android/net/NetworkInfo.html) But I'm
sure someone out there already tested a similar scenario to mine
efficiently and conveniently.

-- 
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 simulate ConnectivityManager.CONNECTIVITY_ACTION?

2012-02-13 Thread Ali Chousein
Hi,

I have a broadcast receiver which is registered to
ConnectivityManager.CONNECTIVITY_ACTION. I'm looking for a simple way
to test my implementation. Issuing the command "adb shell am broadcast
-a android.net.conn.CONNECTIVITY_CHANGE" makes the broadcast receiver
get notified. What is missing is the NetworkInfo class which is
retrieved through
"(NetworkInfo)intent.getParcelableExtra(ConnectivityManager.EXTRA_NETWORK_INFO)".
Does anybody have experience or good suggestions how to pass
NetworkInfo together with "adb shell am broadcast -a
android.net.conn.CONNECTIVITY_CHANGE"?

Thanks all in advance,
-Ali

-- 
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] Re: i want to create simple android appln

2012-02-09 Thread Ali Chousein
> i want to create simple android appln. how can i do it?

Follow this tutorial: 
http://developer.android.com/resources/tutorials/hello-world.html
(And yes, correct spelling is damn important. I would never hire
someone who doesn't care about correct spelling!)

---------
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: good android blog

2012-02-07 Thread Ali Chousein
When promoting own work, it's a good practice to avoid using articles
like "good", "great", "excellent", "mind-blowing" etc. Posting the
relevant link is usually considered to be enough. It's up to the
audience to choose adjectives for describing the contents of the link.


On Feb 7, 4:47 pm, "T.M.S.VIJAYKUMARR" 
wrote:
> Hi
>
> this blog for androidhttp://iamvijayakumar.blogspot.com
> --
>
> -
> Thanks & Regards,
> T.M.S.VIJAYKUMARR

-- 
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] Re: SMS Manager

2012-02-07 Thread Ali Chousein
Hhhmmm, I doubt that the Android framework supports this by default.
When you send an SMS to another emulator on the same machine, you
specify other emulator's port number. If you want to send an SMS to
another machine, I guess you'll need something like:

1. You are working on machine M1. Send SMS to port P1 on machine M1.
2. You have a running software on M1 which listens to P1 and forwards
any incoming date to port P2 on machine M2.
3. You have another software on M2 which listens to P2 and forwards
any incoming data to an emulator running on M2.

Of course, in this case you'll need to implement the software for
machines M1 and M2, but this should be something quite simple.

If anybody has any other proposal it'll be very interesting to read
it.

---------
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Twitter Integration...?

2012-01-23 Thread Ali Chousein
I've never integrated Twitter myself, but I know that it works just
fine for anybody who integrates it. I think the following message
explains your problem:

E/com.ecs.android.sample.twitter.OAuthRequestTokenTask(487):
oauth.signpost.exception.OAuthNotAuthorizedException: Authorization
failed
(server replied with a 401). This can happen if the consumer key was
not
correct or the signatures did not match.

Have a second look at your consumer key and consumer secret. Study
OAuth authorization steps again. Debug every step of your
integration.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: remove view event

2012-01-19 Thread Ali Chousein
You are highly unclear on this. Does your parent class catch an event,
is doing "something" with it and you want to remove this? Override the
related method of the parent class to catch the event in the child
class and do nothing in this method. If this is not what you want, try
articulating your question.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: SMS and Application Integration! Need Suggestion

2012-01-13 Thread Ali Chousein
This is an excellent tutorial: 
http://mobiforge.com/developing/story/sms-messaging-android
 You can start from here and build the functionality you are
interested in.

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Retrieving Information from the ContactsContract API

2012-01-13 Thread Ali Chousein
All of the comments above are very informative and give good guidance.
My 2 cents to this thread is:

1. You'll never understand an API thoroughly by just reading the
documentation. No matter how good the documentation is, just reading
it is never going to be enough.

2. No matter how clear/unclear the documentation is, you should start
trying things, based on the examples given in the documentation.
Unless you try things out, experiment with the interface and see what
changes cause which difference in behavior you'll never understand how
an interface works. I believe anybody who has built knowledge on any
programming framework uses this, or some derivate of this approach.

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: gps waiting problem.

2012-01-13 Thread Ali Chousein
You are basically looking for someone who is going to do all the job
for you and you'll have all the credit. Try registering to any
"product-managers" group or change your profession.


On Jan 13, 4:25 am, Dhaval Varia  wrote:
> i am writing one app.
> in which
> 1. gps find lat long by calling update location
> 2. using this find address. this function calles in updatelocation
>
> my que is:
>
> update location called periodically.
>
> it will call fun for getting address,inturn.
>
> i dont want to call fun of getting address periodically.
>
> it should call only once,after getting lat long.
>
> plz help.
>
> Plz  let me know how to start progressbar,start before calling
> updatelocation and stop after getting addreas.

-- 
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] Re: how to be a game developers in android

2012-01-12 Thread Ali Chousein
> I wrote a game in it in 1hr.
> No Java required.

Oh come-on, give me a break!

-----
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Custom List View is not Click-able when scrolling the list.

2012-01-11 Thread Ali Chousein
So, what exactly is the problem you are facing? If I understand you
correctly, clicking on list items does not respond, right? What do
your list items have? Do they have any clickable objects, like
buttons, checkboxes and similar? If yes, then you should make these
objects non-clickable.

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: need help in coding for animation

2012-01-11 Thread Ali Chousein
> can anyone provide code for this.

I can. Which address I should send the invoice?

-- 
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] Re: need help in coding for flickr integration

2012-01-10 Thread Ali Chousein
I can help you in everything you need, but it depends on the budget of
your project :-)


On Jan 9, 10:53 am, chowdary nani  wrote:
> Hi All,
>
> Can any one please help me in coding Flickr integration in android
>
> Thanks
> Naveen.

-- 
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] Re: Giving away my book: "Genius Android Marketing"

2012-01-09 Thread Ali Chousein
I would happily read your book.

-
Ali Chousein
http://www.codeproject.com/KB/android/PayGol-Android.aspx
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Jan 5, 5:50 pm, scp89  wrote:
> I've recently finished writing the first full-length, android-specific
> book on Android Marketing. It covers tips, tricks, strategies,
> competitive analysis, and so much more. Everything I've learned in 2
> years selling android apps, I've put into this book. It is available
> via e-book OR softcover:
>
> E-book:http://www.amazon.com/Genius-Android-Marketing-Outsmarting-ebook/dp/B...
>
> Softcover:http://www.amazon.com/Genius-Android-Marketing-Outsmarting-Market/dp/...
>
> GIVEAWAY: I am giving away 3 PDF copies of the book to readers! Simply
> reply to this thread, and 1 week from today I will randomly select 3
> members and PM you a link to your free download of the 130 page book.

-- 
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] Re: Android Contact

2012-01-05 Thread Ali Chousein
Check the following thread, in which you find code for accessing the
birthday field of a contact:
http://stackoverflow.com/questions/2482631/how-to-get-contacts-in-order-of-their-upcoming-birthdays

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to get mobile number

2012-01-04 Thread Ali Chousein
Check this thread: 
http://groups.google.com/group/android-developers/browse_thread/thread/77d5e6fc95f72181

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: checkbox checked in listview

2012-01-04 Thread Ali Chousein
Do you have this problem when you scroll in the list? If yes, then
it's probable that the checkboxes on different rows are the same
object (e.g. row 1 and row 7 for example). Inside your adapter you
have to ensure that different rows doen't use the same checkbox
object.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994



On Nov 8 2011, 12:17 pm, vani reddy 
wrote:
> Hi,
>
> I have created a custom listview of text and checkbox.
> When i click on a particular checkbox the other checkboxes in the rows also
> gets  checked. How to avoid this??
>
> --
> Regards,
> Vani Reddy

-- 
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] Re: block application installation by password

2012-01-04 Thread Ali Chousein
Kris,

> you shouldn't do something like this,
Yes, I meant "you shouldn't do something like this in Android, because
installation management in Android is not done this way"

> look at all the other windows based apps
> that did this?
Nope, I didn't go that far :-)  Interesting subject though :-)

> he is writing an ever popular these days
> Android security app
I don't know, it's probable he is doing that. But installation
management in the way stated in the question is not a common approach
in the mobile world. Unless there is a very, very, very good reason
for doing it, I wouldn't do this, but I would try to meet my business
needs (whatever those needs are) by using an approach which is easily
integrated in an Android app.

But once again, we are discussing here without knowing what exactly
the need is.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Jan 4, 9:54 am, Kristopher Micinski  wrote:
> On Wed, Jan 4, 2012 at 3:43 AM, Ali Chousein  wrote:
> > Normally developers work their a...s off to make their apps more
> > popular and get more downloads+installs. You are trying to do
> > otherwise. Maybe you should be questioning your business model to
> > start with. I wouldn't stick with installation management techniques
> > for Windows based PCs of the last century.
>
> Ali,
>
> Hmm.  I'm not quite sure what you meant here, it's not that I think
> you meant something incorrect, I think I just lost the context.  Are
> you saying: you shouldn't do something like this, look at all the
> other windows based apps that did this?
>
> I am under the assumption that the OP wants to know because he is
> writing an ever popular these days Android security app...
>
> kris

-- 
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] Re: block application installation by password

2012-01-04 Thread Ali Chousein
Normally developers work their a...s off to make their apps more
popular and get more downloads+installs. You are trying to do
otherwise. Maybe you should be questioning your business model to
start with. I wouldn't stick with installation management techniques
for Windows based PCs of the last century.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Jan 3, 9:50 am, Suganya  wrote:
> User is downloading applications from Android Market. My task is after
> downloading the application if the user tries to install the
> application (i.e if user clicks the install button) means a popup
> should open.  It should ask for password. If the password is
> correctthe user is allowed to install otherwise not. And then Some
> applications in the mobile are downloading other applications without
> user permission. I have to block these application installation which
> are downloading without user permission. I think i have to customize
> package manager. I dont have idea about this .Where the package
> manager files are located.

-- 
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] Re: MapActivity.isRouteDisplayed()

2012-01-04 Thread Ali Chousein
Come on guys, take it easy. Some questions might not make sense to
you, because not all members in this forum (including myself) are
native English speakers.

Adam, to come to your question, my understanding of
MapActivity.isRouteDisplayed() is that, you should return true if your
map activity is going to show navigation. If your app will request map
info from the Google servers frequently for supporting navigation,
Google wants to know that. From what I understand, your case is a bit
grey area. If you are going to display the route information once and
that's it, I would return false. Otherwise I would return true.

Personally I find it very interesting to learn the opinion of other
developers also.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Jan 4, 7:39 am, Zsolt Vasvari  wrote:
> WTF does "needs to return" mean in your book?
>

-- 
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] Handling screen layout change in Android

2012-01-01 Thread Ali Chousein
Recently I wrote a blog on handling screen layout change in Android to
share my experiences on this subject. Hope it'll be useful for other
developers.
http://android-screen-layout.blogspot.com/

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: notification of sending message

2011-12-30 Thread Ali Chousein
I think this subject was discussed only some days ago. Take a look at
the following tutorial. It's comprehensive and explains everything you
need: http://mobiforge.com/developing/story/sms-messaging-android

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Can't see my device, need help

2011-12-30 Thread Ali Chousein
Doesn't Sony provide drivers for this purpose? If I was you I would
investigate the web site of Sony to see if they provide any drivers,
or even contact their customer support.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Guide Me please Guys I am from pakistan Asp.net c# Developer And Database developer in Microsoft Sqlserver

2011-12-30 Thread Ali Chousein
Goto http://developer.android.com/sdk/index.html  Configure your
development environment as described at 
http://developer.android.com/sdk/installing.html
 Once your development environment is ready you can proceed with the
Hello World application 
http://developer.android.com/resources/tutorials/hello-world.html
 Hello views tutorial is also very useful for the beginners  http://
developer.android.com/resources/tutorials/views/index.html

Once you are ready with Hello World and Hello Views you can start
studying the samples which come with the installation of the Android
SDK. Browse the directory where you installed the SDK and you'll find
multiple samples.

Good luck!

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to accept automatically call

2011-12-29 Thread Ali Chousein
I googled for "android answer call programmatically" and found this
discussion. Maybe it'll useful for your case also.
http://stackoverflow.com/questions/2765980/android-how-to-programmatically-answer-a-call
I've never implemented this feature but I guess you also need to
register for "android.intent.action.ANSWER". More information on
intent actions are here: 
http://developer.android.com/reference/android/content/Intent.html

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Android Developing tech problems

2011-12-29 Thread Ali Chousein
Follow the instructions here: http://developer.android.com/sdk/installing.html
 The procedure just works.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Retriving the Contact number and name to the Edit text

2011-12-29 Thread Ali Chousein
You should use the ContactsContract API to read information about your
contacts: 
http://developer.android.com/reference/android/provider/ContactsContract.html
  Google for "ContactsContract example" you'll find plenty of them.

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Android emulator help !!!

2011-12-28 Thread Ali Chousein
> dear ,,

Hello dear


> Please could some ones of you help me how to run voice search on
> Android emulator .. please
> i spent 10 days looking to solve the problem ( audio problem ) .. i
> installed the app ... but i always have and audio problem ...

Are you looking for microphone support under emulator? Have a look at
this discussion: 
http://stackoverflow.com/questions/5924190/how-do-you-enable-a-microphone-input-in-the-android-emulator
Or google for "android emulator microphone".
If you are interested in speakers support under  emulator, google for
"android emulator speakers"; many people discussed this already.

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: how can we get the notification of sending message

2011-12-27 Thread Ali Chousein
What do you mean by "native code"? The example in the link I gave is
in Java and is based on Android SDK. This is as much Android SDK
native as you can imagine. Or are you trying to do something using the
NDK? For NDK related topics there is a dedicated group I think
http://groups.google.com/group/android-ndk

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Dec 27, 10:02 am, surabhi jain  wrote:
> thanx Ali
>
> but I want to get notification when I send SMS from device, I want native
> code for that

-- 
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] Re: how can we get the notification of sending message

2011-12-27 Thread Ali Chousein
Do you mean SMS? Read the tutorial in the following link, it's simply
great: http://mobiforge.com/developing/story/sms-messaging-android

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Dec 26, 7:55 am, surabhi jain  wrote:
> hi
>
> I want to get the notification when i will send a message from my device.
>
> thanx to all

-- 
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] Re: Call Conference with application

2011-12-27 Thread Ali Chousein
> I'm a young Android developer...
.
.
> I'd really be pleasured if someone could
> help me out with this in form of a useful
> tutorial or a good self-explaining source code.

No my friend, you are not a developer yet. Developers don't ask for
"already cooked" solutions. They research and find-out themselves the
way to implement a solution. The best help you can get from such
forums is guidance and if you are lucky examples for achieving
something very, very specific.

> but i always find comments about packages
> like com.android.phone or classes that access
> com.android.internal.* and even something
> like iTelephony API.

Honestly, that's everything you need to implement what you want to
implement. You already found good guidance yourself. Next step is to
sit down, try these APIs, make mistakes, find the cause of mistakes,
fix them and get your software running.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Google Earth for android apps

2011-12-26 Thread Ali Chousein
Yep, I'm not aware of Google Eart API either. Try integrating Google
Maps instead. You can start from here:
http://developer.android.com/resources/tutorials/views/hello-mapview.html

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 25, 1:51 pm, Kristopher Micinski 
wrote:
> I do not believe that Google Earth has an Android API.
>
> kris
>
>
>
> On Sun, Dec 25, 2011 at 6:34 AM, Raju Gaddam  wrote:
> > Hi  please tell me how to integrate Google Earth with android application
>

-- 
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] Re: Password app

2011-12-23 Thread Ali Chousein
Have a look at the intent actions and see if any, or a set of them
will serve your purpose.  
http://developer.android.com/reference/android/content/Intent.html
BTW, why are you trying to do this? Even though this feature is useful
on desktops/laptops I doubt that it'll have any popularity on phones.
In my humble opinion a phone is something more "personal" than a
desktop/laptop and it's too way cumbersome  to provide a password
every time you wake it up.

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 22, 5:09 pm, poiuytrez  wrote:
> Hello,
>
> I have some experience in Android development but this time I would like to
> create some kind of password app. Basically I need to show the app when the
> user clicks on the power button. Do you have any idea where should I begin
> ? I tried to browse the documentation but I could not find any example.
>
> Thank you
>
> poiuytrez

-- 
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] Re: Regarding Web Services Development in Android

2011-12-23 Thread Ali Chousein
You are completely confused. You should have a server which provides
an interface to access your database (RESTful interfeces are very
popular and convenient). Then any client can query your databases
through this interface using HTTPGet and HTTPPost.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 22, 10:14 am, kiran  wrote:
> hi,
>
> How to search a record in database using Web Services, while I used
> Android as client side application in which i need to enter some text
> in edit-text  (as name of records) such that if it match with
> that(which we entered) record it has display the all records from the
> data base.

-- 
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] Re: Should i develop for android 2.1, 2,2 or 2.3?

2011-12-20 Thread Ali Chousein
If you don't need a feature which is supported starting from 2.2 or
2.3 etc choose 2.1. You'll be targetting more devices then. Check the
documentation. It tells which feature is supported starting from which
version.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 19, 2:58 am, Bahamut  wrote:
> Hello there, im new arround here :)
> I hope you can answer my question:
>
> I am going to initiate a project with android 2.1 (there is still a 9% of
> dispositives using 2.1, and as i dont know if 2.2 worths it, i will just
> use 2.1 for compatibility issues). My project will be using in-app
> purchases, the other stuff is basic but maybe i will add notifications and
> curl downloads in the future. Is it a good idea to use 2.1?
> Is there anything nice in 2.2 or 2.3 you can not do with 2.1?
>
> In what version is "in-app purchases" supported?
> In what version is "notifications" supported?
> In what version is "online file downloads to the dispositive silently"
> supported? (for when you purchase something)
>
> 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


[android-developers] Re: Help for dynamic views in Social Networking Application

2011-12-20 Thread Ali Chousein
I think you are "a bit" confused about design concepts. My humble
suggestion to you is, your server should provide only the data. Your
app should be fully responsible for defining and implementing the UI
at the client side. What if you want to develop an app for iPhone/
iPad, Blackberry or Windows also (God forbid of course :-P )? Is your
server going to define UIs for these clients as well? I don't think
it's a good idea if you want to write native code.

Unless of course if you want to implement an HTML based application.

And what Kris wrote, makes absolute sense.

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Dec 19, 11:24 am, Ganesh  wrote:
> I want to create a application for social networking where a user logs
> into his account by some remote server.
> I am confused how to show the user his profile which shows updates
> dynamically as they occur.
> Also where should the xml file required for this be saved, i mean
> should the server provide this file or the application itself should
> create it by taking data from server.
>
> I hope my question is clear.
>
> Thanks in advance

-- 
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] Re: pleasehelp me on below query

2011-12-20 Thread Ali Chousein
Develop in Eclipse and use the debugger. I doubt that you'll find a
breathing debugger, member to this forum (and if you find one, my
respects to him/her).

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Wait and notify

2011-12-20 Thread Ali Chousein
I would suggest you to think twice about your if statement "if(a ==
b)". If 'a' and 'b' are not primitive data types but objects, it's
highly probable that you need to change it into "if(a.equals(b))" or
"if(b.equals(a))". This is a common mistake most of the people do when
they are experienced in C++ but new in Java (I can tell this also
based on personal experience ;-) )

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: executable files on android

2011-12-19 Thread Ali Chousein

> So is there a way to convert the .exe files to .apk files  ??
>

You bet there is. It's quite straighforward actually. The only thing
you need to do is run the exe file on your PC, study in detail which
functionality it provides and then go ahead and implement the same
functionality in Java using Android SDK. As a final step you can
follow the Android documentation on how to sign your APK file etc etc
etc. The needed effort is open to discussion but I'm almost sure you
can convert any exe file to APK in this way ;-)

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: hi

2011-12-18 Thread Ali Chousein
Come-on guys, what a silly question being asked in this list lately?
You want to become an Android developer? Install the necessary tools
(you can find all information here http://developer.android.com/sdk/index.html)
and get started by implementing your "Hello World" program. You want
to swim my friend? You need to jump into the pool, whether you have
ever swum before or not. That's the way you become software
developer!

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
> Along with that, I was sure to include a good amount of answer to the
> OP's question.

Kris, I didn't mean to criticize your previous answer. Sorry if I
caused any misunderstanding. Quite contrary you gave very good answer
to the original question and most definitely the answer will guide
Patrick in the right direction.

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
BTW, one more additon about integrating watermarking in a product.
When you integrate watermarking in a product in 99.99% of the cases
you have to pay license fee to Digimarc. Strong companies which build
products on watermarking and with their own legal departments
specialized on IP have to do this. As an individual you'll have no
chance. Before investing any effort building a nice app, it would be
worth to investigate who might knock on your door and cause you
headache.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 15, 11:38 am, Patrick Sieber  wrote:
> Hey there!
>
> Is there any possibility to watermark an video while recording it
> (e.g. Timeellapseetc.) ?!
>
> I'm searching my ass offbut i can't find any helpful articles?!
>
> by now i am using the mediarecorder to record a video with my
> app!
>
> Thank you very much :)
>
> Greetz

-- 
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] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
> I don't think it's "not applicable in real life" so much
> as "the people writing the paper were more concerned with
> getting the ideas of their research across than writing an
> implementation for you to use..." a good amount of the time.
> (Though that point is obviously contentious, your statement
> is a trivialization of the point..)

This is an interesting subject to discuss, but not in this list. If
you are interested to share your opinion and experiences on this we
can exchange opinions through a private conversation. With all due
respect to the people in academia who contribute to science (well,
only a minority does this) a good amount of them are just playing with
the parameters of approaches of star players.

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
First, this subject is out of scope of this discussion list.

Second, AFAIK the watermarking algorithms you are interested in are
usually IPs of companies functioning in that area. I don't believe
that any company will share its IP freely with others.

Third, if you are lucky you can find an academic paper in the
databases of ACM or IEEE (You need membership to download papers from
these communities). You can also try CiteSeer, it's free but you
cannot find everything there. Also beware, only minority of academic
papers are applicable in real life.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re:

2011-12-16 Thread Ali Chousein
When you know the phone number, and if the phone number is in your
contacts list, you can access the name from contacts DB. Google for
"android get contact name from number" and you are going to find
multiple examples.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: UI like Youtube

2011-12-14 Thread Ali Chousein
Mine is just a guess but YouTube might be using HTML5.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Scrolling Button Text

2011-12-14 Thread Ali Chousein
Yes it is possible. You should do it in the code yourself by
reassigning the string value to your button, and computing yourself
what the new display string should be.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 13, 12:16 pm, Ash  wrote:
> Hi All,
>
> Is it possible to have the button text scroll (left to right and vice
> versa) forever if the text is too long to fit in the width of the button?
>
> 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


[android-developers] Re: i have a task , mobile tracking android app , and i am new in android programming .

2011-12-14 Thread Ali Chousein
You have a task at hand and asking other developers how to implement
it. That's not the purpose of developer discussion lists. What is the
budget of your project? I can offer my services for the right hourly
rate ;-)

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 9, 9:57 am, ahmed mahmoud eltaher
 wrote:
> 1- app start-up when mobile is on.( automatic).
> 2- mobile sent its position to server, every 5 min .
> 3- data sent must be encryption .
>
> i am a starter in android programming , i asked  there is an API
> (Google API ) return position of mobile to server , and i can
> encrypted data before sent it to server.
>
> any help ,any idea. :D

-- 
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] Re: how to retrieve contact image from contacts in android phonegap application

2011-12-13 Thread Ali Chousein
Check if ContactsContract.DisplayPhoto is what you are looking for.
Check this link: 
http://developer.android.com/reference/android/provider/ContactsContract.html.
However, I don't know how to use ContactsContract in Javascript. If
you find this out and write a blog about it, probably you'll become
famous.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: What is wrong with my OpenGL program

2011-12-13 Thread Ali Chousein
Come on bro, do you think anybody will read this long code? Localize
your problem and ask again. Once you localize it, probably you'll see
the problem yourself anyway.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Rows in TextView

2011-12-13 Thread Ali Chousein
What do you mean by "rows in a TextView"? TextView is not a table to
have rows. It just stores one string field.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: GUI problems! Very Crazy!

2011-12-13 Thread Ali Chousein
Maybe my question sounds very basic and simple, but did you define the
size of your components in dip?

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How can i Assign a id to view Programmatically?

2011-12-12 Thread Ali Chousein
Merhaba Duygu,

ID'ye ihtiyacın olduğunu zannetmiyorum. XML'den yapsaydın, view'lara
erişmek istediğin zaman id'leri biliyor olacaktın. ID'leri bilmek ile
yarattığın objelere referansları bilmek arasında nasıl bir fark var
ki, yada fark var mı? Sıralı id vermek ile yarattığın objeleri mesela
bir ArrayList'de saklamak aynı şeymiş gibi geliyor bana. Scrollview'ın
içinde muhtemelen farklı view tipleri vardır. Bu durumda ArrayList
yerine farklı tipte objeler sakalayabilen bir container kullanmak
gerekir. Ezberden söyleyemiyorum, fakat Java'da böyle bir container
mutlaka vardır diye tahmin ediyorum.

---------
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 11, 11:44 am, Duygu Kahraman  wrote:
> Selam Ali;
>
> Asıl sormak istediğim şu;mesela  TextView tv=new TextView(this); diye bir
> view yarattım.Eğer xmlde yaratmış olsaydım id sini de orada set edip
> çağırabilecektim kodun içinden.Yada R dosyasında bir referans oluşturmuş
> olacaktı.Ama program içinde yarattığımda R içinde tvye ait birşey
> yok.Sadece setId() diye birşey var ama setId() bana ben extra bir referans
> vermek istediğimde gerekli gibi geliyor.
>
> Yani şöyle birtane scrollview yaptım içinde birsürü item ekledim.Bunlardan
> 3.sü yada 5.sini aldığımda birşey yapmak istiyorsam evet bunlara sıralı bir
> id vermeliyim ki kaçıncısını aldığımı anlayayım.İşte burada sıralı id
> vermek için setId() yi kullanırım.
>
> Yanlış mı düşünüyorum anlamıyorum.Sanki tv default bir id ataması
> gerekiyormuş gibi düşünüyorum.Yada veriyor ben ulaşmasını beceremedim.
> Çok basit biliyorum ama kafama takıldı.
>

-- 
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] Re: How can i Assign a id to view Programmatically?

2011-12-11 Thread Ali Chousein
Yazdığın kodun içinden view objelerini yaratınca, findViewById()
fonksiyonunu çağırmana gerek yok. Yarattığın objelere referanslar
elinde var zaten. Referansları saklayıp sonra kullanabilirsin. View
objelerini XML'den tanımlasaydın, findViewById() sana aynı
referansları döndürecekti.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Reboot android phone programmatically

2011-12-08 Thread Ali Chousein
When you write your question word by word in Google (I think it would
be OK to skip the "Please help me if any one done this job. Thanks"
part) you get links like this:
http://stackoverflow.com/questions/3352723/how-to-boot-android-phone-programmatically
 or  http://stackoverflow.com/questions/4580254/android-2-2-reboot-
device-programmatically  etc etc etc

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Force Close - Samsung Galaxy Ace

2011-12-08 Thread Ali Chousein
Contact the shop from where you bought the phone or Samsung customer
support (you can say them "Hi" BTW).

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Stateful SMS application

2011-12-08 Thread Ali Chousein
> Hi: Gurus,

Not sure if I'm in the group you directed your question at, but the
functionality you plan to implement does not seem to be complex. I
would suggest you the following:

1. Understand how SMS sending the receiving works in Android
http://mobiforge.com/developing/story/sms-messaging-android  and
 http://developer.android.com/reference/android/telephony/
SmsManager.html

2. Define your tag which is going to be used for filtering.

3. Send this tag inside the message of an SMS.

4. Catch the SMS messages and do whatever you want with them.

The tutorial above "SMS Messaging in Android" is a very good one and
should give you the guidance you need. (BTW, you could have found it
yourself very easily also).

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: How to add a global Menu item

2011-12-07 Thread Ali Chousein
> I want to add a menu item to system Menu.that is, on any screen when
> menu button is pressed, my menu item will be added to its menu.

Why do you want to do this? Think of the possibilities the Android
framework provides and design your software accordingly.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Internet read app

2011-12-07 Thread Ali Chousein
Make and HTTPGet request (http://developer.android.com/reference/org/
apache/http/client/methods/HttpGet.html) to the URLs you are
interested in and see if that takes you anywhere.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Data Upload Problem

2011-12-07 Thread Ali Chousein
What kind of help or guidance anybody can give you without knowing
anything about the server side interface? The first step is to study
the interface at the server side and then find out how to connect and
communicate with it. It all depends on the server side interface.

> Please find any solution asap with example.
Take it easy bro!

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

On Dec 6, 7:28 am, RIMPY SAINI  wrote:
> Hi,
>
> I have problem how can post data to server.
> Please find any solution asap with example.You will be help with
> positive response.
>
> Thank you,
> Rimpy

-- 
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] Re: parsing nested xml tags using sax parser

2011-12-07 Thread Ali Chousein
Follow SAX parser examples like in this link:
http://www.java-samples.com/showtutorial.php?tutorialid=152  BTW, this
is just one of many, many, many SAX parser examples you can find
online. Nested or not, you should be able to parse any XML document
using SAX parser. You can also refer to the SAX parser documentation:
http://docs.oracle.com/javase/1.4.2/docs/api/javax/xml/parsers/SAXParser.html

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: getting location update using gps after application closed .

2011-12-06 Thread Ali Chousein
Keeping the GPS receiver on all the time is not a good idea, because
it's going to drain the battery in a short period of time and this is
not going to make users happy.

If you insist doing this, study services in Android (
http://developer.android.com/reference/android/app/Service.html ) and
see if that is going to serve the purpose.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: an app with web-services

2011-12-06 Thread Ali Chousein
The first step is to check the documentation of the web-services you
want to communicate with. The documentation will give you the URLs
which you should communicate with. Use HTTPGet (http://
developer.android.com/reference/org/apache/http/client/methods/
HttpGet.html) and HTTPPost (http://developer.android.com/reference/org/
apache/http/client/methods/HttpPost.html) to make POST or GET requests
to these URLs (the documentation of the web-services will tell you if
you should make POST or GET request). If the web services implement
OAuth authentication (once again the documentaiton will tell you if
they do), you can use the signpost library (http://code.google.com/p/
oauth-signpost/) for authenticating users and for signing your
requests.

Start working on it and as long as you work on it and try every step,
things will start making sense very soon.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: Is it possible to add rows to the listview from the top?

2011-12-04 Thread Ali Chousein
Exactly Doug! Adding the data at the desired location in the relevant
container (e.g. ArrayList) and then calling the notifyDatasetChanged()
method, is the only decent way of adding rows to a listview at any
location (top, bottom, middle, random location etc etc)

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
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] Re: list actvity is scrolling

2011-12-04 Thread Ali Chousein
The first step to get assitance in this group would be to articulate
your questions. Reading your questions for the last some months, I've
never understood what exactly you are trying to do. If expressing a
coding question in plain English is difficult (and most of the times
it is), copy paste the most relevant parts of your code and rewrite
your question by referring to the code you pasted. Otherwise, you are
trying to get assistance in vain.

-----
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Dec 4, 5:54 am, jaggu  wrote:
> yes list is scrolling but my list contains image text image like this
>
> and even my list content have only 8 elements its shouldnt be scroll
> even in my layout i haven't given scrollview also
>
> is there any procedure can any one suggest me for this
>

-- 
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


<    1   2   3   4   5   >