[android-developers] How to cancel alarms set using AlarmClock.ACTION_SET_ALARM intent?

2017-08-28 Thread Hammad Nasir
I'm using AlarmClock.ACTION_SET_ALARM intent as defined here for setting alarms through my android app. This is my code: public void createAlarm(String message, int hour, int minutes) { Intent intent = new

Re: [android-developers] Re: Bluetooth chat bug?

2012-07-07 Thread Nasir Aftab
-- --- *Regards :* *Muhammad Nasir Aftab* --- -- 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: [android-developers] Re: Virtual Keyboard covers EditText

2011-01-06 Thread Nasir Ibrahim
views. Hope this helps, Federico On 31 Dic, 15:13, Nasir itsna...@gmail.com wrote: Hey guys, I've stuck in a BIG problem in my Android application. I've an ListActivity and at bottom of ListView I've and EditBox. Whenever user clicks on EditBox, Virtual keyboard appears

[android-developers] Virtual Keyboard covers EditText

2010-12-31 Thread Nasir
Hey guys, I've stuck in a BIG problem in my Android application. I've an ListActivity and at bottom of ListView I've and EditBox. Whenever user clicks on EditBox, Virtual keyboard appears covering EditBox and user is not able to view what he is typing. I've read lots of posts to resolve this

[android-developers] Loop an audio through microphone in Android ?

2010-10-21 Thread Nasir
Is there anyway in android to loop a recorded audio through microphone. I mean that instead of speaking in microphone, i should be able to send a recorded audio from code into it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] My Captured image is LOST!!

2009-11-12 Thread Nasir
(this); img.setImageBitmap(bitmapOrg ); setContentView(img); }// end if } is there any problem with the code. Further, when i try to using Android.hardware.camera it throws an exception.. can anybody guide me Looking forward for your response Thanks! Nasir Ibrahim -- You received

[android-developers] How can i divide a picture/image into parts

2009-11-10 Thread Nasir
help me in this scenario!! Looking forward for your kind response... Thanks! Nasir Ibrahim -- 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

Re: [android-developers] Re: How can i divide a picture/image into parts

2009-11-10 Thread Nasir Ibrahim
...@gmail.com wrote: An idea: http://developer.android.com/intl/fr/reference/android/graphics/Bitma..., int, int, int, int) -- PJ On Nov 10, 2:45 am, Nasir itsna...@gmail.com wrote: Hey, I am new to Android and need your guidence and suggestions on a problem im trying