[android-developers] Simple example for drag and drop a sprite

2012-10-09 Thread kalandar
take a look, http://kalandars-cocos2d-android.blogspot.in/2012/10/drag-and-drop-sprite.html -- 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

[android-developers] Creating multiselect ListView in android

2012-08-10 Thread kalandar
Hi guys this my code for creating multiselect list view in android , check out this , this may helpful for some situation. * http://kalandarandroid.blogspot.in/2012/08/creating-multiselect-listview-in-android.html

[android-developers] Solution for Find the android device is mobile or tablet

2012-07-30 Thread kalandar
Dear friends , I got a solution to find the android device is mobile or tablet in programetically, i just want to share this with all of you Find device is mobile or tablethttp://kalandarandroid.blogspot.in/2012/07/find-device-is-mobile-or-tablet.html -- You received this message

[android-developers] Re: ListView with Simple adapter

2012-05-24 Thread kalandar
this will help or not Regards kalandar N -- 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] Re: documentBuilder.parse fails under android 4.0.3

2012-03-18 Thread kalandar
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); DocumentBuilder builder = factory.newDocumentBuilder(); Document doc = builder.parse(new File(fileName)); doc.getDocumentElement().normalize(); try this and use NodeList to extract data. this will works

[android-developers] Re: hello for all

2012-03-18 Thread kalandar
android 4.0 is supporting arabic... try 4.0 devices -- 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] Re: webview problem

2012-03-13 Thread kalandar
You can use android WebView widget to load html like this, *WebViewObject.loadData(html string content);* i hope this will help you... -- 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] Creating multiselect ListView in android

2012-03-02 Thread kalandar
Dear friends, This is the example code for creating multiselect listview. I have searched over all internet but i didn't get good one. Now i have made this code it is working pretty fine. I just want to share this code with all who is interested to know something new. *visit this link for

[android-developers] Re: Two listview

2012-02-27 Thread kalandar
have any clarification let me know let me know this helps you or not. have a happy coding On Feb 27, 12:20 pm, hazem omies hazem.om...@gmail.com wrote: Many thanks kalandar , yes , as you mentioned at first the,,, second listview in another activity  that related to first see my xml

[android-developers] Re: Two listview

2012-02-26 Thread kalandar
, map ); map is the object name of your HashMap. or else you want to create another listview in the same activity means let me know the xml values. better explain your need clearly... regards kalandar On Feb 25, 6:09 am, hazem omies hazem.om...@gmail.com wrote: hi kalandar , i make the first

[android-developers] Re: Run application in background

2012-02-26 Thread kalandar
hi... It is very simple. you can go with android service. i hope the below link will help you. http://developer.android.com/reference/android/app/Service.html have a happy coding regards kalandar. On Feb 27, 10:11 am, Juned Khan jkhan6...@gmail.com wrote: hii all developers

[android-developers] Re: intent Value

2012-02-26 Thread kalandar
hi, if you want to pass the same HashMap value for two activity means you can create the HashMap object in common static object. like class Common { public static HashMap map = new HashMap(); } now you can use this map in your entire activity. like Common.map.put(, ); otherwise you can pass

[android-developers] Re: Two listview

2012-02-23 Thread kalandar
hi It is very easy. you can use java collection classes. I think HashMap will help you to do this work. If you explain your process clearly then i can say the solution On Feb 23, 7:20 pm, hazem omies hazem.om...@gmail.com wrote: hi. i have xml file that read remotely from server

[android-developers] Webview inner link problem

2012-02-23 Thread kalandar
hi friends, android webview can trigger the event shouldOverrideUrlLoading when we click the external url (like http://www.google.com). but the problem was with inner link. this event does not trigger when we click the inner link. but i want to fire some process when click the inner

[android-developers] Re: Application in memory card

2011-11-04 Thread kalandar
Thank you mark On Nov 2, 5:21 pm, Mark Murphy mmur...@commonsware.com wrote: http://developer.android.com/guide/appendix/install-location.html On Wed, Nov 2, 2011 at 8:11 AM, kalandar kasimk...@gmail.com wrote: hi friends,      Is there a way to install app in android external

[android-developers] Application in memory card

2011-11-02 Thread kalandar
hi friends, Is there a way to install app in android external memory? or all application will only install in internal memory? please give me some idea about it... regards, kalandar -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: how to view a pdf file?

2011-10-26 Thread kalandar
the pdf in your application. For more reference :http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android On Oct 24, 12:02 pm, kalandar kasimk...@gmail.com wrote: dear friends,             I need to view a pdf file in my application. Is any widget there for showing

[android-developers] how to view a pdf file?

2011-10-24 Thread kalandar
dear friends, I need to view a pdf file in my application. Is any widget there for showing pdf in android. Or if any other way to do this... please let me know that... Regards Kalandar . N -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Android cocos2d game development

2011-10-14 Thread kalandar
Hi friends , I want to develop game with cocos2d... But i don't know how to start with it.. I am fresher for android. please help me to make it easy I need to know how to install cocos2d. any easy guide to start program.. Thanks in Advance. Regards Kalandar . N. -- You received