Hi All,
Recently I found a very surprising behavior in c#.
I had a method which takes IEnumerable<Object> as a parameter and i was passing
IEnumerable<string> but it's not possible.
While in c# everything can be upcast to Object than why this is not possible?
It's totally confusing for me.
Please someone clear me on this issue.
i want to load my web view as a overview mode.
i coded like this:
webview_obj.getSettings().setLoadWithOverviewMode(true);
its not working. what is the mistake and how to rectify it?
Hi I am developing my application in flex and JSP, so when I am passing values through HTTP Service Post method with request object but these values are tracing and modifying by testing team so I am planning to encrypt values in flex and decrypt it in jsp.so is there any algorithms like SHA or MD5 more secure algorithms, so please send any code or…
my input String is : 2010-03-24T17:28:50.000Z
output pattern is like:
DateFormat formatter1 = new SimpleDateFormat("EEE. MMM. d. yyyy");
i convert this like this:
formatter1.format(new Date("2010-03-24T17:28:50.000Z"));//illegalArgumentException here the string "2010-03-24T17:28:50.000Z"
ouput should be like this: Thu. Mar. 24. 2010 idea
…
i want set my footer at the top layer of my app. it should not have any shakes and moves while the activity navigation or showing up the keyboard. it should always settled in the bottom of the screen. how to do that? any ideas plz.
Hi folks,
I am using 2 map Activities. do i want to register multiple Map APi key for each? Now I am getting this exception:
06-16 16:59:25.048: ERROR/MapActivity(10008): Couldn't get connection factory client
I googled about this exception. It concludes that must be a API Key Problem? Is that true? Why it happens?
Thanks
for example i have an image's url:
http://java.sogeti.nl/JavaBlog/wp-content/uploads/2009/04/android_icon_256.png
i want to load this link image into my imageview in my project.how?
i have a url for the video file.the format of that file is itunes M4V.
i want to play it in android mobile. is it possible? if not so let me know?
and also i cannot play the mp4 file in emulator why?
i saw that in asp.net .asmx file, we create webservices
[webmethod]
//method defination here
now for soap webservice
[webmethod]
[SoapHeader(some parameters here)]
//method defination here
my question is what's the difference b/w both webservices type and how to choose which service type to choose
what are kinds of animation techniques in android?
can u tell me the example codes, tutorials for that?
Note: tween and frame animation in the documentation is not enough.....
hi all,
i am having two activities A and B. when i click the button in A that will shows B. when i click the Button in B it backs to A. i had set the overridePendingTransition method after the finish() method. it works properly. but in case the current Activity is B. on that time i click the default back button in the device. it shows…
hi to all
i am using cakephp framework for my project. but i am in confusion that which javascript framework i use for the project.
so please suggest me for this through which i get enough help from net.
thanks in advance
My Log CAT Value:
05-17 15:16:30.572: ERROR/ActivityThread(17448): Activity com.example.brown.Bru_Maps has leaked IntentReceiver android.net.NetworkConnectivityListener$ConnectivityBroadcastReceiver@432e6360 that was originally registered here. Are you missing a call to unregisterReceiver()?
05-17 15:16:30.572:…
how to enable the voice search button on the my app search activity? if we use the onRequestSearch enables the text search not voice search button. why?
hi all,
i have an address for a location. when i click some button in my app. it should redirect to default google map in android and drop the pin to that particular location. how to do that? Any Idea?
how to achieve the lazy table concepts which is in iphone. that is the listview with the custom adapter that contains imageview as icon and textview as three rows. when scroll the listview it stacked up to scroll. i want to make it easy. the image content should load only the visible part of the list view. how to…
Hi All,
i have an Idea to create Themes for Android Mobile. But i have no knowledge on that. i would need to know about the things
what is the file format of theme for android?
what kind of things i want to handle to change the themes.(i.e background, directory window, wallpaper, icon slector style,etc like…
i want to just find a shortest path between the location on map. we have to pass the location's geopoint then click the button to get direction. it will show the shortest path like a blue line. how to do this? i search about this. many of them import a package com.google.googlenav.*;. where i have to get this?…
when i touch whereever in the screen that point will be glow(nothing but like a flash or glittering) for some time. how to do that? any example or idea?? i have to implement to put buttons on it. exactly when i touch the screen it will glow some time and then the button will appear on the point where i…
hi all,
i still have a problem to develop a convenient app to the user. because i am struggling using the activities, intent and intent filters. www.developer.android.com/reference not fit for me to understand these things. can you suggest me a fine example code or tutorial to understand how these…
hi i am using mootools ajax request in my project.
its works properly but when i make request for it aborted first time and second time request mad. consequently abortion of request increase by one at each click. my code is following
function…
i am working on photos options in my app.
i have a button and imageview on my activity. when i click the button it will redirect to gallery and i would like to select an image. the selected image will appear in my image view.
how to do…