[android-developers] most efficient practice for RecyclerViews items

2019-10-12 Thread Mohamad T Ahmad
Hey, first time posting here in a while, feel free to correct me if I'm doing something wrong. I'll jump right into the subject, let's say we have two types of data we can possibly display inside RecyclerViews, for example, image and text, some items have text some have images and others

[android-developers] Need Java/J2ee Fullstack Cloud in Phoenix, AZ (Need i94/passport at the time submission)

2018-02-20 Thread Shadab Ahmad
Hello!! My direct client seeking a senior Java/J2ee Fullstack Cloud for Phoenix, AZ onsite location. Please share your consultant Resume with contact details. Java/J2ee Fullstack Cloud Phoenix, AZ Long Term Contract Mode Of interview will be Skype/Telephonic Job description We are looking

[android-developers] PT. First Payment Indonesia Looking for SENIOR SOFTWARE ENGINEER

2017-09-07 Thread Zaky Ahmad
Hello All, FYI. https://id.jobsdb.com/ID/EN/Search/FindJobs?KeyOpt=COMPLEX=1=1=1=Positions,Companies=first%20payment%20indonesia%20pt=JSRSB -- *Regards,Zaky Ahmad* [image: Hasil gambar untuk go green email signature] -- You received this message because you are subscribed to the Google Groups

[android-developers] Software Engineer

2016-11-09 Thread Zaky Ahmad
# this will be contract based (1 year) with possible extension -- *Regards,Zaky Ahmad* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developer

[android-developers] playing custom signal through speaker

2016-09-11 Thread Abdelmoneam Ahmad
I know how to play standard format but, how to play a custom signal through the 3.5mm socket of headphones. for example if I want to output my custom signal through speakers lets say about 9 ms output high then 2ms output low etc. -- You received this message because you are subscribed to

[android-developers] Android Webview Caching

2016-08-14 Thread Ahmad Farid Mubarok
I write in MainActivity.java: my.WebView.getSettings() .setCacheMode(WebSettings.LOAD_NO_CACHE); myWebView.loadUrl("file://android_asset/start.html"); And i write in start.html: http://www.example.com/> http://www.example.com/pics.png; onerror="window.location='offline.html';"> How to make

[android-developers] Why does Android block Fragment transactions inside onLoadFinished()?

2016-07-31 Thread Safwan Ahmad
I am having trouble replacing a fragment from the onLoadFinished() method of my loader. I have posted the problem to StackOverflow here . When I checked the source code

[android-developers] Re: Click on Status bar notification switch to task in current state?

2013-01-07 Thread Ahmad Nemati
it's been a while from last reply on this and so many things has changed since then specially to notification class, yet I'm searching web for exactly the same question! So please if anyone still follows this conversation or came along with answer to this matter, I'd really appreciate it. to be

[android-developers] Multiple layout / pages for my android app!

2012-10-04 Thread Ahmad Ardal
Hello! I have a button in my app. When I press that button, I want it to open a new page or layout as you call it, for that button. Then you should be able to go back somehow. How can I do this? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] getWaveForm() method of Visualizer class returns byte array with all -128

2012-08-11 Thread Ahmad Naqibul Arefin
Hi, When I call getWaveForm method of Visualizer class, most of time I get all -128 in byte array and sometimes I get different values in byte array (this is correct). I though it may be sound volume issue, but applied both high volume and low volume in code and got same result. My sample

[android-developers] How Google Map gets current location in Android ?

2012-06-18 Thread Ahmad
Can someone from Google Android (map) write the steps and code used by Google Android in this subject ? Here “youtube.com/watch?v=v6gqipmbcok” says it uses cell towers. But I can see the GPS is used by Google Map too. Here “http://stackoverflow.com/questions/3145089/what-is-the-simplest-

[android-developers] Re: How Google Map gets current location in Android ?

2012-06-18 Thread Ahmad Mobasseri
smoke and mirror. You need to use whatever location provider is available to give the user the illusion that there is a location fix. Only then should you switch to best provider, and provide the real GPS based location. On Monday, June 18, 2012 5:32:01 PM UTC-4, Ahmad wrote: Can someone from

[android-developers] Android inapp billing sample: Unable to import to Eciplse

2012-06-12 Thread Ahmad
Summery: I have down loaded, changed package name but on import to Eclipse, I get the error: No projects are found to import !? What I'm missing ? Details: I'm following Android doc. http://developer.android.com/guide/market/ billing/billing_integrate.html Section 'Downloading the Sample

[android-developers] Live Streaming Speed

2012-05-11 Thread Ahmad Saeed
How Can I calculate Live Streaming speed? It may be in any form, audio or video. In video, I have find that we can do it with frame per second. One way is to get frame. and calculate frame in a second. But is there any api or any other way to do it. -- You received this message because you

[android-developers] Universal set up to Android Games

2012-03-12 Thread Ahmad Kaddoura
I forgot where I found the details, but i was wondering if anyone knows the basic set-up to Android games. -- 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

[android-developers] Re: Universal set up to Android Games

2012-03-12 Thread Ahmad Kaddoura
that would depict the system time, and then there would be another class with all the variables. Am i missing anymore classes that would be important? Are there any mistakes. Many Thanks Ahmad -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Android Game Programming help

2012-03-10 Thread Ahmad Kaddoura
to look at through the stages of developing android apps(games). Thanks Ahmad On Friday, March 9, 2012 3:28:31 PM UTC+2, Oli Wright wrote: See that box at the top of the page? Type Android Game Programming into it and select the Search in Android Developers option. You'll find plenty

[android-developers] Android Game Programming help

2012-03-09 Thread Ahmad Kaddoura
. In addition, i would also like to know good places to learn android game programming, as well as to start off. I've already downloaded Eclipse and installed the SDK, but I'm wondering what is the best way to make android games. Thank you for your help, Ahmad -- You received this message

[android-developers] Re: automatic take internet connection whatever exist

2012-02-24 Thread tofeeq ahmad
Its by default take what ever connection exist if we do not filter it.But you have to mention all permission for using all connection. http://androidtrainningcenter.blogspot.in/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Custom Listview in android?

2012-02-24 Thread tofeeq ahmad
See this link..you will get idea http://androidtrainningcenter.blogspot.in/view/sidebar#!http://androidtrainningcenter.blogspot.com/2012/01/creating-listview-using-baseadapter.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: getView called many times when the count is 1

2012-02-24 Thread tofeeq ahmad
Show your code please and see this may you get some idea http://androidtrainningcenter.blogspot.in/view/sidebar#!http://androidtrainningcenter.blogspot.com/2012/01/creating-listview-using-baseadapter.html On Feb 24, 1:14 pm, vani reddy vani.reddy.bl...@gmail.com wrote: Hi  friends, In my

[android-developers] Re: getView called many times when the count is 1

2012-02-24 Thread tofeeq ahmad
Paste your code for idea and go to this link for more info about list adapter http://androidtrainningcenter.blogspot.in/view/sidebar#!http://androidtrainningcenter.blogspot.com/2012/01/creating-listview-using-baseadapter.html -- You received this message because you are subscribed to the Google

[android-developers] Augmented Reality

2012-01-19 Thread tofeeq ahmad
I am working on Augmented Reality from last 7 days.I implement AndAR API library for this purpose.My problem is creating marker.I used some online marker generator.But all has one limitation that every pattern should have black border around it otherwise it will not make a pattern. This is

[android-developers] Re: Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

2012-01-13 Thread yaqub ahmad
See the solution here: http://stackoverflow.com/a/8833346/265167 On Jan 3, 8:06 am, yaqub ahmad yaqubon...@gmail.com wrote: But why it was ok in the previous versions of Android like 1.6? On Dec 31 2011, 4:47 pm, sonu thomas sonup...@gmail.com wrote: Android does not play all streams

Re: [android-developers] RTSP example needed

2012-01-08 Thread Hanan Ahmad
frm lhr -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] RTSP

2012-01-08 Thread hanan ahmad
hi how can we play a video in android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] RTSP example needed

2012-01-05 Thread hanan ahmad
Till now i saw tutorials on streaming which plays video and audio files by downloading into a folder and play. Is there any examples which explains how to use RTSP for streaming media ? regards hanan ahmed -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

2012-01-02 Thread yaqub ahmad
On Sat, Dec 31, 2011 at 8:31 AM, yaqub ahmad yaqubon...@gmail.com wrote: Please see the code i am using for streaming shoutcast stream, it works with one URL but NOT with the other one. This one works:    Uri myUri = Uri.parse(http://fr3.ah.fm:9000/;); But not with this one

[android-developers] Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

2011-12-30 Thread yaqub ahmad
Please see the code i am using for streaming shoutcast stream, it works with one URL but NOT with the other one. This one works: Uri myUri = Uri.parse(http://fr3.ah.fm:9000/;); But not with this one: Uri myUri = Uri.parse(http://ib3.islambox.tv:8011/;); SimpleMusicStream.java

[android-developers] Incoming call screen on Android 4.0 (Ice Cream Sandwich)

2011-11-28 Thread Shabbir Ahmad
Hi, First of all I would like to congratulate you on launching the Android 4.0 (Ice Cream Sandwich), which is no doubt the most powerful and user friendly mobile OS. Since I have not yet had any hands on experience with this OS, as we here in Pakistan will have to wait for quite some time, but

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

2011-11-11 Thread muizz ahmad
you are right.thanks dear. On Fri, Nov 11, 2011 at 1:24 AM, Ali Chousein ali.chous...@gmail.comwrote: 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

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

2011-11-10 Thread muizz ahmad
Assalam o alikum Dear! i found exception when passing control to another activity when user click on menu item in android / public boolean onOptionsItemSelected(MenuItem item) { // Handle item selection switch (item.getItemId()) {

Re: [android-developers] Re: 3D Engine

2011-10-25 Thread muizz ahmad
thanks dear On Mon, Oct 24, 2011 at 7:55 AM, bdk mathieu.b...@gmail.com wrote: hi, check out http://unity3d.com/unity/publishing/android.html -- Mathieu On Oct 24, 12:26 pm, muizz syedmu...@gmail.com wrote: Assalam o aliukum. I am a student of BS-Computer Science. I want to make 3D

Re: [android-developers] Difference between finish() and finishActivity() in android

2011-10-24 Thread muizz ahmad
thanks dear On Mon, Oct 24, 2011 at 4:33 AM, Ratheesh Valamchuzhy android...@gmail.comwrote: hi http://stackoverflow.com/questions/4182761/finish-old-activity-and-start-a-new-one-or-vice-versa http://stackoverflow.com/questions/4687303/how-do-i-finish-a-task-on-android

[android-developers] ListView disappears after return from activity

2011-10-15 Thread yaqub ahmad
I have two screens the one which list the records in a listview **ListView Screen** the second which is used for showing a specific record **specific record screen**. I am using grid_item.xml, which is used to hold the data of a row in the listview. the grid_item.xml is below: ?xml

[android-developers] Re: Any one has Samsung Galaxy Tab 10.1 Some problems with Android

2011-05-17 Thread Ahmad Alturki
thanks Streets Of Boston for running programs It should have a way to slide more than 5 programs like Iphone. and regarding closing I think it should have a way to close any running program. I think they are bugs need to be fixed soon. I bought from Vodaphone Australia and it cost me 729 AU$

[android-developers] Any one has Samsung Galaxy Tab 10.1 Some problems with Android

2011-05-16 Thread Ahmad Alturki
Hi folks I just bough Samsung Galaxy Tab 10.1 and face some problem with Android HonyComp: 1. in multitasking I can not see my running programs if they are more than 5 ! 2. Also in multitasking I could not close my running program 3. I try to write Arabic but I could not

[android-developers] Re: How to make an app in Android to add support of Urdu Language in SMS Program of Android

2011-05-13 Thread naveed ahmad
apps.  Tons of links on the internet. Cheers, - C On May 9, 1:58 pm, naveed ahmad navidu...@gmail.com wrote: Hi every one.. plz guide me how can i make an app forUrdusupportin SMS programmm of Android. guide me plz.. i am new in Android development. Regards Naveed -- You received

[android-developers] How to make an app in Android to add support of Urdu Language in SMS Program of Android

2011-05-09 Thread naveed ahmad
Hi every one.. plz guide me how can i make an app for Urdu support in SMS programmm of Android. guide me plz.. i am new in Android development. Regards Naveed -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Urdu Support in Android message

2011-05-05 Thread Naveed Ahmad
in the next version of Android. On May 4, 6:30 pm, naveed ahmad navidu...@gmail.com wrote: Hi I am Naveed and i am new in Android world,, I need help regarding support of Urdu messages in Android .. plz guide me how can i do this, a lot of people in my country use to send message

[android-developers] Urdu Support in Android message

2011-05-04 Thread naveed ahmad
Hi I am Naveed and i am new in Android world,, I need help regarding support of Urdu messages in Android .. plz guide me how can i do this, a lot of people in my country use to send message in Urdu language but Android does not support Urud yet in messaging. Thanks Naveed Ahmad -- You

[android-developers] Re: new to Android wrld and I need some tips

2011-04-29 Thread Ahmad Alturki
thanks imsopov, I found some recommendation forAndroid Application Development For Dummies. Any thought from others please Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: new to Android wrld and I need some tips

2011-04-29 Thread Ahmad Alturki
thanks all, are these courses free -- 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] new to Android wrld and I need some tips

2011-04-28 Thread Ahmad Alturki
Hi folks I am very interested in developing application for smart phones like Galaxy,HTC but the problem I do not know where I start. I want to start from basics to advance concepts. I want to understand how underpinning things work and are related. Is there a good book to start from ... I

[android-developers] Re: Android App login

2011-03-15 Thread nehal ahmad
Hi Fares Askndaer : I am developing an app in which I have to make a login form(which I have made earlier and I have to code for further flow) and when user fills his/her username and password, then authenticate it through a webservice (built in ASP) and when authentication is successfull then

[android-developers] Android 2.0 Contact List View

2011-01-14 Thread Ahmad Abdullah
Hi, I want to know about Android 2.0 Contact List Interface. I want to use it in my application. I learn about AlphabetIndexer, but it did not provide header. Some forum discuss it, but they did not flip top header like Contact layout. Need your help. Thanks -- You received this message because

Re: [android-developers] Re: What phone to develop on?

2010-09-21 Thread Ahmad Musa
-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Eng. Ahmad R. Musa +972543115260 ahmad.m...@exalt.ps ahmad_ah...@ritaj.ps bzu.ah...@gmail/live.com -- You

Re: [android-developers] Re: android emulator is slow on vmware

2010-09-19 Thread Ahmad Musa
) to cold-start the Android emulator on straight windows. On Sep 17, 11:11 am, Ahmad Musa bzu.ah...@gmail.com wrote: hi all, I am using windows XP, and my android development environment is on ubuntu installed inside vmware. all java applications I write on eclipse are running

[android-developers] android emulator is slow on vmware

2010-09-17 Thread Ahmad Musa
hi all, I am using windows XP, and my android development environment is on ubuntu installed inside vmware. all java applications I write on eclipse are running just fine, when it comes to an android app, the simulator is just killing me, it takes about 5 minutes to start my app. please

[android-developers] android emulator is slow on vmware

2010-09-17 Thread Ahmad Musa
hi all, I am using windows XP, and my android development environment is on ubuntu installed inside vmware. all java applications I write on eclipse are running just fine, when it comes to an android app, the simulator is just killing me, it takes about 5 minutes to start my app. please

[android-developers] How to cast Bitmap to Keyboard ?

2010-09-13 Thread Ahmad
can I do this ? Thanks, Ahmad -- 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

[android-developers] How to cast Bitmap to Keyboard ?

2010-09-12 Thread Ahmad
can I do this ? Thanks, Ahmad -- 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

[android-developers] Help Wanted!

2010-08-19 Thread Ahmad
over here! best, Ahmad -- 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

[android-developers] How to create Bitmap from an image (.png)

2010-08-18 Thread Ahmad Mobasseri
I have an image in .png format in drawable folder and need to create Bitmap from it, so can use in public void drawBitmap (Bitmaphttp://developer.android.com/reference/android/graphics/Bitmap.htmlbitmap, float left, float top, Paint

[android-developers] HELP WANTED: Android Tutor

2010-08-16 Thread Ahmad Mobasseri
I'm learning Android and looking for a very knowledgeable Android person to answer any question/s I may have. It would be about an hour a week, in person. I live near Google office in MV. For details, compensation, please send me an e-mail directly. Thanks. -- You received this message because

[android-developers] Re: Help: service auto restarts on breakpoint when debugging a service

2010-07-29 Thread Ahmad
I have not received any answer on this. Is anyone from google/android reading this? I can't believe this to be an isolated issue. I am sure others have come to/ or will come to it. Any pointer to this will be appreciated. On Jul 22, 3:35 pm, Ahmad ahmad.mobass...@gmail.com wrote: I am trying

[android-developers] Help: service auto restarts on breakpoint when debugging a service

2010-07-23 Thread Ahmad
I am trying to run the sample soft keyboard included in the SDK. I am using the debugger, and the literature says that to use a breakpoint while debugging a SERVICE, I need to include: android.os.Debug.waitForDebugger(); So here is the portion of the code I modified: @Override public void

[android-developers] Help In graduation Project

2010-03-28 Thread Ahmad Al-Masry
with real life application that you kindly might help us to choose. It a pleasure to get helped and get enveloped in this community, and looking for your help. Sincerely yours. -- Ahmad Al-Masry Palestine-West Bank-Salfit 00970(2) 599 043374 4th year Computer Systems Engineering @ Birzeit Univ

[android-developers] Re: GsmCellLocation.getCid() returns very large numbers.

2010-02-03 Thread Ahmad
Sorry for bringing up this topic from the past, but I was wondering if the OP or anyone else knows the cause or a solution to this problem I'm to get the LAC:CID on the G1 (android 1.6) and it’s always returning larger than allowed ( is max allowed) numbers (or -1). I get the exact same

Re: [android-developers] Good android book

2009-12-15 Thread hafez ahmad
. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Mon, Dec 14, 2009 at 3:18 AM, hafez ahmad hafezad...@gmail.com wrote: Dears, can someone recommended a good android development book. Regards, HD -- You received

[android-developers] Good android book

2009-12-14 Thread hafez ahmad
Dears, can someone recommended a good android development book. Regards, HD -- 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] Recycling of _ID field in SMS Table

2009-11-24 Thread shahzad ahmad
Hi, I've just found out that _ID field is not always unique in SMS table and gets repeated after some days. Is it normal or some bug ? Can someone tell what is threshold before _ID field is repeated. Actually i have implementing a logic thinking that _ID field is always unique in all records

[android-developers] Crashed Service not restarting

2009-11-21 Thread shahzad ahmad
Hi, I'm just investing how crashed services are restarted. I've developed a simple service and use a taskkiller from market place to kill the application. Following are the logs after application is killed Uninstalling the process test.sys Force removing process ProcessRecord{432d6ad0

[android-developers] Re: Crashed Service not restarting

2009-11-21 Thread shahzad ahmad
I've put some debug prints in onCreate method but they are also not printed which means service is never restarted. Any help ? On Sun, Nov 22, 2009 at 1:53 PM, shahzad ahmad shahzad.s.ah...@gmail.comwrote: Hi, I'm just investing how crashed services are restarted. I've developed a simple

[android-developers] Re: Crashed Service not restarting

2009-11-21 Thread shahzad ahmad
just wanted to tell that the service is started with alarmmanager using setrepeating method. is this the reason for service not restarting ? On Sun, Nov 22, 2009 at 2:03 PM, shahzad ahmad shahzad.s.ah...@gmail.comwrote: I've put some debug prints in onCreate method but they are also not printed

[android-developers] Re: Crashed Service not restarting

2009-11-21 Thread shahzad ahmad
just tested it with startService but still service is not restarting even though system is displaying scheduling restart of crahsed service On Sun, Nov 22, 2009 at 2:25 PM, shahzad ahmad shahzad.s.ah...@gmail.comwrote: just wanted to tell that the service is started with alarmmanager using

[android-developers] Re: Re-Register PhoneStateListener if application crashed

2009-11-18 Thread shahzad ahmad
Any help ? On Wed, Nov 18, 2009 at 1:43 PM, shahzad ahmad shahzad.s.ah...@gmail.comwrote: Hi, i've registered a PhoneStateListener in BOOT_COMPLETED receiver by using following call: tm.listen(new TestCallStateListener(), PhoneStateListener.LISTEN_CALL_STATE); If the application

[android-developers] Re-Register PhoneStateListener if application crashed

2009-11-17 Thread shahzad ahmad
Hi, i've registered a PhoneStateListener in BOOT_COMPLETED receiver by using following call: tm.listen(new TestCallStateListener(), PhoneStateListener.LISTEN_CALL_STATE); If the application crashes then system automatically unregisters the PhoneStateListener. Is there any mechanism of

Re: [android-developers] Re: How do I programatically and permenantly remove an icon from the launcher

2009-11-12 Thread shahzad ahmad
But an application should be able to use setComponentEnabledSetting on it's own activities or other components.Suppose an application has 2 launcher panel activities but after getting user data , it disables one of activities so that it is not shown in launcher panel again. i think such type of

Re: [android-developers] Re: How do I programatically and permenantly remove an icon from the launcher

2009-11-11 Thread shahzad ahmad
Were you able to remove the activity icon from launcher panel? On Thu, Jun 18, 2009 at 10:29 AM, erictcrook erictcr...@gmail.com wrote: Ok, so, I am unable to use setComponentEnable. I apologize for the long post, I am trying to include all the helpful info here. ComponentName

[android-developers] Why activity Icon is not removed from launcher

2009-11-11 Thread shahzad ahmad
hi, I'm trying to remove activity icon from launcher panel. I'm using firmware 1.5. But nothing seems to work. I'm not receiving any error but activity icon is not removed. Following is the code public class HelloActivity extends Activity { public void onCreate(Bundle savedInstanceState) {

[android-developers] Student Education Loan

2009-10-27 Thread Muhammad Ahmad Raza
Hi Dear If you want to learn about education loan, how to get education loan. Then this following site is best to help in this regard. www.educatloan.blogspot.com Thank for joining this site --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: end dialer activity

2009-10-12 Thread shahzad ahmad
idea to solve it. Regards, On Oct 12, 3:53 am, shahzad ahmad shahzad.s.ah...@gmail.com wrote: Hi, I have started dialer activity with code Intent myIntent = new Intent(Intent.ACTION_CALL, Uri.parse(createTelUrl(1234567))); startActivityForResult(myIntent

[android-developers] end dialer activity

2009-10-11 Thread shahzad ahmad
Hi, I have started dialer activity with code Intent myIntent = new Intent(Intent.ACTION_CALL, Uri.parse(createTelUrl(1234567))); startActivityForResult(myIntent); Is there a way to stop the dialer activity from same code.? Logically it should be possible as i started it and i

[android-developers] SocketException: The system call was cancelled

2009-10-08 Thread shahzad ahmad
Hi, My application runs as daemon and uploads/downloads data after fixed time intervals. I'm using HTC dream with firmware version 1.1. When phone is locked/sleep mode then after some time i start getting following error while reading or writing to socket. I checked the network status by using

[android-developers] Strange behavior

2009-10-04 Thread shahzad ahmad
Hi, I've developed an application which has a service and boot completed receiver. The boot completed receiver schedules the service to be executed after every 7 minutes. The boot completed receiver saves its context in a public static variable which is then accessed by service whenever it is

[android-developers] Re: Strange behavior

2009-10-04 Thread shahzad ahmad
MyService was about to be scheduled but system delayed it ? On Sun, Oct 4, 2009 at 12:37 PM, shahzad ahmad shahzad.s.ah...@gmail.comwrote: Hi, I've developed an application which has a service and boot completed receiver. The boot completed receiver schedules the service to be executed after

[android-developers] Re: Strange behavior

2009-10-04 Thread shahzad ahmad
and after that application never work ? But in normal case why above message is not displayed and scheduled service works properly? On Sun, Oct 4, 2009 at 1:08 PM, shahzad ahmad shahzad.s.ah...@gmail.comwrote: When the android marketplace was opened on android phone following line was being

[android-developers] Re: ANDROID SDK 1.6 DOES NOT SUPPORT ARABIC LOCALE

2009-09-16 Thread Ahmad Al-Ibrahim
Disappointed, I was so happy to see Arabic listed in the docs. Any suggestion on how to get that done? or at least add Arabic fonts to be able to read Arabic across multiple apps? On Sep 17, 3:40 am, Xavier Ducrohet x...@android.com wrote: This looks to be a doc bug actually. The locale list

[android-developers] Re: android-developers - 25 new messages in 16 topics - digest

2009-07-31 Thread Muhammad Ahmad Raza
Hi. Join this link to visit world’s best historical places. Visiting my website you feel that actually you are traveling these places in real. www.love-pak.blogspot.com Ahmad --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Gyroscope and Tricorder Sensors in Android

2009-07-13 Thread Ahmad Fathy
/reference/android/hardware/SensorManager.html#SENSOR_TRICORDER 1) Do you know where can I find the documentation for the APIs to get information from these sensors ? 2) Do you know any mobile phone that supports any of the above sensors ? Thanks, Ahmad Fathy

[android-developers] Re: Dynamic Forms UI

2009-03-26 Thread Ahmad Nadeem
On Thu, Mar 26, 2009 at 1:01 PM, Ahmad ahmad...@gmail.com wrote: I want to create a form designer application like user can create custom form layouts .. there might be a list of all available controls (TextView, EditText, Button, RadioButton etc ) and an add button and user can

[android-developers] Dynamic Forms UI

2009-03-26 Thread Ahmad
I want to create a form designer application like user can create custom form layouts .. there might be a list of all available controls (TextView, EditText, Button, RadioButton etc ) and an add button and user can add his new form layout on android that can be further saved on android

[android-developers] Re: How to layout elements programmically?

2009-03-26 Thread Ahmad
well thats fine addView() did work but how to set the other properties programmically specially android:layout_width=fill_parent android:layout_height=wrap_content as if i did not set these properties addView will add all the new views in the same line (i tried it on a linear

[android-developers] Dynamic Forms UI

2009-03-26 Thread Ahmad
I am trying to design dynamic forms based on user choice. for example i can have a list of form controls like TextView, Button, RadioButton etc and when click on add the selected control should be added on the screen. i have done a little work on that and able to add the control bot i could not

[android-developers] Re: Dynamic Forms UI

2009-03-26 Thread Ahmad Nadeem
On Thu, Mar 26, 2009 at 1:01 PM, Ahmad ahmad...@gmail.com wrote: I want to create a form designer application like user can create custom form layouts .. there might be a list of all available controls (TextView, EditText, Button, RadioButton etc ) and an add button and user can

[android-developers] problem in deleting Call Log

2009-02-18 Thread shahzad ahmad
Hi, I can easily delete the whole call log with following code getContentResolver().delete(CallLog.Calls.CONTENT_URI,null,null); I can query a particular call log with following code delUri = Uri.withAppendedPath(CallLog.Calls.CONTENT_URI, 2); Cursor cursor =

[android-developers] Re: problem in deleting Call Log

2009-02-18 Thread shahzad ahmad
I'm using SDK 1.0 r2 . This fucntion cursor.deleteRow is deprecated in latest SDK On Wed, Feb 18, 2009 at 6:49 PM, Chandra Mouli chandra...@gmail.com wrote: Try cursor.deleteRow() on the cursor you got from query. On Wed, Feb 18, 2009 at 7:09 PM, shahzad ahmad shahzad.s.ah

[android-developers] custom cleanup on application uninstall

2009-02-05 Thread shahzad ahmad
Is there any mechanism in android to perform post uninstall functions ? Are there any functions which an application can override to perform custom cleanup when it is being uninstalled ? Actually i want to delete some application specific files on uninstall thanks, shahzad

[android-developers] how to remove application specific data

2009-02-04 Thread shahzad ahmad
When an application is installed , it preserves the data of previously installed application . Is there any way to completely wipe out the previous application on fresh install ? Is there any registry or some location where an application can store data and it gets automatically wiped out when

[android-developers] how to completely wipe out the application data

2009-02-04 Thread shahzad ahmad
I'm developing an application which downloads a file from FTP server. The code first checks if file is present on local system . If it is not present on local system then it downloads it from FTP server. Application must download file from FTP server when it executes first time after getting

[android-developers] create a file while installing the apk

2009-02-04 Thread shahzad ahmad
I want my application to read configurations from a file . Is it possible to copy the default configuration file in apk and get it copied to file system when apk is installed ? thanks, shahzad --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: how to completely wipe out the application data

2009-02-04 Thread shahzad ahmad
thanks murphy for your reply.Suppose user downloads the same version of application again then metadata will not help much.There should be some way out everything when an application is uninstalled On Wed, Feb 4, 2009 at 7:34 PM, Mark Murphy mmur...@commonsware.com wrote: shahzad ahmad wrote

[android-developers] Re: DEVICE_POWER permission denied for using goToSleep

2009-02-03 Thread shahzad ahmad
Did u find a way to lock the phone ? On Fri, Jan 30, 2009 at 3:31 PM, mnj manojgopa...@gmail.com wrote: Yes this permission is set in androidmanifest On Jan 29, 5:10 pm, Phill Midwinter ph...@grantmidwinter.com wrote: Is it set in the androidmanifest? 2009/1/29 mnj

[android-developers] How to Lock the phone by application

2009-02-03 Thread shahzad ahmad
Hi, I'm trying to lock the phone through my application .I'm using following code PowerManager pm = (PowerManager)context.getSystemService(Context.POWER_SERVICE); pm.goToSleep(16); I've added following permission to AndroiManifest.xml file uses-permission

[android-developers] Re: deleting whole call log

2008-12-19 Thread shahzad ahmad
any help ? On Thu, Dec 18, 2008 at 2:44 PM, shaz shahzad.s.ah...@gmail.com wrote: I'm trying the whole call log using following code int deleted_rows = cur_context.getContentResolver().delete (CallLog.Calls.CONTENT_URI, null,null); The deletion is successful and whole call log is emptied