Re: [android-developers] Facebook Integration issue

2011-07-16 Thread Nasif Noorudeen
are using fbconnect On Sat, Jul 16, 2011 at 12:53 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: HI Guys, M trying to integrate facebook in my application. I have to simple publish my status using facebook application. but its not working and giving me this in logcat. (in a particular

Re: [android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Nasif Noorudeen
generate text in randow bu using srandom random , convert nuber to text draw the text as a bitmap On Mon, Jun 20, 2011 at 2:03 PM, Look cibin.p.oom...@gmail.com wrote: @Zsolt Vasvari: Thankyou for helping me -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Stack overflow

2011-05-20 Thread Nasif Noorudeen
stacke overflow is the rigth choice On Sat, May 21, 2011 at 8:18 AM, DanH danhi...@ieee.org wrote: You post your questions. Use the right keywords, the right title, explain yourself well, and you'll get some reasonable responses. On May 20, 9:27 pm, Julius Spencer jul...@msa.co.nz

Re: [android-developers] ListView Divider not showing when color changed

2011-05-15 Thread Nasif Noorudeen
use your own list view don't use built in inside android change ListView android:id=@id/android:list// android:id=@+id/som_id android:layout_width=fill_parent android:layout_height=wrap_content android:layout_below=@id/free_shopping_title

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

2011-05-14 Thread Nasif Noorudeen
eiteher you have to make a databses which contain all the words in urdu On Sat, May 14, 2011 at 12:06 PM, Aitor Mendaza Ormaza aitorthe...@gmail.com wrote: http://developer.android.com/guide/topics/resources/localization.html

Re: [android-developers] In App purchase Google Checkout Testing In Pakistan

2011-05-14 Thread Nasif Noorudeen
need android market version morethan 3.2 is the reason On Fri, May 13, 2011 at 12:04 PM, Piyasa nadirhussain.cpr...@gmail.comwrote: I am implementing In App purchase through Google CheckOut in my app. I live in Pakistan I can test In App billing only on Sprint CDMA device but not on Nexus S,

Re: [android-developers] parsing an image from an xml file from a network

2011-04-23 Thread Nasif Noorudeen
pass values through bundle and intent On Sat, Apr 23, 2011 at 11:11 PM, Siva Kannabiran sivasanka...@gmail.comwrote: in my app when i click a button it goes on to a url and it returns back an xml file. The xml file recieved is opened in a new activity called B as a list view. The xml file is

Re: [android-developers] Android+Google Docs

2011-04-16 Thread Nasif Noorudeen
oauth core .jar On Sat, Apr 16, 2011 at 3:31 PM, Reptil christophepeix...@gmail.com wrote: How can i develop a Android Application that allow someone to login in his Google Docs account? And which library i much use? -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Programatically unchecking items in a dialog

2011-04-13 Thread Nasif Noorudeen
you ahve to use onch eckchanedListener On Wed, Apr 13, 2011 at 10:31 PM, Akshay Goel xpectro...@gmail.com wrote: OnCreate of what? The dialog? I want to uncheck the item as soon as the user checks All, without dismissing the dialog. Thanks, Akshay On Apr 13, 5:44 pm, harsh chandel

Re: [android-developers] Can we create UI component in a seperate XML file and load it

2011-04-13 Thread Nasif Noorudeen
By using LayoutInflater On Wed, Apr 13, 2011 at 10:27 PM, usher usher...@gmail.com wrote: So I have created this activity, and setContentView() with mail.xml layout file. Now I want to add some textView dynamically into this screen. I already have these text view defined in a seperate xml

Re: [android-developers] Re: Mac phone

2011-04-03 Thread Nasif Noorudeen
use lsusb check it is detcting in usb after enabling usb-debugging.. On Sun, Apr 3, 2011 at 2:46 AM, Oliver Crow cro...@gmail.com wrote: I found I had this problem with my xperia x10, I installed PDAnet, which installs further drivers for your individual phone. On 2 Apr 2011, at 22:03,

Re: [android-developers] Re: C/C++ Integration With Android...

2011-04-03 Thread Nasif Noorudeen
use ndk-android On Sat, Apr 2, 2011 at 11:47 PM, SJ boris.iva...@gmail.com wrote: Check here: http://smartctl.net/android/ndk-r5.php On Apr 1, 1:59 pm, iliTheFallen gurcan.il...@gmail.com wrote: Hi All, I want to integrate C/C++ to Android Platform. Java Virtual Machine has a native

Re: [android-developers] Re: Vertical text

2011-03-30 Thread Nasif Noorudeen
there is one vertivcal label view sample code there in google code On Thu, Mar 31, 2011 at 10:22 AM, a a harvey.a...@gmail.com wrote: the name of the vertical text is texture is it? 2011/3/31 lbendlin l...@bendlin.us: Why not just rotate the canvas for that view? -- You received this

Re: [android-developers] Re: Developing app to connect with websites

2011-03-27 Thread Nasif Noorudeen
you have to call thier webservices -- 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

Re: [android-developers] Re: bitmap size exceeds VM budget on BitmapFactory.decodeResource

2011-03-23 Thread Nasif Noorudeen
you have to make resize image basedon the sampling factor. i saw in stack overflow same question is answrered by some guys On Wed, Mar 23, 2011 at 2:44 PM, Pent supp...@apps.dinglisch.net wrote: I have to stop answering queries, someone else always comes along with a much better answer :-)

Re: [android-developers] Android Library for Azure?

2011-03-04 Thread Nasif Noorudeen
you have to ask this question in there website On Sat, Mar 5, 2011 at 3:56 AM, Shane Isbell shane.isb...@gmail.com wrote: Does anyone on this list know of a Windows Azure library for Android? I've looked around but only found http://www.windowsazure4j.org/ which has a dom4j dependency (and an

Re: [android-developers] database values to string[]

2011-02-03 Thread Nasif Noorudeen
you have to iterate the cursor... On Sun, Jan 30, 2011 at 12:52 AM, André pha...@hotmail.com wrote: Is there a simple way to get all my values from a column in my database to a String[] without having to use simpleCursorAdapter? When I try: String[] from = new String[]{dbManager.NAME}; I

Re: [android-developers] Re: How to convert a image into Base64 string?

2011-02-03 Thread Nasif Noorudeen
First get the Bitmap of Image , copy to Byte array , get the Base 64 of the byte by using codec.jar from apache 1. ByteArrayOutputStream baos = new ByteArrayOutputStream(); 2. bm.compress(Bitmap.CompressFormat.PNG, 100, baos); //bm is the bitmap object 3. byte[] b =