[android-developers] SMS Receiver Issue

2013-09-07 Thread fahad mullaji
Guys, If user has installed handcent application on his/her device then my code is not catching receive sms event. Anybody faced such issue? -- Regards Fahad Mullaji -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Admob 4.1.1

2013-08-04 Thread fahad mullaji
Does anybody have copy of admob sdk 4.1.1 version? -- Regards Fahad Mullaji -- -- 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: Admob 4.1.1

2013-08-04 Thread fahad mullaji
Got it if somebody needs it https://dl.dropboxusercontent.com/u/52830639/GoogleAdMobAdsSdk-4.1.1.jar Thanks On Sun, Aug 4, 2013 at 2:33 PM, fahad mullaji fahadmull...@gmail.comwrote: Does anybody have copy of admob sdk 4.1.1 version? -- Regards Fahad Mullaji -- Regards Fahad Mullaji

[android-developers] Overlap PagerTabStrip

2013-03-18 Thread fahad mullaji
=wrap_content android:layout_gravity=top android:background=@android:color/darker_gray android:paddingBottom=4.0dip android:paddingTop=4.0dip / /media.galleryAir.ViewPager_TransitionEffects Thanks And Regards Fahad Mullaji -- -- You received

[android-developers] ContentResolver Query Joining with SQL Lite Table

2013-02-03 Thread fahad mullaji
, null); I have one SQL Lite table named PlayerHistory. I want to inner join this table on MediaId on above query . Is it possible? Thanks in advance Fahad Mullaji -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: ContentResolver Query Joining with SQL Lite Table

2013-02-03 Thread fahad mullaji
Checked this link... looks like this is not possible http://stackoverflow.com/questions/2495657/am-i-able-to-run-sql-functions-on-a-contentresolver-columns-query Thanks Fahad Mullaji On Sun, Feb 3, 2013 at 2:12 PM, fahad mullaji fahadmull...@gmail.comwrote: Hi Guys, I am getting all songs

[android-developers] Android Bluetooth Features

2012-12-04 Thread fahad mullaji
Hi, Can we explore other device's content once we pair device with our device using Android Bluetooth package? And get files from other device? Thanks and Regards Fahad Mullaji -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] TelephonyManager.getPhoneType is returning PHONE_TYPE_NONE on Nexus 7 3G.

2012-12-04 Thread fahad mullaji
at http://groups.google.com/group/android-developers?hl=en -- Regards Fahad Mullaji -- 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

Re: [android-developers] Custom pop up option menu on button click

2012-09-19 Thread fahad mullaji
Thanks Jovish solved my problem. On Wed, Sep 19, 2012 at 1:41 AM, Jovish P android.f...@gmail.com wrote: Check out this link http://www.stealthcopter.com/blog/2010/04/android-context-menu-example-on-long-press-gridview/ Regards, Jovish On Tue, Sep 18, 2012 at 8:09 PM, fahad mullaji

[android-developers] Custom pop up option menu on button click

2012-09-18 Thread fahad mullaji
Guys, I want to show pop menu on a button click like we have it on long press event on list It is called context menu. Cane we get it on a button click? -- Regards Fahad Mullaji -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: WIN DEATH Logs

2012-09-16 Thread fahad mullaji
Sateesh, Did you check this? http://stackoverflow.com/questions/4253267/android-window-death-and-application-crash Thanks Fahad Mullaji On Mon, Sep 17, 2012 at 10:46 AM, Sat getsatonl...@gmail.com wrote: Guys please reply ... On Saturday, September 15, 2012 4:28:17 PM UTC+5:30, Sat wrote

[android-developers] Sharing or Passing Array List between Activities

2012-09-09 Thread fahad mullaji
Hi All, What is the best method to share array list object between android activities? Caching,Parcelable or something new? -- Regards Fahad Mullaji -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Sharing or Passing Array List between Activities

2012-09-09 Thread fahad mullaji
Thanks Kris, I was planning to move data in parcelable objects. Does it affect performance of application. That's what i has what is the best way/method for passing array list Thanks Fahad Mullaji On Sun, Sep 9, 2012 at 7:33 PM, Kristopher Micinski krismicin...@gmail.comwrote: I thought

Re: [android-developers] Re: AVD is no launching in Ubuntu ICS

2012-08-16 Thread fahad mullaji
First start AVD then run application on it Thanks Fahad Mullaji On Thu, Aug 16, 2012 at 4:02 PM, Rocky rkjhaw1...@gmail.com wrote: when i'm running project, console saying that emulator 5554 is launching .. but it is not launching at all. On Wed, Aug 15, 2012 at 12:29 AM, coc_21

Re: [android-developers] want a app

2012-08-04 Thread fahad mullaji
-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards Fahad Mullaji -- You received this message because you

Re: [android-developers] want a app

2012-08-03 Thread fahad mullaji
*Prince*, This group is for discussing issues faced while writing android programs. If you want such apps you can always check in github,googlecode,codeproject kind of websites. Hope you find your app *Thanks* Fahad Mullaji On Wed, Aug 1, 2012 at 12:18 PM, Prince Mehta mehta.prince

Re: [android-developers] SMS Header

2012-08-03 Thread fahad mullaji
make changes in it and achieve this. Source code looks like this http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/1.6_r2/android/telephony/SmsManager.java *Thanks* Fahad Mullaji On Thu, Aug 2, 2012 at 5:56 AM, Basti189 wolfsl...@googlemail.com wrote: Hello, I

[android-developers] Media file converter (mp3 to aac)

2012-08-02 Thread fahad mullaji
... -- Regards Fahad Mullaji -- 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

Re: [android-developers] Creating Tab Control in android

2012-08-02 Thread fahad mullaji
*Nirvan*, This link might help you. http://www.androidhive.info/2011/08/android-tab-layout-tutorial/ *Thanks* Fahad Mullaji On Tue, Jul 31, 2012 at 6:28 PM, |-NK-| niravnkulka...@gmail.com wrote: On Monday, July 30, 2012 2:52:43 PM UTC+5:30, fahad mullaji wrote: *Nirvan*, Call function

Re: [android-developers] AN ANDROID APPLICATION TO CONVERT HANDWRITTEN SHORTHANDS TO PRINTED DOCUMENT

2012-08-02 Thread fahad mullaji
*NIJO*, You need to explore GestureOverlayView android control Or you can make your custom control which could detect your language.Check below link http://www.vogella.com/articles/AndroidGestures/article.html *Thanks* Fahad Mullaji On Wed, Aug 1, 2012 at 10:39 AM, NIJO nijo...@gmail.com wrote

Re: [android-developers] Failed to allocate memory: 8 even with 512 MB of RAM

2012-08-02 Thread fahad mullaji
if it is asking. This is how i run my apps.Directly running apps was creating problems for me. *Thanks* Fahad Mullaji On Tue, Jul 3, 2012 at 4:41 PM, Martí Bosch marti.bosch.1...@gmail.comwrote: Hi, I'm just learning to use Eclipse, and when I try the simple Hello World App, I see I can't run my app, even

Re: [android-developers] Need to Help android phonegap

2012-08-02 Thread fahad mullaji
*Chumki*, http://www.vogella.com/articles/AndroidSensor/article.html Check this code might help you.Instead of doing actions on compass you switch off and on your phone light. *Thanks* Fahad Mullaji On Thu, Aug 2, 2012 at 2:46 PM, chumki ghosh ghoshanindi...@gmail.comwrote: Hello All, I

Re: [android-developers] Trying to send a message to second activity and then change the second activity textView text to that message

2012-07-31 Thread fahad mullaji
extras = getIntent().getExtras();* if (extras != null) { String value = extras.getString(new_variable_name); } *Thanks* Fahad Mullaji On Tue, Jul 31, 2012 at 11:59 AM, Asheesh Arya asheesharya...@gmail.comwrote: have you declared your second activity in manifest file!! check it out

Re: [android-developers] New developer

2012-07-31 Thread fahad mullaji
://groups.google.com/group/android-developers?hl=en -- Regards Fahad Mullaji -- 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

Re: [android-developers] which default layout in new eclipse android app project

2012-07-31 Thread fahad mullaji
*Albrecht*, In early days when i used to create android application it by default used to create Linear Layout. But in recent it drops Relative Layout. You can any time change the layout no issues with that. *Thanks* Fahad Mullaji On Sun, Jul 29, 2012 at 1:31 AM, Albrecht Frick albrechti

Re: [android-developers] Binding service from Simple Java Class

2012-07-30 Thread fahad mullaji
Hi *Moni*, Bind a service? Please elaborate the question. If you want to use Java packages then surely you can use them without any compile error. It does not have to inherit any android component. What is the error that you are getting? *Thanks* Fahad Mullaji On Mon, Jul 30, 2012 at 1:46 PM

Re: [android-developers] Please help

2012-07-30 Thread fahad mullaji
Hi *Abhijit, * http://stackoverflow.com/questions/4282552/android-library-projects-cannot-be-launched Check above shared link.Don't know this works or not.Give it shot. *Thanks *Fahad Mullaji On Sat, Jul 28, 2012 at 9:11 PM, Abhikool abhijitkoo...@gmail.com wrote: Hi Guys, I am new

Re: [android-developers] Debugging a complex native application (shared libs)

2012-07-30 Thread fahad mullaji
this group at http://groups.google.com/group/android-developers?hl=en -- Regards Fahad Mullaji -- 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

Re: [android-developers] Re: Idle Actvity

2012-07-30 Thread fahad mullaji
Hi *Rahul*, Have you created any runnable or handler objects projects in any of the function that you are calling? What is exactly your code is trying to do? *Thanks* Fahad Mullaji On Mon, Jul 30, 2012 at 12:56 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, Am getiing this [2012

Re: [android-developers] Re: htc dream g1

2012-07-30 Thread fahad mullaji
Hi *Andre*, Simple link from Cyanogen-mod Developers : cm.get/ You need to find out root and mod file for your device.They have given their own names for each device on which they work. *Thanks* Fahad Mullaji. On Mon, Jul 30, 2012 at 12:47 PM, Eric Wong (hdmp4.com) ericwon...@gmail.com wrote

Re: [android-developers] Re: htc dream g1

2012-07-30 Thread fahad mullaji
Sorry its get.cm/ On Mon, Jul 30, 2012 at 2:40 PM, fahad mullaji fahadmull...@gmail.comwrote: Hi *Andre*, Simple link from Cyanogen-mod Developers : cm.get/ You need to find out root and mod file for your device.They have given their own names for each device on which they work. *Thanks

Re: [android-developers] Creating Tab Control in android

2012-07-30 Thread fahad mullaji
?hl=en -- Regards Fahad Mullaji -- 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

Re: [android-developers] Re: MediaCodec configure() MediaCrypto parameter

2012-07-23 Thread fahad mullaji
Hi Sunghyun, I am making an application which converts .mp3 to other format which comparatively takes less space in the sdcard.if you could share link or just a beginners guide that will be appreciated. Thanks Fahad Mullaji On Sun, Jul 22, 2012 at 3:18 PM, Sunghyun Yoo sunghyun.eric