Hi all,
i developed one application that should run on all the android supported devices.can you please suggest me different screen resolution of android os devices
Thanks in advance
Aswan
i opened my application after i am not doing any kind of operation i leave the mobile 5 min after 5 min when i touch the my application it is showing black screen.is there any way to avoid this idle state
Thanks in advance
Aswan
i configured j2me environment in eclipse . now i want run j2me in blackberry emulator how can i configured the blackberry simulator(i need to develop j2me application for blackberry)
Regards
Aswan
Hi Folks
i want integrate admob ads to my palm pre application.can you please suggest me and share integration code for ads.some where i found code it wont work for me
Thanks in Advance
Aswan
hi folks,
i sell the application into android market with the version 1. i upgrade the application with version 2.in that version 2 i found one bug after upgrading.now i resolved that bug
is it possible to upgrade application ith version2
Thanks in advance
Aswan
i am developing one chat form in my apps displying the chats i was taken linear laout but i need to refresh that chat msg every 5 seconds for that i am using timer.while dynamically adding it is showing getting values from db and add to layout but in gui i am not able to get those messages for that what i have to do. is there any way for chat…
Hi Folks
<amount currency="USD">1000500</amount>
while parsing above string i am getting only attribute value .when i try to get node value null pointer exception
for getting node value using
NodeList amountList= estimateElement.getElementsByTagName("amount");
Element amtElement= (Element)amountList.item(0);
String…
Hi folks
i developed application with map service and webservices when i run application its became very slow and continuosly it is showing activity not responding force close or wait
how to resolve this issue
Thanks in advance
Aswan
Hi
i want to update list selector items dynamically .i am set the list selector widget like following
this.ConversionToNumaric= [ {label:$L('One'), value:"1", secondaryIcon:''},
{label:$L('two'), value:"2", secondaryIcon:''},
{label:$L('three'), value:"3" , secondaryIcon:''}
]
…
Hi Folks
i am using following webservices for retrieving data from server
server side:.net
client side:ksoap2
whenever activity start, onCreate i am using spinner for displying data returned by the webservices
when this activity start it showing black screen after lunching the activity .i found black screen is coming when…
Hi folks
my application integrated with admob ads.when i change the orientation it should fit the screen depends on orientation.portrait mode it is working fine when i changed to landscape mode what ad size i am getting in portrait mode same size of ad displayed in landscape mode
the following i am adding in layout page
…
get image from sdcard and store that image to remote server. i am getting the image from sdcard and i converterd that image to bytearray by using bitmap .but what's the problem if i oberver byte array it is showing some different values it is not matching with .net image byte array conversion. can u pl help if you have any…
Hi folks,
i am developing android applicaiton disply user overlays on map.user values getting from webservices for disply overlays.when i tap on map and move it is calling draw method and connecting to webservices while connecting webservice and getting data my apps is struck
show force close error .how can i resolve…