[android-developers] Re: Does higher version support all feature of lower version in android?

2012-10-12 Thread Ali Chousein
I doubt that you can have a satisfactory answer on this, because the behavior can also be OEM specific. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.besocial https://play.google.com/store/apps/details?id

[android-developers] Re: how to create a wlakie talkie application using android?

2012-10-10 Thread Ali Chousein
Is it very urgent? I've good news for you: GTalk, Skype and similar applications can be considered walkie talkie class of apps. Start using either of them and your problem is solved! -Ali -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Positive reviews being sold in spam email

2012-08-31 Thread Ali Chousein
I would start from here. Strongly agree with you. Such fraud should be stopped. http://support.google.com/googleplay/android-developer/bin/answer.py?hl=enanswer=113417topic=15868ctx=topic - Ali Chousein https://play.google.com/store/apps

[android-developers] Re: how to get public API's

2012-08-30 Thread Ali Chousein
Have you checked Google Places API? https://developers.google.com/places/documentation/ - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.besocial https://play.google.com/store/apps/details?id=com.apps.weather_buddy -- You

[android-developers] Re: Can i use google inside my app?

2012-08-29 Thread Ali Chousein
as you pay the fee for using the search service). If I used web search in my apps, I would try making it transparent to the user thought. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.besocial https://play.google.com

[android-developers] Re: Check This one , this is my first Application in google play

2012-08-27 Thread Ali Chousein
I observed happening in the past. Please don't ask for further clarification because I don't know more than what I wrote above. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.besocial https://play.google.com/store/apps

[android-developers] Re: New Android Forum

2012-08-07 Thread Ali Chousein
A new forum, if it becomes popular, will make its moderator(s) visible in the community. Other than that just copying existing platforms and creating a new one doesn't add anything for the community (it even costs extra time and distracts focus). You want visibility? Come up with a new idea,

[android-developers] Re: in AppSubscription Android

2012-07-24 Thread Ali Chousein
Test your integration using static in-app payment responses. If it works for in-app payment, it works for in-app subscription also. I can tell you this based on personal experience. - Ali Chousein https://play.google.com/store/apps/details?id

[android-developers] Re: Adding functions dynamically from application to Jar

2012-07-17 Thread Ali Chousein
software. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com/android/implementation -- You received this message because you

[android-developers] Re: query for contact

2012-07-13 Thread Ali Chousein
In your selection criteria require that the selected contacts have phone numbers. String selection = ContactsContract.Contacts.HAS_PHONE_NUMBER + = ?; String[] selectionArgs = new String[]{1}; Hope it helps. - Ali Chousein https

[android-developers] Re: newbie question

2012-07-12 Thread Ali Chousein
Try cleaning your project (Project-Clean) and see if it fixes the errors. If you're getting errors right after you create a project, cleaning it helps in most of the cases. - Ali Chousein https://play.google.com/store/apps/details?id

[android-developers] Re: Facebook Integration in AppMobi

2012-07-12 Thread Ali Chousein
/ - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com/android/implementation -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: building a Dictionary....need help

2012-07-12 Thread Ali Chousein
Seriously guys, when I developed a paid in-app feature (0.99$/Year by the way, bloody expensive yeah?) and informed my friends about it, they were very disappointed that it was not free (some even were offended that I send them info about an app which had paid parts). And then we have here also

[android-developers] Re: Ideas for my new application

2012-07-11 Thread Ali Chousein
think this would be the only help you could get in any forum. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com/android

[android-developers] Re: Get Passwords from Webview

2012-07-11 Thread Ali Chousein
If you do that nobody will be using your app. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com/android/implementation

[android-developers] Re: Is it allowed to sell real products with Inapp Billing?

2012-07-10 Thread Ali Chousein
AFAIK, it is not allowed. You can sell digital content only or software features. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http

[android-developers] Re: Is it possible to add round corner to a full view ?

2012-07-10 Thread Ali Chousein
Draw your image based on your needs and add it as an image to your view. That's all you need. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy

[android-developers] Re: How to encrypt a username and password ?

2012-07-09 Thread Ali Chousein
instead. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com/android/implementation On Monday, July 9, 2012 6:21:31 AM UTC

[android-developers] Re: [ASK] about get location using GPS

2012-07-09 Thread Ali Chousein
multiple emulators running, their port numbers are going to be 5554, 5556, 5558, etc etc) 2. geo fix longitude latitude altitude (The altitude above is optional, you can skip it if you want) Hope it helps. - Ali Chousein https://play.google.com

[android-developers] Re: Lock orientation once the app started?

2012-07-09 Thread Ali Chousein
/ - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com/android/implementation On Monday, July 9, 2012 5:24:11 AM UTC+2, limtc wrote: Is it possible

[android-developers] Re: How much time take for Google certification for apps

2012-07-04 Thread Ali Chousein
it immediately, probably because it takes some time to refresh the related servers. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com

[android-developers] Re: How to prevent the layout from getting reset when the screen orientation changes?

2012-07-02 Thread Ali Chousein
Once I developed my own approach to control this behaviour: android-screen-layout.blogspot.be - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy

[android-developers] Re: How can I send suggestions to Android development?

2012-07-02 Thread Ali Chousein
that). - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy http://www.paygol.com/android/implementation -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android app with google calender

2012-07-02 Thread Ali Chousein
Certainly it is possible. Take a look at the CalendarContract interface: http://developer.android.com/reference/android/provider/CalendarContract.html - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https

[android-developers] Re: Merge Contact

2012-07-02 Thread Ali Chousein
Both contacts should have the same RAW_CONTACT_ID. Android aggregates them then automatically. - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav https://play.google.com/store/apps/details?id=com.apps.weather_buddy

[android-developers] Re: android in-app billing sandbox

2012-06-29 Thread Ali Chousein
You have the static responses only to test in a sandbox environment. Once that is working you can test with real payments only. Honestly I don't see (m)any reasons why to complain about this setup. -Ali -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How can I open my app with power button?

2012-06-28 Thread Ali Chousein
Is there a way to contact Android to please them to modify the software? I'm sure they are looking forward to it. I think my app should be on every android, it's very important... Mine also. It's THE greatest sin not to have it on your device. -- You received this message because you

Re: [android-developers] Career for a Android Developer

2012-06-20 Thread Ali Chousein
Go ahead and put all your efforts in Android. I'm almost certain that you have this group's blessing. On Tuesday, June 19, 2012 2:10:37 PM UTC+2, Sandeep Venkat wrote: ofcourse i am a b.tech 2011 passout from the background of DOTNET development..Till now i don't know anything about android

[android-developers] Re: android application development

2012-05-23 Thread Ali Chousein
. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android/implementation http://geo-filtered-assistant.blogspot.com -- You received this message

[android-developers] Re: Publishing free and paid versions of the same app

2012-05-21 Thread Ali Chousein
deciding to buy the paid features. Plus they don't have to go through the hassle of installing another APK to get the paid features. @Raghav: +1 for your comment in your signature! - Ali Chousein http://socialnav.blogspot.com | http://twitter.com

[android-developers] Re: Publishing free and paid versions of the same app

2012-05-21 Thread Ali Chousein
. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android/implementation http://geo-filtered-assistant.blogspot.com -- You received this message because you are subscribed

[android-developers] Re: Can I get user's city without using GPS?

2012-05-21 Thread Ali Chousein
AFAIK, to get location information from NETWORK_PROVIDER you need the ACCESS_COARSE_LOCATION permission. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy

[android-developers] Re: Google lost vs Oracle.

2012-05-18 Thread Ali Chousein
accept the outcome (whatever that might be). - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android/implementation http://geo-filtered

[android-developers] Re: Google Play Account

2012-05-16 Thread Ali Chousein
Play Team. Even thought Google tends to ignore support questions, AFAIK they are quite fast in responding to infringement complains. I suggest you to contact the Google Play Team with all e-mails. - Ali Chousein http://socialnav.blogspot.com | http

[android-developers] Re: Android for UK??

2012-05-16 Thread Ali Chousein
Generally when making a UK version of the site, they change the spellings of Americanized words, such the site my read something like: Hhhmmm, just wondering, are people in UK something like compilers and cannot read further once they catch a spelling error? :-P -- You received this message

[android-developers] Re: Customizing Android's default contacts app

2012-05-11 Thread Ali Chousein
/customize pre-installed apps without having their source code, making the changes in the source code and then building it yourself. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http

[android-developers] Re: Goople Place API

2012-05-11 Thread Ali Chousein
You don't need any third party libraries for retrieving data from Google Places API. You can just use HTTPGet. This is because you are not accessing any data which requires authorization; all data on Google Places API is public. - Ali Chousein http

[android-developers] Re: Disable call, SMS, email programmatically.

2012-05-10 Thread Ali Chousein
I doubt that you can do these unless you build your own firmware. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android

[android-developers] Re: In-App purchase with Google map

2012-05-10 Thread Ali Chousein
this functionality and it's working great. Why should anybody pay you for this feature? - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http

[android-developers] Re: Instant upload without sync

2012-05-03 Thread Ali Chousein
You have a better chance of finding answers to Google+ related questions here: https://developers.google.com/+/ - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com

[android-developers] Re: How to enable/disable GPS , Wi-Fi hotspots programmatically?

2012-05-03 Thread Ali Chousein
/disabling Wi-Fi should be something similar. I've never done it in my apps. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android

[android-developers] Re: Blocking Outgoing SMS

2012-05-02 Thread Ali Chousein
I don't think you can block outgoing SMS, unless you change Android itself. And honestly, I would be very surprised if Android supports such functionality by default. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re:

2012-05-02 Thread Ali Chousein
Hhhmmm, inside the onResume method of your related activity you know that activity is about to be displayed. In the implementation of onResume you can initiate a refresh and everything will be fine I think. - Ali Chousein http

[android-developers] Re: How insert in android a web service client created using eclipse wizard and WSDL.

2012-05-02 Thread Ali Chousein
proguard.cfg you need to specify that the necessary classes should not be stripped out from the generated binary. But, as I said, this is just a wild guess. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: noob question

2012-05-01 Thread Ali Chousein
of the company you're working for, if you can post code snippets and under which conditions you can do that. The company can fire you, or even worse, can sue you for posting proprietary code on the Internet. - Ali Chousein http

[android-developers] Re: accessing contact image

2012-05-01 Thread Ali Chousein
PHOTO_ID example or ContactsContract PHOTO_URI example and I'm sure you're going to find examples which are going to guide you to write the code you need. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] This group is for knowledge sharing and sometimes to get answers to very specific questions. Please don't abuse it.

2012-05-01 Thread Ali Chousein
Newbies, novices and in general group members who cannot get something done alone, Stop sending private e-mails to group members, asking questions that you can easily find in documentation (given that you bother reading 5-10 mins), asking for code and telling that it's urgent (Urgent? Are you

[android-developers] Re: This group is for knowledge sharing and sometimes to get answers to very specific questions. Please don't abuse it.

2012-05-01 Thread Ali Chousein
P.s., wow, do you actually bring in that high an hourly rate consistently!  I need to get a real job if that's the case. That's the rate which would make me feel that something is urgent indeed. And yes, lately many people have been sending private e-mails and asking basic questions. I've

[android-developers] Re: How to add facebook page in android apps

2012-04-18 Thread Ali Chousein
add facebook page of the client, .if any source code or any reference is there pls share with me. And how much hourly rate are you willing to pay to a competent developer who can do this for you? (Android Developer) Really -- You received this message because you are subscribed to the

[android-developers] Re: Search a contact using phone number

2012-04-15 Thread Ali Chousein
code accordingly. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered

[android-developers] Re: How to integrate Google maps and Facebook page and Twitter in android apps.

2012-04-14 Thread Ali Chousein
to pay what you are asking for? Probably not. Please know that a competent developer never asks for readyly cooked code; he writes the code himself instead. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: Problems locking the screen orientation with ActivityInfo.SCREEN_ORIENTATION_NOSENSOR

2012-04-12 Thread Ali Chousein
Handling screen orientation manually could be helpful for your case. My blog on this subject might be useful for you: http://android-screen-layout.blogspot.com/ - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: Play maket and reviews

2012-04-12 Thread Ali Chousein
. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com

[android-developers] Re: SMS application for iPhone - http://alturl.com/jfzi4

2012-04-12 Thread Ali Chousein
We have recently developed SMS Application (Beta version) for iPhone. Find below the link for your reference. Good for you man, thumps f@#~!*@ up. And what do you want us to do after your great achievement? Give up any interest developing apps for Android and spend 3K-4K $$$ just to get started

[android-developers] Re: Search action not working

2012-04-11 Thread Ali Chousein
alternative, but it's not really free: https://developers.google.com/custom-search/v1/overview Have a look at Yahoo Search Web Service: http://developer.yahoo.com/search/ and also at Bing Developer: http://www.bing.com/toolbox/bingdeveloper/ - Ali

[android-developers] Re: Android App resets after device orientation has changed (how to solve?)

2012-04-10 Thread Ali Chousein
Once I wrote a blog on how to handle the screen orientation change. Maybe you'll find it useful: http://android-screen-layout.blogspot.com - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com

[android-developers] Re: Help Calendar Android

2012-04-10 Thread Ali Chousein
This is your starting point: https://developers.google.com/google-apps/calendar/ - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http

[android-developers] Re: How to trace down ANR

2012-04-10 Thread Ali Chousein
ANR means, you are blocking the main thread with some heavy calculations. Have you understood what is explained in the following link? http://developer.android.com/guide/practices/design/responsiveness.html - Ali Chousein http

[android-developers] Re: App crashs when cancelling progresbar

2012-04-10 Thread Ali Chousein
from the logcat. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered

[android-developers] Re: Language preference to phones

2012-04-10 Thread Ali Chousein
And are you expecting us to change the current regulations using Android SDK? -- 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

[android-developers] Re: how to convert button to hyperlink or textview to hyperlink

2012-04-10 Thread Ali Chousein
Text -- Hyperlink: Use android:autoLink=web - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx

[android-developers] Re: Email Post

2012-04-06 Thread Ali Chousein
Configure your group membership to receive abridged summary. Then you're going to receive 1-2 emails per day, which I believe won't be annoying. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-05 Thread Ali Chousein
/AndroidRuntime( 7160): java.lang.NullPointerException E/AndroidRuntime( 7160): at com.facebook.katana.service.method.VideoUpload.getRealPathFromURI(VideoUpload.java: 144) - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: Who can explain it for me ? What is the problem ? ANR in android.process.acore

2012-04-03 Thread Ali Chousein
/responsiveness.html - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered

[android-developers] Re: How to use AlarmManager on Dialog?

2012-04-03 Thread Ali Chousein
. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com -- You received this message

[android-developers] Re: please help me

2012-04-03 Thread Ali Chousein
Android documentation makes very good suggestions on this: http://developer.android.com/resources/faq/framework.html#3 - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com

[android-developers] Re: After sent SMS successful, hope my activity will receive the sent message

2012-04-03 Thread Ali Chousein
- Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com

[android-developers] Re: SMS URI trigger Application

2012-04-03 Thread Ali Chousein
http://stackoverflow.com/questions/2372248/launch-sms-application-with-an-intent - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http

[android-developers] Re: HI, I am a game designer form HK and have done a game by UNITY

2012-04-03 Thread Ali Chousein
Have you gone through the steps explained in the following link? I think you are trying to publish your debug APK. http://developer.android.com/guide/publishing/publishing.html - Ali Chousein http://socialnav.blogspot.com | http://twitter.com

[android-developers] Re: passing data to android vnc viewer...

2012-04-03 Thread Ali Chousein
Consider using the putExtra method on Intent: http://developer.android.com/reference/android/content/Intent.html#putExtra%28java.lang.String,%20android.os.Bundle%29 - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: developing a trivia game

2012-04-03 Thread Ali Chousein
how is it possibleplease explain You forgot to ask his hourly rate! -- 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] Re: LinkedIn integration issue

2012-04-03 Thread Ali Chousein
And then if you still have problems, contact them:http://developer.linkedin.com/rest Or contact me. My hourly rate is 120 Euros. -- 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] Re: It is possible to lock the screen orientation of the phone only when you want? (dinamically)

2012-03-31 Thread Ali Chousein
Maybe my blog on this subject might be useful for you. There is a section Locking the screen layout in it: http://android-screen-layout.blogspot.com - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: Android app as background service

2012-03-30 Thread Ali Chousein
I think this thread is interesting for your case: http://groups.google.com/group/android-developers/browse_thread/thread/483b5fbd8d0dc0f9 - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com

[android-developers] Re: how to insert image in text view

2012-03-28 Thread Ali Chousein
Use LinearLayout to put a TextView and an ImageView next to each other. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB

[android-developers] Re: Android database

2012-03-28 Thread Ali Chousein
It sounds like you need to implement a mini server for your Android application which will enable other phones access a local database. Google for implement server Android, if I remember it right stackoverflow has some good threads on this. - Ali

[android-developers] Re: How to close the dialogbox when clicking on the menu button

2012-03-28 Thread Ali Chousein
Dialogs in Android have the dismiss method (http:// developer.android.com/guide/topics/ui/dialogs.html#DismissingADialog) I guess you need to call this method inside the on click listener of your menu button. - Ali Chousein http

[android-developers] Re: Save the whole Intent and context at somewhere

2012-03-28 Thread Ali Chousein
Hhhmmm, what about starting a service in your broadcast receiver, which will implement the functionality you are interested in? I expect this approach will work. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: Save the whole Intent and context at somewhere

2012-03-28 Thread Ali Chousein
Study the sample codes which come with the SDK installation. They contain examples on how to implement a service and how to implement a broadcast receiver correctly. In general these sample codes provide good examples for many things. - Ali Chousein

[android-developers] Re: How Many Android App Stores to Submit …?

2012-03-27 Thread Ali Chousein
want to distribute your app in multiple stores, yes, you have to submit one by one. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http

[android-developers] Re: Re : passing data between activities

2012-03-27 Thread Ali Chousein
- Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com -- You received this message because you

[android-developers] Re: How to send/pass string to a web service from emulator and that web service returns same string.

2012-03-27 Thread Ali Chousein
://developer.android.com/reference/org/ apache/http/client/methods/HttpGet.html)  Google for examples, you'll find plenty. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http

[android-developers] Re: My app was suspended for a donate button, Google hasn't responded?

2012-03-27 Thread Ali Chousein
. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com -- You

[android-developers] Re: Problem for calling ListActivity

2012-03-27 Thread Ali Chousein
. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com -- You received this message because

[android-developers] Re: Save the whole Intent and context at somewhere

2012-03-27 Thread Ali Chousein
your reply will not handle my  call when my application is running in background.Is there any other way? Well, I'm not sure if I agree. I still have a feeling that you are not implementing your broadcast receiver correctly. - Ali Chousein http

[android-developers] Re: LinkedIn integration issue

2012-03-27 Thread Ali Chousein
They have quite good documentation on this. Follow what is explained here: http://developer.linkedin.com/rest - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com

[android-developers] Re: Calendar edit event force close error....

2012-03-26 Thread Ali Chousein
at it. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.codeproject.com/KB/android/PayGol-Android.aspx http://geo-filtered-assistant.blogspot.com -- You received this message because you

[android-developers] Re: Sending GPS coordinates to a server

2012-03-26 Thread Ali Chousein
the responsible people to find out its interface. If you should develop the server also, I guess you need to research the best practices for server side architectures to decide which one fits best your scenario. - Ali Chousein http://socialnav.blogspot.com

[android-developers] Re: Broadcast receiver execution.

2012-03-26 Thread Ali Chousein
For anything which works asynchronously (BroadcastReceivers work asynchronously) I wouldn't make any assumptions that you are going to receive messages in order. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: send twitter status with geolcation using api

2012-03-25 Thread Ali Chousein
Try asking Twitter API related questions here: https://dev.twitter.com/discussions  I guess you'll have better chance then someone will answer your question. - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http

[android-developers] Re: Save the whole Intent and context at somewhere

2012-03-24 Thread Ali Chousein
implementation doesn't work, it's probable you are doing something wrong when handling the related broadcast receiver. It might be worth to check out this tutorial: http://www.vogella.de/articles/AndroidServices/article.html - Ali Chousein http

[android-developers] Recently released: SocialNav

2012-03-24 Thread Ali Chousein
An individually developed Android application, where social networking and mobile navigation meet. More information can be found at: http://socialnav.blogspot.com It can be downloaded from: Google Play: https://play.google.com/store/apps/details?id=com.apps.social_nav Handster:

[android-developers] Re: SMS with name

2012-03-23 Thread Ali Chousein
/ContactsContract.html  Google also for ContactsContract example, there are plenty of them. But AFAIK in every Android based device you already can send SMS messages by entering the name. - Ali Chousein http://www.codeproject.com/KB/android/PayGol

[android-developers] Re: SMS as techinque for chatting

2012-03-22 Thread Ali Chousein
you have chosen. PS. And please man, don't drop vowels when you write something! - Ali Chousein http://www.codeproject.com/KB/android/PayGol-Android.aspx http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://geo-filtered

[android-developers] Re: Sync Android app with Outlook

2012-03-22 Thread Ali Chousein
Try to find out which interfaces are available for accessing data in Outlook. Studying the Outlook interfaces should be your starting point. Your question is not Android SDK specific. - Ali Chousein http://www.codeproject.com/KB/android/PayGol

[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-developers] Re: facebook

2012-03-19 Thread Ali Chousein
- 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

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

2012-03-19 Thread Ali Chousein
I don't know, but if you declare the RECEIVE_SMS permission in your manifest, the BoradcastReceiver should be notified when you receive an SMS. I guess you are missing such detail. - Ali Chousein http://www.codeproject.com/KB/android/PayGol

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

2012-03-19 Thread Ali Chousein
I guess you need another tutorial on how to deal with broadcast receivers: http://www.vogella.de/articles/AndroidServices/article.html - Ali Chousein http://www.codeproject.com/KB/android/PayGol-Android.aspx http://weatherbuddy.blogspot.com | http

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

2012-03-19 Thread Ali Chousein
My experience is that it doesn't. That's why you have to try it on a phone. And yes, working with SMS on a phone is costly. - Ali Chousein http://www.codeproject.com/KB/android/PayGol-Android.aspx http://weatherbuddy.blogspot.com | http

  1   2   3   4   5   >