[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

[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 wrote: > Does anybody have copy of admob sdk 4.1.1 version? > > > -- > Regards > Fahad Mullaji > > -- Regards Fa

[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

[android-developers] Overlap PagerTabStrip

2013-03-18 Thread fahad mullaji
Hi All, I have custom view_pager. And i am using pagertabstrip to show view title. but the view and pager title strip are overlapping with each other when i am swiping to change view. Am i missing anything? Please comment on below code. Thanks And Regards Fahad Mullaji

[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 wrote: > Hi Guys, > > I am getting all songs from SDC

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

2013-02-03 Thread fahad mullaji
null, 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&quo

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

2012-12-04 Thread fahad mullaji
ps.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 are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

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

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

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

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 wrote: > Guys please reply ... > > > On Saturday, September 15, 2012 4:28:17 PM UTC+5:30, Sat wrote:

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 wrote: > I thought this answer

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

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 wrote: > > when i'm running project, console saying that "emulator 5554 is launching > .. but it is not launching at all. > > > > On Wed, Aug 15,

Re: [android-developers] want a app

2012-08-04 Thread fahad mullaji
t; 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, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Regard

Re: [android-developers] SMS Header

2012-08-03 Thread fahad mullaji
could 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 wrote: > Hello, > > I want

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 wrote: > i just wan

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 wrote: > Hello All, > > I want to make

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

2012-08-02 Thread fahad mullaji
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 wrote: > Hi, > I'm just learning to use Eclipse, and when I try the simple "Hello World" > App, I see I can't ru

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 wrote: > Hi Frie

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-| wrote: > > On Monday, July 30, 2012 2:52:43 PM UTC+5:30, fahad mullaji wrote: >> >> *Nirvan*, >> >>

[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...@google

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 wrote: >

Re: [android-developers] New developer

2012-07-31 Thread fahad mullaji
s 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 unsub

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
etrieve those values: *Bundle 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 wrote: > have you declared your second activity in manifest file!! chec

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

2012-07-30 Thread fahad mullaji
ons, visit 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-developer

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 wrote: > 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. &g

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.

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 wrote: > Hi, > > Am getiing this > > > [2

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

2012-07-30 Thread fahad mullaji
end 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 are subscribed to the Google Groups "Andr

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 wrote: > Hi Guys, I am new to Android apps dev

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] 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 wrote: > You can