[android-developers] Re: Facebook posting not works if any crashing in application and some devices not allowing post wall

2011-11-30 Thread Ali Chousein
study related examples and you should be able to pinpoint where exactly the leakage is. ----- Ali Chousein Weather- Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com 

[android-developers] Re: How to connect to Facebook and publish in the wall

2011-11-29 Thread Ali Chousein
xplanation, it should work for you 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/store/produc

[android-developers] Re: Null pointer exception in sending SMS..

2011-11-29 Thread Ali Chousein
Check your logcat. It'll give you very good log information where exactly (e.g. on which exact line) you are getting the null pointer exception. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_budd

[android-developers] Re: How to move an android market app from an old account to a new account?

2011-11-29 Thread Ali Chousein
I suppose the answer to both of your questions is, you can't. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com

[android-developers] Re: How do I get glow effect on a ImageView?

2011-11-29 Thread Ali Chousein
I would override the onTouchEvent method of ImageView and in it change the related picture to a one with glow effect. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo

[android-developers] Re: Programatically adding a contact issue

2011-11-24 Thread Ali Chousein
Study the ContactsContract API ( http://developer.android.com/reference/android/provider/ContactsContract.html ). All information you need is there. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Geo

[android-developers] Re: Facebook posting not works if any crashing in application

2011-11-24 Thread Ali Chousein
erence/api/ ). ----- 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/store/products/994 -- You received this message because you are subscribed to the Goo

[android-developers] Re: How to connect to Facebook and publish in the wall

2011-11-24 Thread Ali Chousein
t the answer to your question is obvious and trivial. ----- 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/

[android-developers] Re: How come there is no PROFILE specific URI for raw contact data in the contact api?

2011-11-22 Thread Ali Chousein
Once I wrote a blog about CONTACT_ID and RAW_CONTACT_ID. Maybe you'll find it useful: http://android-contact-id-vs-raw-contact-id.blogspot.com/ ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_budd

[android-developers] Re: Want to develop Android app for Garmin Connect

2011-11-22 Thread Ali Chousein
STful interfaces or web services. ----- 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/store/products/994 On Nov

[android-developers] Re: XML file parsing ............

2011-11-22 Thread Ali Chousein
For parsing your XML you can use SAX parser. Google for "Java SAX parser example". The rest of your questions, I'm sorry I don't understand. --------- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.c

[android-developers] Re: to start an activity

2011-11-22 Thread Ali Chousein
right. ----- 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/store/products/994 -- You received this me

[android-developers] Re: Digest for android-developers@googlegroups.com - 23 Messages in 11 Topics

2011-11-21 Thread Ali Chousein
What is "AndroiBidi class"? If it's something from Google probably it's open source. Find its source code and you'll have the complete logic you need. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://

[android-developers] Re: Posting messages to facebook

2011-11-21 Thread Ali Chousein
If you already have the Facebok Android SDK, study Facebook Graph API also: https://developers.facebook.com/docs/reference/api/  All information is there, documented and explained very well. - Ali Chousein Weather-Buddy http

[android-developers] Re: debug send_sms permission

2011-11-21 Thread Ali Chousein
. - 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/store/products/994 -- You received this message because

[android-developers] Re: Handster

2011-11-16 Thread Ali Chousein
Yes it is worthwhile. Cisco chose one of my apps from Handster to distribute in their app store for example. Based on my experience it's a serious site. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_

[android-developers] Re: Help need on face book integration

2011-11-16 Thread Ali Chousein
Study Facebook Android SDK: https://github.com/facebook/facebook-android-sdk Study Facebook graph API: https://developers.facebook.com/docs/reference/api/ - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com

[android-developers] Re: Why is the activity being destroyed/recreated (NOT a configuration change)?

2011-11-16 Thread Ali Chousein
the times. ----- 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/store/products/994 -- You received this message because you are subscribed to the Goo

[android-developers] Re: More traditional Android menu

2011-11-16 Thread Ali Chousein
where. ----- 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/store/products/994 -- You received this message because you are subscribed t

[android-developers] Re: SharedPreferences question

2011-11-16 Thread Ali Chousein
What exactly is the problem you are facing? You shouldn't do anything manually with the created shared preferences XML file. Why do you think there is a problem with it? If you didn't touch it, it should be just fine. ----- Ali Chousein Wea

[android-developers] Re: Group Messaging App

2011-11-15 Thread Ali Chousein
99.99% of the time, load balancing, security 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.cisc

[android-developers] Re: get the phone owner's name

2011-11-15 Thread Ali Chousein
a configured account does not have to be the legal name of the user. --------- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ https://marketp

[android-developers] Re: integrate Facebook checkin

2011-11-15 Thread Ali Chousein
Study Facebook graph API: https://developers.facebook.com/docs/reference/api/ Refer to Facebook Android SDK also: https://github.com/facebook/facebook-android-sdk - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com

[android-developers] Sending SMS message: Delivered pending intent is not broadcasted on emulator

2011-11-12 Thread Ali Chousein
tent(SENT), 0); PendingIntent deliveredPI = PendingIntent.getBroadcast(this, 0, new Intent(DELIVERED), 0); SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phoneNum, null, message, sentPI, deliveredPI); - Ali Chousein Weather-Buddy http:/

[android-developers] Re: Urgent Help required

2011-11-11 Thread Ali Chousein
It's pretty straightforward: https://github.com/facebook/facebook-android-sdk ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/

[android-developers] Re: problem when passing control to another activity when user click on menu item in android

2011-11-11 Thread Ali Chousein
No, if you do everything right, the code you pasted shouldn't throw any exceptions. Did you add your class temperature to your AndroidManifest.xml file? You should do that, otherwise you'll get an exception. ----- Ali Chousein Weather-

[android-developers] Re: How many application i can upload with one account and whats the validity of that account/ application?

2011-11-10 Thread Ali Chousein
AFAIK, you pay the 25$ only once and then there are no restrictions to the number of applications you can upload to the Market. There are some important and simple things you should/must/can not do; one of them is violating copyrights. - Ali

[android-developers] Re: I need to add google search option to my android application

2011-11-07 Thread Ali Chousein
. - 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/store/products/994 -- You received this message because you are subscribed to the Google

[android-developers] Re: gps device on/off listener

2011-11-07 Thread Ali Chousein
Study the intent actions in the following link. Probably you'll find what you need there. http://developer.android.com/reference/android/content/Intent.html ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitte

[android-developers] Re: point me in the right direction?

2011-11-07 Thread Ali Chousein
If you are moving from iPhone to Android you are already in the right direction :-D Hahaha:-D - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered

[android-developers] Re: Problem in facebook logout

2011-11-04 Thread Ali Chousein
Probably you need to clear your cookies: CookieSyncManager cookieSyncMngr = CookieSyncManager.createInstance(context); CookieManager cookieManager = CookieManager.getInstance(); cookieManager.removeAllCookie(); - Ali Chousein Weather-Buddy http

[android-developers] Re: Parse JSON to Grid Layout

2011-11-04 Thread Ali Chousein
. - 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/store/products/994 -- You received this message because you are subscribed to

[android-developers] Re: Best way to communicate between two applications (on the same device)?

2011-11-02 Thread Ali Chousein
-Ali Chousein Weather- Buddyhttp://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/https:// marketplace.cisco.com/apphq/store/products/994 -- You received this message because you are subscribed to the

[android-developers] Re: integrate a third party application in my application

2011-10-31 Thread Ali Chousein
th it and don't do them. If you do, in the best case Google will suspend your developer account. In the worst case things can go really nasty. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Ge

[android-developers] Re: Where Does Android store the email

2011-10-30 Thread Ali Chousein
I hope this blog will be useful for you: http://email-addresses-in-android-contacts.blogspot.com/ - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered

[android-developers] Re: What is the best way to display facebook profile in android app?

2011-10-30 Thread Ali Chousein
This is a design related question and it's mainly up to you to decide which information is important to display and which is not that important to ignore (or display after cliking a 'More' button). --------- Ali Chousein Wea

[android-developers] Re: Error in documentation

2011-10-30 Thread Ali Chousein
Try creating a new issue at the following location (and don't be surprised if you never hear anything :-P ) http://code.google.com/p/android/issues/list ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitte

[android-developers] Re: Force close error while receiving message

2011-10-28 Thread Ali Chousein
Did you set the RECEIVE_SMS permission in your AndroidManifest.xml? - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ https

[android-developers] Re: Unable to get Latitude and Longitude of Address using Geocoder

2011-10-28 Thread Ali Chousein
Did you set in AndroidManifest.xml? - 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/store

[android-developers] Re: Hide\show aplication and restart activity

2011-10-27 Thread Ali Chousein
stion). ----- 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/store/products/994 -- You received this message becaus

[android-developers] Re: Where to send my Dutch translation of Eyes-free Shell strings.xml?

2011-10-27 Thread Ali Chousein
Yeah, you should contact the developer. Check Android market, I see that the related e-mail address is eyesfreeproj...@gmail.com Hopefully this helps. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy

[android-developers] Re: How to create Google map application and run?

2011-10-25 Thread Ali Chousein
apis/ http://code.google.com/android/add-ons/google-apis/mapkey.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/a

[android-developers] Re: Google Maps do Android

2011-10-24 Thread Ali Chousein
The following links could be interesting for you: http://developer.android.com/guide/topics/location/index.html http://code.google.com/android/add-ons/google-apis/ http://code.google.com/android/add-ons/google-apis/mapkey.html - Ali Chousein

[android-developers] Re: alarm type application: alarm manager not waking up application

2011-10-23 Thread Ali Chousein
, SystemClock.elapsedRealtime()+tOffset, pendingIntent); where SystemClock.elapsedRealtime() is the elapsed time in milliseconds since the system was booted, including deep sleep. "tOffset" is the milliseconds which should elapse before the alarm is fired. ----- Al

[android-developers] Re: GPS Location

2011-10-23 Thread Ali Chousein
verse geocoding (similarly also for geocoding) Internet connection is necessary. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You rec

[android-developers] Re: is it possible to send notification from a running service?

2011-10-22 Thread Ali Chousein
The problem might be in if(res=="1") Try using if (res.equals("1")) instead. --------- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-as

[android-developers] Re: Android Emulator internet connectivity Problem

2011-10-22 Thread Ali Chousein
problem might be it's difficult to guess without investigating the settings. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ --

[android-developers] Re: text color of a ListView

2011-10-22 Thread Ali Chousein
d the default color. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You received this message because you are subscribed to the G

[android-developers] Re: Can not find the address on the map in a real device (mobile phone)

2011-10-21 Thread Ali Chousein
Just a wild guess; maybe your phone has Internet connectivity problem??? (Internet connectivity it's necessary for geocoding) ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assi

[android-developers] Re: Broadcast receiver Activity is in foreground or stop.

2011-10-20 Thread Ali Chousein
there are better ways of doing this, but this simple approach should work. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ --

[android-developers] Re: How to transfer data between Android and Iphone

2011-10-19 Thread Ali Chousein
Have you tried bluetooth? - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You received this message because you are subscribed

[android-developers] Re: please help me...

2011-10-19 Thread Ali Chousein
Try Android groups in LinkedIn. They have job posting on daily basis. You won't find any job postings in this group. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http:

[android-developers] Re: Grouping same call logs just like google nexus

2011-10-18 Thread Ali Chousein
(); / - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You received this message because you are subscribed to the Google

[android-developers] Recently released: Weather-Buddy

2011-10-16 Thread Ali Chousein
An Android weather application for travelers and commuters. More information at: http://weatherbuddy.blogspot.com/ http://twitter.com/weather_buddy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: send SMS from adb without using mobilenetwork

2011-10-16 Thread Ali Chousein
send it to a phone. ----- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: ListView disappears after return from activity

2011-10-16 Thread Ali Chousein
My first wild guess is that you might a problem in your onStart or onResume of the activity which hosts your ListView. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com

[android-developers] Re: please help: broadcast receiver does not execute code

2011-10-15 Thread Ali Chousein
xecute. I would advice you to have a closer look to your code with a fresh mind. Broadcast receivers work just fine. -- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ -- You received this message because you

[android-developers] Action TIME_SET triggered after boot. Is it guaranteed?

2011-08-08 Thread Ali Chousein
Hi, I have the broadcast receiver which is triggered upon the TIME_SET action (please see below for the excerpt of the manifest). I've also observed that the same receiver is triggered after boot. If the systems sets the time after boot this behavior would make sense. Does anybody know if this is

[android-developers] Re: Jphfgyofjfjhghkloljgjkhilgxbcbghghghy

2011-08-08 Thread Ali Chousein
@Kumar: Brilliant! :-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 Fo

[android-developers] Re: Broadcast Receivers: Can they execute simultaneously or do they always execute consecutively?

2011-08-07 Thread Ali Chousein
> > Thank you Mark, that's great to know and it also simplifies things > > very much. > > Note that there is no guarantee which order those two broadcasts will > come in, though. Luckily in my case the order is not important. I'm developing an application and the correctness of it can be broken wh

[android-developers] Re: Broadcast Receivers: Can they execute simultaneously or do they always execute consecutively?

2011-08-07 Thread Ali Chousein
Thank you Mark, that's great to know and it also simplifies things very much. -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

[android-developers] Broadcast Receivers: Can they execute simultaneously or do they always execute consecutively?

2011-08-07 Thread Ali Chousein
Hi, I have a little confusion with broadcast receivers. I have a broadcast receiver which is triggered upon TIME_SET and TIMEZONE_CHANGED actions (the code is given below). What I was wondering is, can OnDateTimeChanged (see the code below) be triggered simultaneously (and its execution overlaps)

[android-developers] Re: hiii dearssssss

2011-08-02 Thread Ali Chousein
Hahaha, TreKing, the trick you played in this thread was a good one :D Thumbs up :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, se

[android-developers] Re: Emulator has Alzheimers (forgets who it is)

2011-07-31 Thread Ali Chousein
I didn't read your long message, but the title is really original and made me roll on the ground laughing :D -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 u

[android-developers] Re: How to make an alarm live even when the application which set it is killed?

2011-07-31 Thread Ali Chousein
Thank you for the information Mark, that's very helpful. Apparently simulation the OS behavior is not straightforward in this case. -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-developer

[android-developers] How to make an alarm live even when the application which set it is killed?

2011-07-31 Thread Ali Chousein
Hi, I have a little confusion with setting an alarm. If anyone could give feedback or some hints it'll be greatly appreciated. In summary here is my situation: Inside my application I set an alarm: // Set an alarm // Actually I set a unique id here. The hardcoded value

[android-developers] Re: Accessing MySQL Data From Android App?

2011-07-22 Thread Ali Chousein
as well, I don't recall all the names now). ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 21, 5:03 pm, Mobile Pocket Apps wrote: > Hello

[android-developers] Re: SQLite + Android

2011-07-22 Thread Ali Chousein
lly? Noone would do that. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 21, 11:28 pm, Tiago Oliveira wrote: > I created a base of d

[android-developers] Re: security using Biometrics

2011-07-18 Thread Ali Chousein
I doubt that you'll find such a library for free. If you are really interested in this field, you may try to get a related research job. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius)

[android-developers] Re: How to get phone's flip state?

2011-07-18 Thread Ali Chousein
Are you talking about phones with hardware keyboard? If yes, I would try to implement a solution based on current orientation. E.g. ORIENTATION_LANDSCAPE and ORIENTATION_PORTRAIT. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace

[android-developers] Re: Checkbox bug?

2011-07-18 Thread Ali Chousein
Make a bug entry here: http://code.google.com/p/android/issues/list -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 17, 3:45 pm, Simon Platten

[android-developers] Re: Getting a contact name given its phone number

2011-07-17 Thread Ali Chousein
Why are you working with "content://com.android.contacts/ phone_lookup", "content://contacts/phones/filter" etc? Use ContactsContract instead, which is supported since API level 5. Otherwise you are not writing a code which is guaranteed to work. ------ Ali Chousein Ge

[android-developers] Re: What is programming

2011-07-15 Thread Ali Chousein
> What is programming. Man!!! How soon do you plan to publish your application? -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 -- You received t

[android-developers] Re: Best way to support mobile app customers

2011-07-15 Thread Ali Chousein
> I mean how do you show your customer that > a WebSite / Facebook or Twitterfeed exists for the app? Maybe you can display the relevant links on an "About" dialog in your application. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.co

[android-developers] Re: Permissions Not Working

2011-07-13 Thread Ali Chousein
Strange. Try "Project->Clean" and see if it helps. BTW, are you editing your manifest file inside eclipse or in another editor? You should do everything inside eclipse. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplac

[android-developers] Re: Where / How to install Google API for Android 2.2 in Eclipse

2011-07-13 Thread Ali Chousein
In Eclipse choose "Window - Android SDK and AVD Manager". On the window which appears choose "Available packages". Then under the list "Android Repository" you can choose and install any available version of Google API. -- Ali Chousein Geo-Filtered

[android-developers] Re: How to create SQLite database file

2011-07-13 Thread Ali Chousein
Take a look here: http://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html Also study one of the samples which come with the SDK installation, which creates an SQLite DB (if you search-in-files for SQLiteOpenHelper you'll find such examples). ------ Ali Cho

[android-developers] Re: android receiver permission

2011-07-12 Thread Ali Chousein
You should be able to find the answer to your question on this page: http://developer.android.com/reference/android/Manifest.permission.html -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https

[android-developers] Re: Minimize activity on back key press

2011-07-12 Thread Ali Chousein
cycle. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 7, 2:58 pm, sandeep kumar wrote: > On Back Key press i want to minimize the application, How

[android-developers] Re: how to differ reject call and miss call

2011-07-12 Thread Ali Chousein
x27;s urgent help me asap" yelling, I completely agree with Justin. People in such platforms generate content voluntarily. If you have a question post it and then be patient and wait. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android ma

[android-developers] Re: How can show two view at the same time?

2011-07-11 Thread Ali Chousein
I think your question is not very clear, but I would suggest you to put your views in a RelativeLayout. Studying RelativeLayout in the samples shoud take you somewhere. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for

[android-developers] Re: Localization

2011-07-10 Thread Ali Chousein
> . load > the layout again after changing the locale Martin, good information man. Although I didn't ask the original question, thank you. If I ever support localization I'll keep this in my mind. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assist

[android-developers] Re: Localization

2011-07-10 Thread Ali Chousein
Your subclasses will be responsible for returning/ setting your strings for the current language. If there are better suggestions please share them. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius)

[android-developers] Re: Can somebody give me a Google+ invitation?

2011-07-08 Thread Ali Chousein
Fei, please come and join Google+ (Is this good enougn invitation? :-) ) -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 8, 1:07 pm, fei wang

[android-developers] Re: Two Processes exist in One Android Application. Really?

2011-07-08 Thread Ali Chousein
Good and convincing use case :-) -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 8, 3:51 pm, Streets Of Boston wrote: > It's possible: &

[android-developers] Re: edit pdf with android?

2011-07-08 Thread Ali Chousein
Sure it's possible. Just write the application for it. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 8, 9:30 am, Hitendrasinh Gohil wrote:

[android-developers] Re: ListView items height

2011-07-08 Thread Ali Chousein
when necessary. Clicking on an item would open a dialog showing the complete tweet. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 8, 12:30 am, omar02

[android-developers] Re: Force Close when opening app after pressing home button

2011-07-08 Thread Ali Chousein
functions are called. Most probably your problem lies somewhere there. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https://marketplace.cisco.com/apphq/products/510 On Jul 8, 8:31 am, Jo Mon wrote: > Is th

[android-developers] Re: How to publish the application in test mode

2011-07-08 Thread Ali Chousein
o the market. You need to choose 'Publish' in order to download and install it from the market. And if anything goes wrong (what could go wrong, except if you are not careful enough and upload a wrong APK), you can replace it immediately with a fixed version. -- Ali Chousein Geo-Fil

[android-developers] Re: Two Processes exist in One Android Application. Really?

2011-07-08 Thread Ali Chousein
Just curious... Why multi-threading is not enough for you and you would like to create multiple instances of the same process? What is the use case? -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisco Android marketplace (Chosen for Cisco Cius) https

[android-developers] Re: Need dictionary database.

2011-07-07 Thread Ali Chousein
Check online dictionaries to see if any of them provides a REST interface which would allow you to make queries. Other than that, I'm afraid the late Webster (and peace be upon him) is not a member of this group. ------ Ali Chousein Geo-Filtered Assistant http://geo-fil

[android-developers] Re: signing my apk file for distribution. keystores, certificates, signing ??..

2011-07-07 Thread Ali Chousein
If you follow the tutorial it should work like a charm. Probably the paths you give in your commands are not correct. Have a closer look. Try using absolute paths, instead of relative paths in your commands. -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com

[android-developers] Re: ScrollBar in Android not working ???

2011-07-07 Thread Ali Chousein
new ScrollView(this); scroll.addView( linLayout, new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.WRAP_CONTENT) ); addContentView(scroll, new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.WRAP_CONTENT)); -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ Cisc

[android-developers] Re: Sending GPS coordinate to emulator reboots it

2011-07-07 Thread Ali Chousein
75 48.3945 geo fix 2.3511 48.8577 Could it be the case that there is a bug in the logic of your code which handles the GPS signal? Do you get the same problem when you send the GPS coordinates while running the 'Hello World' example? ------ Ali Chousein Geo-Filtered Assistant

[android-developers] Re: starting learning Android

2011-07-06 Thread Ali Chousein
If online sources don't satisfy you much, then I would recommend you "The Busy Coder's Guide to Android Development" and "The Busy Coders Guide to Advanced Android Development". The author is available in this platform and shares parts of his book for free to help e

[android-developers] Re: Multiple tasks within application

2011-07-06 Thread Ali Chousein
hat's unnecessary complexity. If the implementation has become too complex, go back and revise your design or even the requirements. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ On Jul 6, 8:36 am, Roman Mazur wrote: > It's supposed that one d

[android-developers] Re: Multiple tasks within application

2011-07-05 Thread Ali Chousein
application on the same device and at the same time? What is the use case? -- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ On Jul 5, 6:02 pm, Roman Mazur wrote: > The problem I'm trying to solve is how to support a number of separate > back stacks

[android-developers] Re: Android device require to be re-booted in order to view newly added contact - code snippet attached

2011-07-05 Thread Ali Chousein
If you want to insert and delete contacts, why you don't use the ContactsContract interface (http://developer.android.com/reference/ android/provider/ContactsContract.html), but try to do some mumbo jumbo with Uri.parse("content://icc/adn")? -- Ali Chousein Geo-Filtered

[android-developers] Re: android facebook.

2011-07-05 Thread Ali Chousein
Graph API more: http://developers.facebook.com/docs/reference/api/ ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ On Jul 5, 7:33 am, yanamala siddaiah wrote: > I am using facebook sdk. I want to login facebook . facebook is logged > in if predefined

[android-developers] Re: How to open a sms thread by thread id or sender number

2011-07-04 Thread Ali Chousein
r own risk, there is no official interface support. ------ Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ On Jul 3, 5:26 am, GMR wrote: > Hi guys! > > I need an experience to open a sms thread programmatically from my mms > or sms inbox queried by

<    1   2   3   4   5   >