[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

[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

[android-developers] Re: Run Google Places app from web page

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

[android-developers] Re: How to make sure SMS is sent in Android

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

[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

[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 geethand...@gmail.com 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

[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

[android-developers] Re: location based app

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

[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

[android-developers] Re: Android Application

2012-03-08 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

[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 kmans...@gmail.com wrote: This is what I get after clicking on the link: Мы сожалеем. Таблица по указанному URL не обнаружена. Проверьте правильность URL и убедитесь в том, что владелец таблицы не удалил её. Дополнительную информацию можно

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

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

[android-developers] Re: Twitter Error

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

[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

[android-developers] Re: How to get all sms messages on phone

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

[android-developers] Re: Android Project

2012-03-01 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 are subscribed

[android-developers] Re: Android Project

2012-03-01 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 On Mar 1, 1:39 pm, Oli Wright oli.wri...@gmail.com wrote: I

[android-developers] Re: How to make this complex view

2012-02-29 Thread Ali Chousein
-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-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

[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

[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

[android-developers] Re: Seriously?

2012-02-23 Thread Ali Chousein
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

[android-developers] Re: displaying face book albums and photos

2012-02-22 Thread Ali Chousein
://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

[android-developers] Re: to develop an app

2012-02-17 Thread Ali Chousein
On Feb 16, 6:31 pm, amit pandey aammit110...@gmail.com 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

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

2012-02-16 Thread Ali Chousein
); 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

[android-developers] Re: Facebook Android Application

2012-02-16 Thread Ali Chousein
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

[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

[android-developers] Re: How to sell application from india?

2012-02-15 Thread Ali Chousein
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-developers] Re: Final year project app

2012-02-15 Thread Ali Chousein
, 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

[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

[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

[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

[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

[android-developers] Re: i want to create simple android appln

2012-02-09 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: SMS Manager

2012-02-07 Thread Ali Chousein
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

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

[android-developers] Re: Twitter Integration...?

2012-01-23 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 are subscribed

[android-developers] Re: remove view event

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

[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 dhavalkva...@gmail.com wrote: i am writing one app. in which 1. gps find lat

[android-developers] Re: Retrieving Information from the ContactsContract API

2012-01-13 Thread Ali Chousein
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

[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

[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

[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

[android-developers] Re: Custom List View is not Click-able when scrolling the list.

2012-01-11 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

[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 naveenneeli...@gmail.com wrote: Hi All, Can any one please help me in coding Flickr integration in android Thanks Naveen. -- You received this message because you are

[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

[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

[android-developers] Re: MapActivity.isRouteDisplayed()

2012-01-04 Thread Ali Chousein
. 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

[android-developers] Re: block application installation by password

2012-01-04 Thread Ali Chousein
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

[android-developers] Re: block application installation by password

2012-01-04 Thread Ali Chousein
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

[android-developers] Re: checkbox checked in listview

2012-01-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/products/994 On Nov 8 2011, 12:17 pm, vani reddy vani.reddy.bl...@gmail.com

[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

[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

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

[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

[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

[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

[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

[android-developers] Re: How to accept automatically call

2011-12-29 Thread Ali Chousein
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

[android-developers] Re: Android emulator help !!!

2011-12-28 Thread Ali Chousein
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

[android-developers] Re: Call Conference with application

2011-12-27 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/products/994 -- You received this message because you are subscribed

[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

[android-developers] Re: how can we get the notification of sending message

2011-12-27 Thread Ali Chousein
/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

[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

[android-developers] Re: Regarding Web Services Development in Android

2011-12-23 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/products/994 On Dec 22, 10:14 am, kiran rpkiran.j...@gmail.com wrote: hi, How to search

[android-developers] Re: Password app

2011-12-23 Thread Ali Chousein
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

[android-developers] Re: Wait and notify

2011-12-20 Thread Ali Chousein
++ 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

[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

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

2011-12-20 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/products/994 On Dec 19, 11:24 am, Ganesh ganesh.som...@gmail.com wrote: I

[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

[android-developers] Re: executable files on android

2011-12-19 Thread Ali Chousein
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

[android-developers] Re: Watermark a Video while recording....

2011-12-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 https://marketplace.cisco.com/apphq/products/994 -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
(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

[android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
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

[android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
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

[android-developers] Re: hi

2011-12-18 Thread Ali Chousein
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

[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

[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

[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

[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

[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

[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

[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

[android-developers] Re: how to retrieve contact image from contacts in android phonegap application

2011-12-13 Thread Ali Chousein
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

[android-developers] Re: How can i Assign a id to view Programmatically?

2011-12-12 Thread Ali Chousein
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

[android-developers] Re: How can i Assign a id to view Programmatically?

2011-12-11 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/products/994 -- You received this message because you

[android-developers] Re: Stateful SMS application

2011-12-08 Thread Ali Chousein
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

[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

[android-developers] Re: Reboot android phone programmatically

2011-12-08 Thread Ali Chousein
/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

[android-developers] Re: parsing nested xml tags using sax parser

2011-12-07 Thread Ali Chousein
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

[android-developers] Re: Data Upload Problem

2011-12-07 Thread Ali Chousein
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

[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

[android-developers] Re: How to add a global Menu item

2011-12-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/products/994 -- You received this message because you are subscribed to the Google

[android-developers] Re: an app with web-services

2011-12-06 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/products/994 -- You received this message because you are subscribed to the Google

[android-developers] Re: getting location update using gps after application closed .

2011-12-06 Thread Ali Chousein
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

[android-developers] Re: list actvity is scrolling

2011-12-04 Thread Ali Chousein
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

[android-developers] Re: Is it possible to add rows to the listview from the top?

2011-12-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/products/994 -- You received this message because you are subscribed to the Google

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

<    1   2   3   4   5   >