[android-developers] How to parse dynamic Json tag in Android

2011-04-06 Thread Er. syed imran ali
Hi all, In one of my application i have been getting big json that i have to parse, in that i have one part there is dynamic json tag, so can you please help to parse it in proper way. i am providing simple code so, that you can under stand problem. {"recipeRows":[{"amountFormatted":"300","ingredi

[android-developers] ORMs for Android

2011-04-04 Thread Er. syed imran ali
Hi all, i have to save some complex data in to database, so for that i don't want to use sqlite3, instead of that i want to use any ORM supported by Android, I found db4o, i am try to implement that, in between i want to know from your side, is here any other ORM that Android has been supporting a

[android-developers] Imsdroid account setting issue with HTC desire [resolution 480*800]

2010-10-27 Thread Er. syed imran ali
Hi All, Tomorrow i bought new Android HTC desire with higher resolution 480*800 but when i tried to do sip setting for Imsdroid then every time it has been giving message Unregistered. though on another phone HTC desire with resolution 320*480 is working fine. so, is it issue due to resolution, or

[android-developers] how to reduce xml parsing time

2010-06-01 Thread Er. syed imran ali
hi all, in my application i have to read xml from web-service, it is working fine, but major problem is it is taking more time to parse data, though same data is taking less time on iPhone and Blackberry. i have similar code on blackberry it is taking less time to parse. is any fast parsing process

[android-developers] problem to install .apk on phone

2010-04-27 Thread Er. syed imran ali
Hi all, i have to install third-party application on my android LG GW620, i have installed the USB driver, phone is showing usb connected, but when i am giving command "adb devices" then it is giving only emulator on command prompt, and when i am giving command "adb install .apk-path" then it is fa

[android-developers] selection color and text color in whole project

2010-04-22 Thread Er. syed imran ali
Hi all, is there any process to change the default text color white to "Black" and default selection color of android "orange" to "Blue" for whole project. i am using Eclipse for Android development. if any one know then please reply me. Thanks and regards Imran Ali -- You received this message b

[android-developers] Listview with checkbox

2010-04-21 Thread Er. syed imran ali
hi all, i have problem to get event of list view field when i am adding checkbox in listview. my problem is to get the status of check box form every row of the list view, either it is check or not, according to that i have to do operation. so, if any one know solution or good tutorial then please

[android-developers] Listview with button on same activity

2010-04-16 Thread Er. syed imran ali
Hi all, i tried a lot but i did not success, my problem is i want to add first one button and below that one listview. for that i divided my xml in two Linearlayout as below in code but it is not working when i am hiding button code then list view is coming other wise only button is coming on the s

[android-developers] seek bar implementing problem

2009-02-06 Thread Er. syed imran ali
hello Dear friends! i am trying to implement seekbar or progress bar, but i am getting problem to synchronize with file. so, if any body has code for seekbar/progress bar in media player kindly send me.. or give me process to implement. Thanks and regards Er. Syed Imran Ali